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 context}/${module}/Login thus resulting in the form being
posted to the Login action of the default module. The action mapping does not
specify contextRelative=true in the forwards.
Any help is much appreciated.
Thanks
Daniel
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]