user@struts.apache.org

2013-02-26 Thread Lukasz Lenart
2013/2/26 Eric Lentz : > So I go to the OGNL website to make sure I'm doing this right and I get a > 404 when I try to get the language guide: > "The requested URL /proper/commons-lang/uage-guide.html was not found on > this server." I don't see anything like this /proper/commons-lang/uage-guide.h

user@struts.apache.org

2013-02-26 Thread Eric Lentz
Got it! Just needed the "#" on isAdmin. Sigh. On Tue, Feb 26, 2013 at 10:36 AM, Eric Lentz wrote: > I'm approving of Struts 2 and encourage its use, but I have 1 main > complaint: OGNL. Here's an example. > > Context: > > #reviewer.reviewerStatus // equals "R" > > > > When I do this: > >

user@struts.apache.org

2013-02-26 Thread Eric Lentz
I'm approving of Struts 2 and encourage its use, but I have 1 main complaint: OGNL. Here's an example. Context: When I do this: I get into the if condition. This is good. When I do this: I get into the if condition. This is also good. When I do this: I DO NOT get into the if condition. I