Chokshi, Arpit (CAP, GEFA) wrote:

> How do we redirect in struts ? .. I know we can use <forward name="logon"
> path="/logon.jsp"/> in the struts-config.xml to forward to another jsp.


How about:

    <forward name="logon" path="/logon.jsp" redirect="true"/>

Joel



-- 
-------------------------------------------------
             Descriptor Systems
   Java, C++ and XML Training and Courseware
             www.descriptor.com
-------------------------------------------------


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

Reply via email to