Thank you for the help. My responses are below:
> Date: Wed, 2 Jan 2008 18:20:12 -0800 > From: [EMAIL PROTECTED] > Subject: RE: action call not calling action > To: user@struts.apache.org > > --- 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". Sorry, I made some changes since I posted that message. I should have updated. It actually calls Menu!list.action now. > Have you used the configuration plugin to check to see what S2 believes your > configuration is? I did not have the configuration browser plugin installed but I just installed it. > > What do you mean by logging turned up to eleven? > > Is logging turned all the way up? My struts.properties file has "struts.devMode=true"... is there something else I should turn on? > > 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. Yes it will (or should) look for a do${methodName}. At least from my understanding. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >