Re: [OT] Re: Need your inputs.

2011-03-22 Thread Mohamed SIDI
> Thanks, > > Sharath. > > > > --- On *Mon, 3/21/11, Dave Newton * wrote: > > > > > > From: Dave Newton > > Subject: [OT] Re: Need your inputs. > > To: "sharath karnati" > > Cc: "Struts Users Mailing List" > > Date

Re: [OT] Re: Need your inputs.

2011-03-22 Thread Dave Newton
; Thanks, > Sharath. > > --- On *Mon, 3/21/11, Dave Newton * wrote: > > > From: Dave Newton > Subject: [OT] Re: Need your inputs. > To: "sharath karnati" > Cc: "Struts Users Mailing List" > Date: Monday, March 21, 2011, 6:10 PM > > > On Mon

Re: [OT] Re: Need your inputs.

2011-03-22 Thread sharath karnati
Hi Dave,      We are using JQuery + Struts2 + Spring framework(DAO)      Do you have any examples how to process 'Serialize the DOM'   Thanks, Sharath. --- On Mon, 3/21/11, Dave Newton wrote: From: Dave Newton Subject: [OT] Re: Need your inputs. To: "sharath karnati"

[OT] Re: Need your inputs.

2011-03-21 Thread Dave Newton
On Mon, Mar 21, 2011 at 6:04 PM, sharath karnati wrote: > Can you please send me links/details for doing this(Serialize the DOM)? What JavaScript framework are you using? (I'd really just try [search engine of choice] first, though--much, much faster than waiting on the list.) Dave

Re: Need your inputs.

2011-03-21 Thread sharath karnati
Hi Dave,     Can you please send me links/details for doing this(Serialize the DOM)?   Thanks, Sharath.   --- On Mon, 3/21/11, Dave Newton wrote: From: Dave Newton Subject: Re: Need your inputs. To: "Struts Users Mailing List" Cc: "sharath karnati" Date: Monday, Mar

Re: Need your inputs.

2011-03-21 Thread Dave Newton
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 lik

Re: Need your inputs.

2011-03-21 Thread Mohamed SIDI
Hi, so I will explain what you have to do suppose you have three fileds in your form with respectively have the names filed1, filed2 and filed3 in your struts.xml file you shoud paramter your action like this : filed1, filed2, filed3 and in your action class you shoud crea

Need your inputs.

2011-03-21 Thread sharath karnati
Hi All,      Planning to create a dynamic form using struts2(similar to http://www.phpform.org/formbuilder/index.php).     Say I have following headings     Create a Label (heading 1)     It will display text field to enter label text and 'Add Label' button   Create a