Regarding Log4J... wouldn't that only be useful if an error is thrown? I don't get any error messages. It just does not get into my doList() method.
> Date: Wed, 2 Jan 2008 19:02:07 -0800 > From: [EMAIL PROTECTED] > Subject: RE: action call not calling action > To: user@struts.apache.org > > --- Henry Park <[EMAIL PROTECTED]> wrote: > > Sorry, I made some changes since I posted that message. I should have > > updated. It actually calls Menu!list.action now. > > Oh, okay. > > And you're saying if you call it directly from the URL address bar on the > browser it works locally but when you access it from a different machine > (same server? Or different server?) it doesn't? That is correct. It works locally whether I am running it from my development machine or if I make a build and put it up on a different server (and access it from my development machine). But when I access it from a different computer it does not work. One difference is that the 'other computer' has Enhanced Security Configuration enabled. Do you think that has anything to do with it? > > I did not have the configuration browser plugin installed but I just > > installed it. > > And your action shows up appropriately? What specifically should I be looking at? All of the actions show up correctly. By the way, you are talking about this right? http://struts.apache.org/2.x/docs/config-browser-plugin.html > > > > 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? > > You can configure your log levels via whatever logger you want to use (I use > Log4J, for example) and turn it up to debug for both S2 and XWork. At least > temporarily. > > d. I'll load log4j and see if it says anything helpful. > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >