Understood. I was not thinking about the conversion to HTML on the client side. Let me work with the suggestion to get my HTML syntax correct for submission.

Thank you.

On 7/25/2012 4:59 PM, Dave Newton wrote:
On Wed, Jul 25, 2012 at 4:56 PM, Justin Chin wrote:

I am not sure I understand.  The jsp does the job of displaying the data
correctly, but I must do additional work to submit the data by adding
additional markup?:

How would a framework know that an arbitrary number of fields named
"firstname", "lastname", and "number" should coalesce into a list of
specific object types?

All you submit in HTTP is strings: everything else is smoke and mirrors,
and relies completely on convention (e.g., form field names) and conversion
based on names and property information.

Dave



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to