Hi Dave, Can you please send me links/details for doing this(Serialize the DOM)? Thanks, Sharath.
--- On Mon, 3/21/11, Dave Newton <davelnew...@gmail.com> wrote: From: Dave Newton <davelnew...@gmail.com> Subject: Re: Need your inputs. To: "Struts Users Mailing List" <user@struts.apache.org> Cc: "sharath karnati" <karna...@yahoo.com> Date: Monday, March 21, 2011, 1:25 PM On Mon, Mar 21, 2011 at 11:35 AM, sharath karnati wrote: > 1) How many fields are there? > 2) Each field name, title and size(example: field3,zip, 5) > > Please advice how to do this using strust2. It won't have anything to do with S2; you'll either need to: * Serialize the DOM info (most likely using a third-party JavaScript library) and send everything. * Know the field information on the server side and recover it based on the field name. Dave