RE: Form action context is default rather than the module's context

2004-12-03 Thread Daniel Massie
-Original Message- From: Daniel Massie Sent: 03 December 2004 09:08 To: [EMAIL PROTECTED] Subject: Form action context is default rather than the module's context Using a module I go through an action to a JSP containg a form (using html:form). The action attribute of this form is the same

Form action context is default rather than the module's context

2004-12-03 Thread Daniel Massie
Using a module I go through an action to a JSP containg a form (using html:form). The action attribute of this form is the same as an action defined in a module's struts config ie /Login, but when the page is accessed the full form action is the ${default context}/Login rather than ${default con