With DynaActionForm you gain in having one-less-class when using 
org.apache.struts.action.DynaActionForm when getting the Data back from Form in the 
Action I've found myself using:

((DynaActionForm)form).get("shippingAddress")

Before you would use ((ShippingForm)form).getShippingAddress() which I find easier. 
However I like the dynamic nature of setting up the form in the config.xml, so at the 
moment I feel stuck between the two.

What are other people using to extract and map data out of the DynaActionForm ?

Thoughts

Mark

Reply via email to