Re: Passing variables for logic:iterate

2003-09-15 Thread Jason Lea
Gregory F. March wrote: On Sep 15, 2003, "Susan Bradeen" <[EMAIL PROTECTED]> wrote: |I think this might be one of those cases where you go through "comment out |parts of your JSP code and try again" iterations to find what is causing |the error. Not very elegant, but it has worked for me.

Re: Passing variables for logic:iterate

2003-09-15 Thread Gregory F. March
On Sep 15, 2003, "Susan Bradeen" <[EMAIL PROTECTED]> wrote: |I think this might be one of those cases where you go through "comment out |parts of your JSP code and try again" iterations to find what is causing |the error. Not very elegant, but it has worked for me. Thanks Susan, that's wh

Re: Passing variables for logic:iterate

2003-09-15 Thread Susan Bradeen
On 09/15/2003 01:36:51 PM "Gregory F. March" wrote: > On Sep 15, 2003, "Mainguy, Mike" <[EMAIL PROTECTED]> wrote: > > |1st, Thank you, I didn't realize the logic:Iterate tag had those two > |properties, so you've indirectly saved me some effort. > : > > Thanks for the answers... > > As a first

Re: Passing variables for logic:iterate

2003-09-15 Thread Gregory F. March
On Sep 15, 2003, "Mainguy, Mike" <[EMAIL PROTECTED]> wrote: |1st, Thank you, I didn't realize the logic:Iterate tag had those two |properties, so you've indirectly saved me some effort. : Thanks for the answers... As a first go-round, I'm trying the bean:define suggestion from Robert. On (

RE: Passing variables for logic:iterate

2003-09-15 Thread Robert Taylor
g List' > Subject: RE: Passing variables for logic:iterate > > > 1st, Thank you, I didn't realize the logic:Iterate tag had those two > properties, so you've indirectly saved me some effort. > > 2nd, After looking at the source code for the iterate tag, it > lo

RE: Passing variables for logic:iterate

2003-09-15 Thread Mainguy, Mike
e context (and it appears to be a simple 2 line fix). -Original Message- From: Gregory F. March [mailto:[EMAIL PROTECTED] Sent: Monday, September 15, 2003 12:00 PM To: [EMAIL PROTECTED] Subject: Passing variables for logic:iterate Ok, this is probably a dumb questio, but here i

RE: Passing variables for logic:iterate

2003-09-15 Thread Robert Taylor
robert > -Original Message- > From: Gregory F. March [mailto:[EMAIL PROTECTED] > Sent: Monday, September 15, 2003 12:00 PM > To: [EMAIL PROTECTED] > Subject: Passing variables for logic:iterate > > > > Ok, this is probably a dumb questio, but here it goes...

Passing variables for logic:iterate

2003-09-15 Thread Gregory F. March
Ok, this is probably a dumb questio, but here it goes... I am trying to iterate over a portion of a list. I have calculated the portion (the offset and length) in my action. I have two entries in my DynaValidatorForm: And I am doing a myform.set("pageOffset", String.valueOf(myCa