SuccessChanges

Summary

  1. Task 11 Fixes error with certain queries and several improvements more (details)
Commit bee064ba656602d83ca81d7df9502bba17d544aa by arfarinha
Task 11 Fixes error with certain queries and several improvements more
A message that shows when there isn't any results has been added. The
pagination has been changed to a model where the redirection/pagination
is performed via javascript. CSS has been applied to the no results
message. A modification has been applied to the method count() of
eventEJB since the returning value was not the one expected.The affected
tests were upgraded and an additional test was added.
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/EventSearchController.java
The file was modifiedjsf/src/main/webapp/searchResults.xhtml
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/letta/service/EventEJBTest.java
The file was modifiedjsf/src/main/webapp/css/letta.css
The file was modifiedjsf/src/main/webapp/template/templateHeader.xhtml