Re: struts configuration tweaking

2006-11-08 Thread Wendy Smoak
On 11/8/06, Laurie Harper <[EMAIL PROTECTED]> wrote: You can either use prefix mapping (/do/*) or suffix mapping (*.do). Unfortunately, you can't mix them, using one style for some requests and the other for other requests. Struts doesn't support having multiple servlet mappings for ActionServle

Re: struts configuration tweaking

2006-11-08 Thread Laurie Harper
Tejesh Shetty wrote: I am currently using struts-1.2.8 and in my web.xml all '*.do' are handled by ActionServlet. So in my form action value is '/contextRoot/logon.do'. Now I want couple of my actions to be handled without .do but not all of them. So say for logon I want struts to kick in when

struts configuration tweaking

2006-11-08 Thread Tejesh Shetty
I am currently using struts-1.2.8 and in my web.xml all '*.do' are handled by ActionServlet. So in my form action value is '/contextRoot/logon.do'. Now I want couple of my actions to be handled without .do but not all of them. So say for logon I want struts to kick in when form action value is