html:form WITHIN a logic:iterate tag

2003-02-27 Thread Ian Hunter
I looked through the archive before posting this, but there was just so much stuff in there about forms and select that my eyes glazed over and I gave up. What I want to do is have a series of items from a database appear on a page, in a table, each one to a row. At the end of the row, in one

Re: html:form WITHIN a logic:iterate tag

2003-02-27 Thread Becky Norum
Ian, An alternative approach that I used was to use a link rather than a form: logic:iterate id=project name=user scope=session property=projects li a href='recursor-action.action?pid=newid=bean:write name=project

Re: html:form WITHIN a logic:iterate tag

2003-02-27 Thread Geeta Ramani
Ian: Since you already have the info about the id in your hidden varaible id, why do you also have to hav eit coded within the name of the form? Iow, why can't you keep it simple, as in: html:form name=editBulletinForm action=editbulletin type=BulletinForm html:hidden property=id

RE: html:form WITHIN a logic:iterate tag

2003-02-27 Thread Sri Sankaran
variable and configuring a single action to process the user request. Sri -Original Message- From: Ian Hunter [mailto:[EMAIL PROTECTED] Sent: Thursday, February 27, 2003 8:47 AM To: Struts Users Mailing List Subject: html:form WITHIN a logic:iterate tag I looked through the archive before

Re: html:form WITHIN a logic:iterate tag

2003-02-27 Thread Ian Hunter
:14 AM Subject: Re: html:form WITHIN a logic:iterate tag Ian: Since you already have the info about the id in your hidden varaible id, why do you also have to hav eit coded within the name of the form? Iow, why can't you keep it simple, as in: html:form name=editBulletinForm action

RE: html:form WITHIN a logic:iterate tag

2003-02-27 Thread Sri Sankaran
, February 27, 2003 9:14 AM Subject: Re: html:form WITHIN a logic:iterate tag Ian: Since you already have the info about the id in your hidden varaible id, why do you also have to hav eit coded within the name of the form? Iow, why can't you keep it simple, as in: html:form name