Re: N form items as fields

2003-08-14 Thread Adam Hardy
? thanks - dave - Original Message - From: "Adam Hardy" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, August 07, 2003 1:56 AM Subject: Re: N form items as fields Hi Dave, you should look at indexed or nested ta

Re: N form items as fields

2003-08-14 Thread David Thielen
- Original Message - From: "Adam Hardy" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, August 07, 2003 1:56 AM Subject: Re: N form items as fields > Hi Dave, > you should look at indexed or nested tags with th

N form items as fields

2003-08-08 Thread David Thielen
Hi; I have a jsp page where I want to display N items where I get the N items from the database. I need to have an edit field with each item. Whats the best way to do this in struts? thanks - dave

Re: N form items as fields

2003-08-07 Thread Adam Hardy
Hi Dave, you should look at indexed or nested tags with the iterate tag. hth Adam David Thielen wrote: Hi; I have a jsp page where I want to display N items where I get the N items from the database. I need to have an edit field with each item. Whats the best way to do this in struts? thanks - da