SuccessChanges

Summary

  1. [sto17-tsk51] Adds update event view, refactoring of jsf and fixes bugs (details)
Commit 11712b8ec9e95b4053026e4da43d1f653d322015 by sicofan
[sto17-tsk51] Adds update event view, refactoring of jsf and fixes bugs
This commit adds the page updateEvent.xhtml and the managed bean
UpdateEventController. The EventController was updated with some
refactorings (error message, navigation returns). Besides, the event
controller contains useful methods for rendering buttons. On the other
hand, all private pages were moved to private directory thus the
security constraint of web.xml can be applied automatically. For this
reason the dataset was modified with the role RegisteredUser. The other
changes in jsf pages was made to make a little more uniform the web and
to show the main links of application. Finally, some bugs in
myEvents.xhtml and EventEJB are fixed.
The file was modifiedjsf/src/main/webapp/css/letta.css
The file was addedjsf/src/main/webapp/private/createEvent.xhtml
The file was modifiedjsf/src/main/webapp/resources/tags/event.xhtml
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/letta/ejb/EventEJB.java
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/teama/letta/jsf/EventController.java
The file was modifiedjsf/src/main/webapp/templates/header.xhtml
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/teama/letta/jsf/LoginController.java
The file was modifiedadditional-material/db/letta-mysql.inserts.sql
The file was modifiedjsf/src/main/webapp/WEB-INF/web.xml
The file was modifiedjsf/src/main/webapp/templates/event_form.xhtml
The file was addedjsf/src/main/webapp/searchResults.xhtml~7d08dff... Temp commit adds update event view and refactoring createEvent view
The file was addedjsf/src/main/webapp/private/myEvents.xhtml
The file was addedjsf/src/main/webapp/searchResults.xhtml~HEAD
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/teama/letta/jsf/SearchController.java
The file was removedjsf/src/main/webapp/createEvent.xhtml
The file was addedjsf/src/main/webapp/private/updateEvent.xhtml
The file was addedjsf/src/main/java/es/uvigo/esei/dgss/teama/letta/jsf/UpdateEventController.java
The file was removedjsf/src/main/webapp/myEvents.xhtml