SuccessChanges

Summary

  1. tsk4 Adds the registration form (details)
Commit 316a0642a06cdbc9338e890bec28de58a3c181fb by mgperez4
tsk4 Adds the registration form
A user can preregister by filling in a form on the web. This form
validates the data entered by the user and shows the error messages. If
the user preregisters correctly a confirmation message is displayed.
The file was addedjsf/src/main/webapp/views/register.xhtml (diff)
The file was addedjsf/src/main/java/ligaas/teamc/jsf/RegisterManagedBean.java (diff)
The file was addedjsf/src/main/java/ligaas/teamc/jsf/converters/Md5Converter.java (diff)
The file was addedjsf/src/main/java/ligaas/teamc/jsf/validators/EmailValidator.java (diff)
The file was modifiedjsf/src/main/webapp/index.xhtml (diff)
The file was modifieddomain/src/main/java/ligaaas/teamc/domain/RegexpTemplates.java (diff)