SuccessChanges

Summary

  1. tsk37 Data validation for team views (details)
Commit 4e7578c45d21b50e25c3ac9e5b4c99ba28bf88b3 by daouterelo
tsk37 Data validation for team views
Was added validations for edit and add team views. Now all fields are
required, numeric fields has validators that checks that the values are
only numbers and positives. The email validator checks that the email
has a valid format. The phone must be only numbers and 9 length. The
views style was modified to unify with other developers. For search
teams, a new field for description was added and this change and this
change caused that it was necessary to modify the associated method in
TeamManagedBean.
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/jsf/TeamManagedBean.java (diff)
The file was modifiedjsf/src/main/webapp/private/team/edit.xhtml (diff)
The file was modifiedjsf/src/main/webapp/private/team/add.xhtml (diff)
The file was modifiedjsf/src/main/webapp/private/team/teams.xhtml (diff)