SuccessChanges

Summary

  1. tsk54 Shows the actual number of attendees of the events (details)
Commit ea9cd9c78958eb1f57710a1b86ee2cf0fcc691a8 by abmiguez
tsk54 Shows the actual number of attendees of the events
Creates getAttendees on IndexPageController and EventEJB. Create
getAttendees test on EventEJBTest. Modifues index and event views to
shows the actual number of attendees of the events.
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/IndexPageController.java
The file was modifiedjsf/src/main/webapp/index.xhtml
The file was modifiedjsf/src/main/webapp/resources/tags/event.xhtml
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/letta/service/EventEJBTest.java