Dave Newton wrote:
I'm pretty much lost at this point.

What version of struts are you using?
Im using struts 1.2.7
This is not the behaviour of struts but my desired behaviour!
The server should get the request: /app/context/formAction.do, execute the action formAction ,then should go to struts-config.xml to find the forward:
<form path='/formAction.do" ....
  <forward ..success... path = /newFormAction.do" />
then he should forward not to /newFormAction.do but to /app/context/newFormAction.do
that is, should keep the current context of the initial executed action
(unless otherwise instructed like this
<forward .... success .... path=/newFormAction.do contextRelative=false
should forward to  /app/newFormAction )
i would like to modify my struts to behave like this but first i thought i should share with you so you can tell me what you think and if theres already a way to do this (except module which is unacceptably static)


Dave


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to