Re: ognl: calling action method inside iterator tag

2010-06-01 Thread Grant Lewis
I'm not sure I understand your previous request. I probably can't post the JSP and action source code, company confidential. I was not mixing JSTL and OGNL variables unless errorCount has special meaning. I had an action with a method getErrorCount that accepted one paramater of type ComplianceCate

Re: ognl: calling action method inside iterator tag

2010-05-28 Thread Grant Lewis
Odd, I tried it a number of times without success. I even dumped the value stack and the object in question was on the stack but the method was never called in the iterator tag. Maybe it was the method name getErrorCount that was causing the problem, not sure. The code I got working is below. It's

ognl: calling action method inside iterator tag

2010-05-21 Thread Grant Lewis
Wondering if it's possible (struts 2.1.8.1)? From my testing it doesn't appear possible to to call an action method from inside an iterator tag. I can't find any documentation on it so hoping an experienced user can shed some light on this mystery. I can call the method fine outside the iterator bu