Re: creating a for loop structure for multibox

2004-12-17 Thread Kedar Deshpande
Both solutions seem like they will do the trick. thank you for giving me two choices to deceide from, i guess my choice will be based on wheather i want to stick firmly with struts tag or not. thanks for all your help Jim and Frank. Frank W. Zammetti wrote: Fair enough. But, now you are tied

Re: creating a for loop structure for multibox

2004-12-17 Thread Kedar Deshpande
#x27;ll try to use the JSTL. Then you want the logic:iterate tag. thank you Kedar Jim Barrows wrote: -Original Message----- From: Kedar Deshpande [mailto:[EMAIL PROTECTED] Sent: Friday, December 17, 2004 1:21 PM To: [EMAIL PROTECTED] Subject: creating a for loop structu

Re: creating a for loop structure for multibox

2004-12-17 Thread Kedar Deshpande
i am currently using struts tags and cant find a proper solution. it would be better to have a simple struts code, otherwise i'll try to use the JSTL. thank you Kedar Jim Barrows wrote: -Original Message- From: Kedar Deshpande [mailto:[EMAIL PROTECTED] Sent: Friday, December 17,

creating a for loop structure for multibox

2004-12-17 Thread Kedar Deshpande
Could someone please post an example of using a 'for loop' structure in a JSP. i need to get the loop limit from the action and then assign individual 'value' values for a column of checkboxes so that i know which ones were selected and so that they can be set again when viewing the page. than