Re: ognl method lookup failure

2009-12-15 Thread Dale Newfield
Musachy Barroso wrote: I would suggest Thank you. After all my frustrations my bug was a typo in an EL expression. Argh. -Dale - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail:

Re: ognl method lookup failure

2009-12-13 Thread Dale Newfield
Musachy Barroso wrote: I would suggest to put a breakpoint in XWorkMethodAccessor.callMethod and see why it is not finding it. Thanks for the nudge. I finally got a more detailed message ("Method "isUserSubscribedViaBulletin" failed for object mumble.model.CommunityClassified) which has as i

RE: ognl method lookup failure

2009-12-12 Thread Martin Gainty
"+sec_exp.getMessage()); } %> http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Class.html#getMethod%28java.lang.String,%20java.lang.Class hth Martin Gainty __ standard caveats apply > Date: Sat, 12 Dec 2009 16:51:30 -0800 >

Re: ognl method lookup failure

2009-12-12 Thread Musachy Barroso
I would suggest to put a breakpoint in XWorkMethodAccessor.callMethod and see why it is not finding it. musachy On Sat, Dec 12, 2009 at 1:44 PM, Dale Newfield wrote: > Often when I'm stumped writing a detailed "help!" message leads me to the > bug and I never have to send it.  This time I was no

ognl method lookup failure

2009-12-12 Thread Dale Newfield
Often when I'm stumped writing a detailed "help!" message leads me to the bug and I never have to send it. This time I was not so lucky, and since I've already wasted two days on this I was hoping someone here might have an idea to get me out of the weeds. I've got an abstract class "Comment"