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

html:form with modules

2004-12-01 Thread Daniel Massie
Again this may be easily solved, but I can't find an answer elsewhere. 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 the module's struts config ie /Login, but when the page is accessed the f

RE: Placing JSPs under WEB-INF using modules

2004-12-01 Thread Daniel Massie
;s no problem. Just use forwards like: Daniel. > -Original Message- > From: Daniel Massie [mailto:[EMAIL PROTECTED] > Sent: 01 December 2004 11:58 > To: [EMAIL PROTECTED] > Subject: Placing JSPs under WEB-INF using modules > > > I have a module called admin, and wish

Placing JSPs under WEB-INF using modules

2004-12-01 Thread Daniel Massie
I have a module called admin, and wish to locate JSPs in /WEB-INF/pages/admin. This however is relative to the default context rather than /admin. Is it possible to place JSPs under the WEB-INF directory when using modules? Thanks Daniel