RE: Multiple Action Servlet Mappings

2004-04-22 Thread David Friedman
day, April 22, 2004 6:03 PM To: Struts Users Mailing List Subject: Multiple Action Servlet Mappings I have my action servlet mapped to 2 different url patterns (which are used for filtering purposes elsewhere in my site). It seems the order of my servlet mappings affects the action attribute of my form

Multiple Action Servlet Mappings

2004-04-22 Thread Toby Saville
I have my action servlet mapped to 2 different url patterns (which are used for filtering purposes elsewhere in my site). It seems the order of my servlet mappings affects the action attribute of my form by appending of the suffix of the last mapping to the end of the form's action. As an exam

RE: Multiple Action Servlet Mappings

2004-04-22 Thread Dimitar Stavrakov
EMAIL PROTECTED] Sent: Wednesday, April 21, 2004 1:34 AM To: [EMAIL PROTECTED] Subject: Multiple Action Servlet Mappings I have my action servlet mapped to 2 different url patterns (which are used for filtering purposes elsewhere in my site). It seems the order of my servlet mappings affects the a

Multiple Action Servlet Mappings

2004-04-22 Thread Toby Saville
I have my action servlet mapped to 2 different url patterns (which are used for filtering purposes elsewhere in my site). It seems the order of my servlet mappings affects the action attribute of my by appending the suffix of the last servlet mapping to the end of the form's action (usually the