Re: Struts 2: Creating custom JavaBeans from request parameters (not in action class)

2008-03-04 Thread Jeromy Evans
Cheng Wei Lee wrote: I know I can get the values of the request parameters in the action class and then use them to instantiate an object. Read from the API for ParameterAware interface, "One common use for this is to have the action propagate parameters to internally instantiated data objects.".

Struts 2: Creating custom JavaBeans from request parameters (not in action class)

2008-03-04 Thread Cheng Wei Lee
I know I can get the values of the request parameters in the action class and then use them to instantiate an object. Read from the API for ParameterAware interface, "One common use for this is to have the action propagate parameters to internally instantiated data objects.". Does this means that S