Re: same bean multiple fields

2010-06-09 Thread Ken
Okay let me see if I understood correctly: If your form were to be represented with xml... it would look something like this: ... So you could be submitting many people? I have not done this but I'd like to know if this would work: http://struts.apache.org/1.x/stru

Re: same bean multiple fields

2010-06-08 Thread Upasana Sharma
hi thanks for ur reply I do have working examples of both 1 and 2... using single bean and form where elements occur for once .. On Wed, Jun 9, 2010 at 1:10 AM, Ken wrote: > 1) Do you have a working example where a single value is put on a form > and then displayed with a JSP? > 2)Do know how

Re: same bean multiple fields

2010-06-08 Thread satyanarayana katta
One way to have hidden variables for the remaining fields under the same form and by default all the fo fields get submitted Sent from my iPhone On Jun 8, 2010, at 1:05 AM, Upasana Sharma wrote: Thanks for ur reply... by i m using struts 2.0... 2010/6/8 Paweł Wielgus Hi Upasana, if You

Re: same bean multiple fields

2010-06-08 Thread Ken
1) Do you have a working example where a single value is put on a form and then displayed with a JSP? 2)Do know how to display data on a JSP with Struts 2 from a bean? If you have 1) you are far closer than you think, if not but you understand the magic behind number 2) then you'll see that Strut

Re: same bean multiple fields

2010-06-08 Thread Upasana Sharma
Thanks for ur reply... by i m using struts 2.0... 2010/6/8 Paweł Wielgus > Hi Upasana, > if You are using struts1 You may look here: > http://struts.apache.org/1.x/struts-taglib/indexedprops.html > > Best greetings, > Paweł Wielgus. > > > 2010/6/8 Upasana Sharma : > > I have a form which needs t

Re: same bean multiple fields

2010-06-08 Thread Paweł Wielgus
Hi Upasana, if You are using struts1 You may look here: http://struts.apache.org/1.x/struts-taglib/indexedprops.html Best greetings, Paweł Wielgus. 2010/6/8 Upasana Sharma : > I have a form which needs to submit multiple values(user name , last used > etc) of the same type for different users on