RE: Problems changing example to use /action URL mapping

2002-04-12 Thread Craig R. McClanahan
> >From: Jay sissom [mailto:[EMAIL PROTECTED]] > >Sent: Tuesday, April 09, 2002 10:20 PM > >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.

RE: Problems changing example to use /action URL mapping

2002-04-10 Thread Rob Jellinghaus
t;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 supports multiple config files and it determines >which to use based on the path, so it will only work based on the >

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

2002-04-10 Thread Galbreath, Mark
nging 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 se

RE: Problems changing example to use /action URL mapping

2002-04-10 Thread Galbreath, Mark
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 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 sessi

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 tur

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. Ja

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 all