RE: using form-tag in iteration

2002-07-17 Thread Rooms, Christoph
... Christoph -Original Message- From: Jesse Alexander (KADA 11) [mailto:[EMAIL PROTECTED]] Sent: woensdag 17 juli 2002 9:22 To: Struts Users Mailing List Subject: RE: using form-tag in iteration Hi, an easy way is to put each list-item in its own form. With your setup is it impossible

RE: using form-tag in iteration

2002-07-17 Thread Jesse Alexander (KADA 11)
Hi, an easy way is to put each list-item in its own form. With your setup is it impossible to get more than product at a time...So you can use multiple forms. hope this helps Alexander -Original Message- From: Albrecht Berger [mailto:[EMAIL PROTECTED]] Sent: Montag, 15. Juli 2002 12:33

Re: using form-tag in iteration

2002-07-15 Thread Albrecht Berger
> > You're welcome to take a look at how we did it if you want to go digging. > http://www.jcorporate.com/ > > And the specific classes you'll want to peer into are: > com.jcorporate.expresso.core.controller.Controller.java > com.jcorporate.expresso.core.controller.Transition.java > com.jcorpora

Re: using form-tag in iteration

2002-07-15 Thread Michael Rimov
At 12:33 PM 7/15/2002 +0200, you wrote: >Hello, >I want to implement a shoppingcart using the struts html:form tag and >logic:iterate. > >In my JSP I have a List of products where every product should have its own >text input field for the quantity and its own submit button. > >What would you reco