James Mitchell a �crit : > > Are you trying to use a jsp page (included) to display some data that is > iterated from another jsp page?
no, I am not. > > If not, could you explain further? I want to display the same form several times, consecutively. The first page A.jsp displays a form, on which the user can select several items. For example, the user selects two items. When the user submits this form, the A-bean-form is populated with the selected items. Then, the A-action saves these items and then forwards to B.jsp. On the form displayed by the B.jsp page, the user can choice specific parameters for the first selected item on A page. When the user submits this form, the B-bean-form is populated, and then the B-Action saves these parameters and forwards to B.jsp, for the user to select specific parameters for the second selected item on A page. But it doesn't work...B.jsp displays nothing... Thanks for your help! > > If so, then you should consider revisiting that design decision. > > -- > James Mitchell > Software Engineer/Struts Evangelist > http://www.open-tools.org/ > > "The man who does not read good books has no advantage over the man who > cannot read them." > - Mark Twain (1835-1910) > > > -----Original Message----- > > From: Wendy Smoak [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, January 22, 2003 9:37 AM > > To: 'Struts Users Mailing List' > > Subject: RE: Nobody answers.... > > > > > > > I have already sent this message but nobody answered...So I send it > > > again, because I do need your advices! > > > > It would be easier to help you if you used meaningful names > > and described > > the problem you're trying to solve by doing this. > > > > When you say "B.jsp has to be displayed twice" do you mean > > stacked one above > > the other on the same web page, or sequentially, B.jsp, then the user > > submits, then B.jsp again. > > > > I'm guessing that you have a need for the form to grow > > dynamically, but it's > > not clear exactly what you want. > > > > -- > > Wendy Smoak > > Applications Systems Analyst, Sr. > > Arizona State University PA Information Resources Management > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

