--- Henry Park <[EMAIL PROTECTED]> wrote: > What do you mean by 'where do I define MenuAction?' It is just > my action class.
Your JavaScript calls "MenuAction!list". There is no "MenuAction" defined in the chunk of struts.xml you posted; you define an action named "Menu". I'm asking if you define MenuAction anywhere, or, if you don't, will S2 automagically translate "MenuAction" into "Menu". Have you used the configuration plugin to check to see what S2 believes your configuration is? > What do you mean by logging turned up to eleven? Is logging turned all the way up? > I believe if you implement the 'Preparable' it will look > for a '"do${methodName}" thing' Preparable will look for a prepare${methodName} or prepareDo${methodName}; I'm asking if S2 will by default look for a do${methodName} when using dynamic method invocation. d. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]