RE: creating a for loop structure for multibox

2004-12-17 Thread David G. Friedman
r AND excitement at that idea* Just my $0.02 worth. Regards, David -Original Message- From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] Sent: Friday, December 17, 2004 5:44 PM To: Struts Users Mailing List Subject: Re: creating a for loop structure for multibox > Well, then you h

Re: creating a for loop structure for multibox

2004-12-17 Thread Frank W. Zammetti
Well, then you have JSTL... :) And, struts tags don't require struts. As I just wrote in another reply :) Yeah, your right about the Struts tags, but I always worry that there might be something under the covers that ties it to Struts. Sure, I could look at the source, but I've never wanted to k

Re: creating a for loop structure for multibox

2004-12-17 Thread Frank W. Zammetti
It's also fair to tell you that you can do the same thing with JSTL and NOT be tied to Struts (assuming you abstract the ActionForm a little and don't do anything with it that can't be done with a normal bean later). Kind of a best of both worlds answer I guess, but I think JSTL tends to be ju

RE: creating a for loop structure for multibox

2004-12-17 Thread Jim Barrows
> -Original Message- > From: Kedar Deshpande [mailto:[EMAIL PROTECTED] > Sent: Friday, December 17, 2004 3:19 PM > To: Struts Users Mailing List > Subject: Re: creating a for loop structure for multibox > > > Both solutions seem like they will do the trick. th

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 Frank W. Zammetti
ogies http://www.omnytex.com Jim Barrows wrote: -Original Message- From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] Sent: Friday, December 17, 2004 2:14 PM To: Struts Users Mailing List Subject: Re: creating a for loop structure for multibox If I understand correctly, you will get from an Action

Re: creating a for loop structure for multibox

2004-12-17 Thread Wendy Smoak
From: "Kedar Deshpande" <[EMAIL PROTECTED]> > bu then even if i pass the iterate tag a list of same lenth of required > number of checkboxes, how would i make sure each checkbox has a unique > 'value' value so that i know which ones are checked when the form is > sent to the action? The List would

RE: creating a for loop structure for multibox

2004-12-17 Thread Jim Barrows
> -Original Message- > From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] > Sent: Friday, December 17, 2004 2:14 PM > To: Struts Users Mailing List > Subject: Re: creating a for loop structure for multibox > > > If I understand correctly, you will get from an Act

RE: creating a for loop structure for multibox

2004-12-17 Thread Jim Barrows
> -Original Message- > From: Kedar Deshpande [mailto:[EMAIL PROTECTED] > Sent: Friday, December 17, 2004 2:10 PM > To: Struts Users Mailing List > Subject: Re: creating a for loop structure for multibox > > > bu then even if i pass the iterate tag a list

Re: creating a for loop structure for multibox

2004-12-17 Thread Frank W. Zammetti
im Barrows wrote: -Original Message- From: Kedar Deshpande [mailto:[EMAIL PROTECTED] Sent: Friday, December 17, 2004 1:52 PM To: Struts Users Mailing List Subject: Re: creating a for loop structure for multibox i am currently using struts tags and cant find a proper solution. it would be better

Re: creating a for loop structure for multibox

2004-12-17 Thread Kedar Deshpande
rom: Kedar Deshpande [mailto:[EMAIL PROTECTED] Sent: Friday, December 17, 2004 1:52 PM To: Struts Users Mailing List Subject: Re: creating a for loop structure for multibox i am currently using struts tags and cant find a proper solution. it would be better to have a simple struts code, otherwise i&

RE: creating a for loop structure for multibox

2004-12-17 Thread Jim Barrows
> -Original Message- > From: Kedar Deshpande [mailto:[EMAIL PROTECTED] > Sent: Friday, December 17, 2004 1:52 PM > To: Struts Users Mailing List > Subject: Re: creating a for loop structure for multibox > > > i am currently using struts tags and cant find a prop

Re: creating a for loop structure for multibox

2004-12-17 Thread Kedar Deshpande
2004 1:21 PM To: [EMAIL PROTECTED] Subject: creating a for loop structure for multibox Could someone please post an example of using a 'for loop' structure in Using JSTL, or Struts tag libs? a JSP. i need to get the loop limit from the action and then assign individual '

RE: creating a for loop structure for multibox

2004-12-17 Thread Jim Barrows
> -Original Message- > From: Kedar Deshpande [mailto:[EMAIL PROTECTED] > Sent: Friday, December 17, 2004 1:21 PM > To: [EMAIL PROTECTED] > Subject: creating a for loop structure for multibox > > > Could someone please post an example of using a 'for loop&

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