SuccessChanges

Summary

  1. tsk9: Refactor index.xhtml so it uses a template.xhtml file (details)
  2. tsk9: Fix read.xhtml to show story information (details)
Commit 2c8ab4acb4d2a6fe03610cebf363451890f7179b by josecampor31
tsk9: Refactor index.xhtml so it uses a template.xhtml file
Now the index.xhtml page is rendered using a template.xhtml page; this
helps to reuse library and style imports in other pages
The file was modifiedjsf/src/main/webapp/index.xhtml (diff)
The file was addedjsf/src/main/webapp/resources/css/main.css (diff)
The file was removedjsf/src/main/webapp/styles/main.css (diff)
The file was addedjsf/src/main/webapp/WEB-INF/template.xhtml (diff)
Commit 5729b9e18fc36e9f6b1b0e6060880157355f6f27 by josecampor31
tsk9: Fix read.xhtml to show story information
The read.xhtml page was not displaying story information correctly.
Furthermore, template.xhtml is now being used to add the appropriate
libraries and styles.
The file was modifiedjsf/src/main/webapp/story/read.xhtml (diff)
The file was modifiedjsf/src/main/java/es/uvigo/esei/microstories/jsf/StoryManagedBean.java (diff)