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 (diff)
The file was addedjsf/src/main/webapp/private/createEvent.xhtml (diff)
The file was modifiedjsf/src/main/webapp/resources/tags/event.xhtml (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/letta/ejb/EventEJB.java (diff)
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/teama/letta/jsf/EventController.java (diff)
The file was modifiedjsf/src/main/webapp/templates/header.xhtml (diff)
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/teama/letta/jsf/LoginController.java (diff)
The file was modifiedadditional-material/db/letta-mysql.inserts.sql (diff)
The file was modifiedjsf/src/main/webapp/WEB-INF/web.xml (diff)
The file was modifiedjsf/src/main/webapp/templates/event_form.xhtml (diff)
The file was addedjsf/src/main/webapp/searchResults.xhtml~7d08dff... Temp commit adds update event view and refactoring createEvent view (diff)
The file was addedjsf/src/main/webapp/private/myEvents.xhtml (diff)
The file was addedjsf/src/main/webapp/searchResults.xhtml~HEAD (diff)
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/teama/letta/jsf/SearchController.java (diff)
The file was removedjsf/src/main/webapp/createEvent.xhtml (diff)
The file was addedjsf/src/main/webapp/private/updateEvent.xhtml (diff)
The file was addedjsf/src/main/java/es/uvigo/esei/dgss/teama/letta/jsf/UpdateEventController.java (diff)
The file was removedjsf/src/main/webapp/myEvents.xhtml (diff)