Re: action method not called by

2008-09-17 Thread Dave Newton
--- On Wed, 9/17/08, Gabriel Belingueres wrote: > Yes something else was happening...me! > I've mistakenly been written this method in some other > subclass C of A (which was not the executing action.) *whew* Dave - To unsubscri

Re: action method not called by

2008-09-17 Thread Gabriel Belingueres
Yes something else was happening...me! I've mistakenly been written this method in some other subclass C of A (which was not the executing action.) what a waste of time...sorry... 2008/9/17 Dave Newton <[EMAIL PROTECTED]>: > --- On Wed, 9/17/08, Gabriel Belingueres wrote: >> The surprising thing

Re: action method not called by

2008-09-17 Thread Dave Newton
--- On Wed, 9/17/08, Gabriel Belingueres wrote: > The surprising thing is it is NEVER called > (which I believe OGNL can not resolve it) I don't see how that's possible; it would be called on whatever is on the stack and normal inheritance mechanics would apply. I am also unable to reproduce t

action method not called by

2008-09-17 Thread Gabriel Belingueres
Hi, I came across which I believe is a weird OGNL behavior: I have an action B which extends from action A which extends from ActionSupport (executing using the defaultStack) In my struts.xml file I have an action defined this way: listing.jsp my listing.jsp: ... ... Now, hasPanding