SuccessChanges

Summary

  1. Adds jsf view and controller to list joined events (details)
Commit dffa42f8dba503458829e39515b5ab983c7669c2 by bcgonzalez3
Adds jsf view and controller to list joined events
Added a view to list the events joined by an
user(listJoinedEvent.xhtml). Added controller with pagination to list
joined events(Both links and button pagination). Updated menu in
templateHeader to show the options of a logged in user. Uncommented a
line in templateHeader to allow the use of Jquery
The file was modifiedjsf/src/main/webapp/listJoinedEvents.xhtml (diff)
The file was modifiedjsf/src/main/webapp/template/templateLayout.xhtml (diff)
The file was modifiedjsf/src/main/webapp/register.xhtml (diff)
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/ListJoinedEventsController.java (diff)
The file was modifiedjsf/src/main/webapp/template/templateHeader.xhtml (diff)