Accessing Page Scope Var in Scriptlet

2003-07-25 Thread Hunter Hillegas
When I use nested:iterate as such: I get a page scope variable called 'lineItemCount'. I have a need to use that variable in a scriptlet (I know, I know...). I tried this: calendarCountID.add(lineItemCount); (calendarCountID is a Vector) but this doesn't work. How can I access this? Each tim

Re: Accessing Page Scope Var in Scriptlet

2003-07-21 Thread Sandeep Takhar
use item sandeep --- Hunter Hillegas <[EMAIL PROTECTED]> wrote: > When I use nested:iterate as such: > > indexId="lineItemCount"> > > I get a page scope variable called 'lineItemCount'. > I have a need to use > that variable in a scriptlet (I know, I know...). > > I tried this: > > calendarCo

Accessing Page Scope Var in Scriptlet

2003-07-18 Thread Hunter Hillegas
When I use nested:iterate as such: I get a page scope variable called 'lineItemCount'. I have a need to use that variable in a scriptlet (I know, I know...). I tried this: calendarCountID.add(lineItemCount); (calendarCountID is a Vector) but this doesn't work. How can I access this? Thanks i