--- 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 webconsole is just a plain HTML > file - the DebuggingInterceptor tries to launch it in a new window with URL > /struts/webconsole.html. > > Do I need to declare the webconsole.html file in my struts.xml somehow, so > it gets left alone? I don't see a way to do this in the DTD. Do I need > to declare a limited interceptor stack?
Have you done anything odd in your struts.xml? What does your filter mapping look like? You shouldn't need to do anything to get debug=console to work. Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]