When to use global forwards and when to use regular action forwards ?
<global-forwards>
<forward name="actionDone" path="/index.jsp"/>
</global-forwards>
or:
<action path="/addAlaskaGroup"
type="ActionClass"
name="ActionForm"
scope="request"
input="/index.jsp"/>
<forward name="actionDone" path="/index.jsp"/>
</action>
???
thanks in advance,
cya,
marcus
--
To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>