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 Struts 2 is
able to perform similar magic from the Form to the Bean as it can from
the Bean to the JSP.

Let us know where you are at exactly.


On Tue, 2010-06-08 at 13:35 +0530, Upasana Sharma wrote:

> Thanks for ur reply... by i m using struts 2.0...
> 
> 2010/6/8 Paweł Wielgus <poulw...@gmail.com>
> 
> > 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 <sharma...@gmail.com>:
> > > I have a form which needs to submit multiple values(user name , last used
> > > etc) of the same type for different users on a single click. But my form
> > > bean refers to one user's field only . i need to submit all the fields
> > using
> > > a single form button click. how should i use beans n jsp in this case.
> > >
> > > --
> > > Thanks in advance
> > > Upasana Sharma
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> > For additional commands, e-mail: user-h...@struts.apache.org


Reply via email to