Joyce,
I do not think there is a struts way of doing this but
you could return a page with Javascript in it to reload the parent frame of your
child frame.
You
will need to double check my syntax ;^ )
<SCRIPT language="JavaScript">
parent.location.href="<%=urlOfAction%>";
</Script>
--Abraham
-----Original Message-----
From: Joyce Tang [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 13, 2001 11:20 AM
To: '[EMAIL PROTECTED]'
Subject: How do make sure that the ActionForward will be on the whole screenHere is my problem
I have a frameset. There is a button on the bottom frame. When the user click on the button, the frameset need to be replaced with a non-frameset JSP page. How should I do this?
Do I do this in the ActionForward?
Thanks a lot,JT