> > </HTML> > <logic:redirect href="http://authtest.ca.boeing.com"/> > </HTML>
Yep this will work as well, however actually you might want to use forward instead of href. forward is the logical naming an ActionForward that you define in struts-config file. This way your forward will be context sensitive and easy to change. -- Victor -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

