Re: Use JSTL with html:multibox tag

2004-11-16 Thread andy wix
Thanks for the input - i've had a play and can't get it to work and now my patience has timed out so i'll use the logic:iterate method instead. Thanks, Andy _ Use MSN Messenger to send music and pics to your friends http://www.msn.c

Re: Use JSTL with html:multibox tag

2004-11-15 Thread Rick Reumann
andy wix wrote the following on 11/15/2004 12:58 PM: Hi, Thanks for the input Robert, but the array will be shorter than the arraylist whenever a checkbox is not selected. I've had a look at Rick Reumann's Struttin with Struts lesson 3 which does something similar and now have:

RE: Use JSTL with html:multibox tag

2004-11-15 Thread Robert Taylor
rom: andy wix [mailto:[EMAIL PROTECTED] > Sent: Monday, November 15, 2004 12:59 PM > To: [EMAIL PROTECTED] > Subject: RE: Use JSTL with html:multibox tag > > > Hi, > > Thanks for the input Robert, but the array will be shorter than the > arraylist whenever a checkb

RE: Use JSTL with html:multibox tag

2004-11-15 Thread andy wix
Hi, Thanks for the input Robert, but the array will be shorter than the arraylist whenever a checkbox is not selected. I've had a look at Rick Reumann's Struttin with Struts lesson 3 which does something similar and now have: This is a step in the right direction but still

RE: Use JSTL with html:multibox tag

2004-11-15 Thread Robert Taylor
Andy, try this: > If the selectedServices is an array of Strings in your form, and service.status == selectedServices[n], then the the checkbox should be checked or atleast the tag should render the appropriate HTML such that the checkbox should be checked. I believe the