compare iterator variable with variable outside iterator
Casey Marshall
Greenhorn
Joined: Jan 28, 2009
Posts: 2
posted
0
Hi,
I'm having problems usinf a variable from outside an iterator. In my action bean, I have a variable called resultTypeID. I also have a collection of objects called results. Each results object contains a value called resultTypeID.
The property passed in the anchor is the resultTypeID value from the results object. I want it to pass the resultTypeID from the action bean. Is there a way to do this? Please help. Thanks!