Alexander Jesse wrote:
>
> add a mappring like this:
> <action path="/foo" type="FooAction">
> <forward name="success" path="/index"/> (or /index.do)
> </action>
>
> I am working off-memory... but I did it once and it worked...
Doing "/index.do" worked for me.
Is there any way to define "index.do" as a global forward rather than an
action? I know I can define a simple action thusly:
<action path="/index" forward="/index.jsp" />
but it seems like it would be more appropriate as a global forward. The
only problem is that it doesn't seem to work.
Bruce
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>