I'm not 100% sure I understand the question, but what I *think* your
asking is how can you break out of a frameset in Struts without using
Javascript, is that right?

If that's the case, you can have a link like so:

<html:link href="test.jsp" target="_top" />

Alternatively, you can use the action attribute instead of href and name
an Action to execute.

-- 
Frank W. Zammetti
Founder and Chief Software Architect
Omnytex Technologies
http://www.omnytex.com
AIM: fzammetti
Yahoo: fzammetti
MSN: [EMAIL PROTECTED]

On Tue, November 8, 2005 3:38 am, Diaconu Eduard said:
> with javascript to go out of a frame "test" you do
>
> parent.test.location.href = "test.jsp"
>
> How does it do him in struts? without javascript if and possibility.
> Interest me if I arrive within in an action and I want to go out of the
> frame
> how do I do?
> thanks
> Tedy
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


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

Reply via email to