SuccessChanges

Summary

  1. tsk93 Adds searching with location capabilities (details)
Commit 0180d3947a9805062c92f25211c3aa10f966084b by abel.fernandez.nandin
tsk93 Adds searching with location capabilities
Modifies EventEJB and EventSearchController so that a location parameter
may be added to the search criteria.
Modifies EventEJB and EventSearchController so that the search functions
return events ordered by physical proximity, date, and number of
attendees.
Adds a picklist of Capital cities to templateHeader.xhtml in order to
add a location to the search criteria.
Adds the location GET parameter to the Next and Prev buttons of
searchResults.xhtml, to preserve the location previously chosen.
The file was modifiedjsf/src/main/webapp/template/templateHeader.xhtml
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