Re: weird ognl problem

2006-05-04 Thread Dan Adams
Wow. That was actually it. Man, I need some sleep. Thanks tho. On Thu, 2006-05-04 at 16:25 -0500, Paul Cantrell wrote: > Just a sanity check: Make sure that the OGNL is referring to the > class you think it is, not some other class that just happens to have > an isShowMessages() method. > > Y

Re: weird ognl problem

2006-05-04 Thread Paul Cantrell
Just a sanity check: Make sure that the OGNL is referring to the class you think it is, not some other class that just happens to have an isShowMessages() method. You could do this by renaming isShowMessages() to isShowMessagesFoobar (), and make sure that this causes a "no property" excepti