dynamic generation of select fields problem

2003-12-05 Thread Ruben Pardo
Hi everybody! This is my problem, i've to generate a variable quantity of select fields. The solution i thougth was a map backed form, that dynamically generate the names of this fields with JSTL, something like this: c:forEach items=${sessionScope} var =farmacia varStatus=st .

Re: dynamic generation of select fields problem

2003-12-05 Thread [EMAIL PROTECTED]
- From: Ruben Pardo [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, December 05, 2003 4:07 PM Subject: dynamic generation of select fields problem Hi everybody! This is my problem, i've to generate a variable quantity of select fields. The solution i thougth was a map backed