"Craig R. McClanahan" wrote:
[ snip ]
> 
> Look for a check-in of DynaActionForm (so that you can define the
> properties of form beans without having to create a Java clas for every
> one) real soon now ...
> 
> Craig
> 

Does this mean that we'll be able to use things like HashMaps as our 
form data storage instead of having to build out a full class with
sets/gets?  If so, that's awesome news.  I long ago got rid of 
presentation layer beans since everything is retrieved and set by 
property name anyway... just made using struts kind of difficult.  
Translation into business objects happens later down the pipeline and 
goes right from Map->Business object.

-Paul

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to