Check out the NewWindowLink component on Tassel.
It basically allows you to pass a page name for a basic page .. or a
listener for a directlink with parameters etc.
http://www.tapestrycomponents.org/Tassel/app?service=external/ViewComponent&sp=SNewWindowLink
It works really well.
Ashish
Alternatively, you could try this component:
http://www.tapestrycomponents.org/Tassel/app?service=external/ViewComponent&sp=SNewWindowLink
See ya
Ashish Raniwala wrote:
Hi,
I need to pop up a new window which opens up another tapestry page.
contrib:PopupLink component offers to point to a href
Use PopUpLinkRenderer.
You can use this renderer with any link component.
In addition you have more control about the new window.
Regards
D
On 9/27/05, Ashish Raniwala <[EMAIL PROTECTED]> wrote:
>
> Hi,
> I need to pop up a new window which opens up another tapestry page.
> contrib:PopupLink c
It could be as easy as
Your link
On 9/27/05, Ashish Raniwala <[EMAIL PROTECTED]> wrote:
> Hi,
> I need to pop up a new window which opens up another tapestry page.
> contrib:PopupLink component offers to point to a href but I want to go to
> tapestry page.
> How to do this ?
> Thanks,
> Ashish