RE: action call not calling action

2008-01-02 Thread Henry Park
Wed, 2 Jan 2008 19:30:23 -0800 > From: [EMAIL PROTECTED] > Subject: RE: action call not calling action > To: user@struts.apache.org > > --- Henry Park <[EMAIL PROTECTED]> wrote: > > Regarding Log4J... wouldn't that only be useful if an error is thrown? > > If

RE: action call not calling action

2008-01-02 Thread Dave Newton
--- Henry Park <[EMAIL PROTECTED]> wrote: > Regarding Log4J... wouldn't that only be useful if an error is thrown? If logging is turned up to DEBUG level then quite a bit of configuration and execution tracing is shown; there's more in the logs besides ERROR level stuff. If the only difference be

RE: action call not calling action

2008-01-02 Thread Henry Park
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:

RE: action call not calling action

2008-01-02 Thread Henry Park
> 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 >

RE: action call not calling action

2008-01-02 Thread Dave Newton
--- 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

RE: action call not calling action

2008-01-02 Thread Henry Park
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 

RE: action call not calling action

2008-01-02 Thread Dave Newton
--- 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 defin

RE: action call not calling action

2008-01-02 Thread Henry Park
or a '"do${methodName}" thing' http://struts.apache.org/2.0.9/docs/prepare-interceptor.html > Date: Wed, 2 Jan 2008 17:00:12 -0800 > From: [EMAIL PROTECTED] > Subject: Re: action call not calling action > To: user@struts.apache.org > > --- Henry Park

Re: action call not calling action

2008-01-02 Thread Dave Newton
--- Henry Park <[EMAIL PROTECTED]> wrote: > getUrl("MenuAction!list.action") What's "getUrl", a JavaScript function? > Where do you define "MenuAction"? > It enters my 'prepare()' method but does not enter my doList() method. Is your logging turned up to eleven? Is it a default S2 thing

action call not calling action

2008-01-02 Thread Henry Park
Hello everyone, I am reposting this question as I am still having issues with it. I am having a really strange issue. In my application I have a menu bar and a main content area. The menu bar and main content area are populated separately using an Ajax call to their respective action metho

RE: Action call not calling action method

2007-12-20 Thread Henry Park
Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 04, 2007 1:37 PM To: Struts Users Mailing List Subject: Re: Action call not calling action method Henry difficult to say without seeing the interceptor stack from struts-default.xml Please post to group M-- LA

Re: Action call not calling action method

2007-12-04 Thread Martin Gainty
o: "Struts Users Mailing List" Sent: Tuesday, December 04, 2007 11:48 AM Subject: Action call not calling action method Hello everyone, I am having a really strange issue. In my application I have a menu bar and a main content area. The menu bar and main content area are populated separa

Action call not calling action method

2007-12-04 Thread Henry Park
Hello everyone, I am having a really strange issue. In my application I have a menu bar and a main content area. The menu bar and main content area are populated separately using an Ajax call to their respective action methods. They are automatically called/populated when I log into my application