SuccessChanges

Summary

  1. tsk14 Solves some inconsistencies in the event join action (details)
Commit 191cc8e9fe2da08a1931cc9f9c528c4609ea09a7 by Miguel Reboiro-Jato
tsk14 Solves some inconsistencies in the event join action
The current implementation of the event joining action was inconsistent
and caused some unexpected results arbitrarily. The main cause was the
use of forms inside an repeat element in the JSF layer. This
implementation has been changed and, instead of using a form, a link
redirects the join request to a new joinEvent.xhtml page, that processes
the request.
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java
The file was addedjsf/src/main/webapp/joinEvent.xhtml
The file was modifiedjsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/pages/EventsList.java
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/User.java
The file was modifiedjsf/src/main/webapp/index.xhtml
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/letta/service/EventEJBTest.java
The file was modifiedjsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/JoinEventControllerTest.java
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/JoinEventController.java