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: nested:iterate id=item property=lineItems 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...).

Accessing Page Scope Var in Scriptlet

2003-07-18 Thread Hunter Hillegas
When I use nested:iterate as such: nested:iterate id=item property=lineItems 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: calendarCountID.add(lineItemCount); (calendarCountID is a