Re: Tapestry 3 question

2005-09-28 Thread Lindsay Steele
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

Re: Tapestry 3 question

2005-09-28 Thread Ivano
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

Re: Tapestry 3 question

2005-09-27 Thread David Solis
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

Re: Tapestry 3 question

2005-09-27 Thread DarĂ­o Vasconcelos
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