On Thu, 2008-06-26 at 23:02 -0400, Karen Schaper wrote:
> Hello Again,
>
> I'm hoping there is a simple solution for this. I can't seem to find the
> right place to look.
>
> Basically this line of code, I'd like to open a new browser window to
> display it in.
>
> getRequestCycle().setRequestTarget(new RedirectRequestTarget(
> url ) );
>
>
> Thanks for all your help. It is REALLY appreciated.
>
> -Karen
Hi Karen,
Try with:
link = new Link(wid) {
public void onClick() {
getRequestCycle().setRequestTarget(new RedirectRequestTarget(
url ) );
}
}
link.setPopupSettings(new PopupSettins(...));
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]