| com.mockrunner.example.struts.GreetingsAction
GreetingsAction | public class GreetingsAction extends Action (Code) | | This example action takes the name from the
GreetingsValidatorForm
and loads some messages from the current message resources.
It then creates a short greetings message and sets it to
the request. Demonstrates how to deal with messages resources and
validators.
|
|
|