Re: Help with JSP expression

2009-05-11 Thread Dave Newton
Security Management wrote: I have an expression that I want to evaluate to the following: getProvider().hasAccessRight(getRequestFor(), [0]) Where [0] is an item in a list that is being iterated over. I've tried loads of different stuff, and am looking at the struts documentation, but can't

Help with JSP expression

2009-05-11 Thread Security Management
I have an expression that I want to evaluate to the following: getProvider().hasAccessRight(getRequestFor(), [0]) Where [0] is an item in a list that is being iterated over. I've tried loads of different stuff, and am looking at the struts documentation, but can't seem to find the correct syn