SuccessChanges

Summary

  1. Adds the JSF page to create Event, includes primefaces and fixes some (details)
Commit 0d323e98491457b759250de145e3ee80204ba103 by jacasanova
Adds the JSF page to create Event, includes primefaces and fixes some
errors
Modifies the relationship between User and Event to avoid the creation
of a table in the DB. Modifies the POM to include primefaces. Modifies
the pom.xml to work with primefaces. Removes (comments) an include in
templateLayout.xhtml because it dont work with primefaces.
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/Event.java
The file was addedjsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/CreateEventController.java
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/User.java
The file was addedjsf/src/main/webapp/createEvent.xhtml
The file was modifiedjsf/src/main/webapp/template/templateLayout.xhtml
The file was modifiedjsf/pom.xml
The file was modifiedjsf/src/main/webapp/WEB-INF/web.xml