RegistrationEventGateway.java | Class | Event handlers (both Controller and View) for the
Registration screen
We handle the following Control events:
- GetRegister - uses an EventForwardingFactory to
automatically fire a RenderRegister event
- DoRegister - create the registration form, map the request
to the form and then validate it.
|