RE: Problems changing example to use /action URL mapping

2002-04-12 Thread Craig R. McClanahan
On Wed, 10 Apr 2002, Rob Jellinghaus wrote: Date: Wed, 10 Apr 2002 10:14:23 -0800 From: Rob Jellinghaus [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: RE: Problems changing example to use /action URL mapping

RE: Problems changing example to use /action URL mapping

2002-04-10 Thread Galbreath, Mark
-Original Message- From: Jay sissom [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 09, 2002 10:20 PM To: Struts Users Mailing List Subject: Re: Problems changing example to use /action URL mapping If you are using Struts 1.1b, I've heard that /action/* mapping will not work. Struts 1.1b

RE: Never mind (was Re: Problems changing example to use /action URL mapping)

2002-04-10 Thread Galbreath, Mark
example to use /action URL mapping) Well, I got my IDEA (http://www.intellij.com/idea) configuration set up to run Struts under Tomcat in the debugger (thank goodness for built-in remote debugging support!). Compiled the Struts source, compiled the struts-example source, started setting

Problems changing example to use /action URL mapping

2002-04-09 Thread Rob Jellinghaus
I am dinking around with the struts-example app, trying to convert it from using *.do servlet mapping to /action/* servlet mapping. The problem is that it's extremely confusing! Where is the best explanation of how servlet mapping and struts-config.xml interact? Right now I tried changing

Re: Problems changing example to use /action URL mapping

2002-04-09 Thread Jay sissom
If you are using Struts 1.1b, I've heard that /action/* mapping will not work. Struts 1.1b supports multiple config files and it determines which to use based on the path, so it will only work based on the extension. I heard this at a BOF session at JavaOne, but I haven't tried it myself.

Never mind (was Re: Problems changing example to use /action URL mapping)

2002-04-09 Thread Rob Jellinghaus
Well, I got my IDEA (http://www.intellij.com/idea) configuration set up to run Struts under Tomcat in the debugger (thank goodness for built-in remote debugging support!). Compiled the Struts source, compiled the struts-example source, started setting breakpoints and looking at things. It