I am using struts 1.0 and I want to be able to specify the target for a
forward action. I am using html:rewrite to forward the action now but, I
don't think I can specify "target" with this. Is there any alternative to
this or any other way to achive this. My Javascript function is like this:

      <script laguage="Javascript">
        <!--
                function logOffUser(){
                        location.href='<html:rewrite forward="logoff"/>';
                }
        -->
        </script> 

Thank you,
Prasad.

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

Reply via email to