Re: Bypassing action mappings

2008-02-14 Thread wkbutler
--- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Bypassing-action-mappings-tp15490514p15494933.html Sent from the Struts - Use

Re: Bypassing action mappings

2008-02-14 Thread Dave Newton
--- wkbutler <[EMAIL PROTECTED]> wrote: > I'm trying to enable the OGNL debug console (using request param > 'debug=console'), and am receiving the error > >There is no Action mapped for namespace /struts and action name > webconsole > > since struts is trying to map the URL. The webconsol

Bypassing action mappings

2008-02-14 Thread wkbutler
Do I need to declare a limited interceptor stack? Thanks for ideas - Kent -- View this message in context: http://www.nabble.com/Bypassing-action-mappings-tp15490514p15490514.html Sent from the Struts - User mailing list archive at Nabble.com. ---