You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Ashish Raniwala <ar...@gmail.com> on 2005/09/28 01:27:33 UTC

Tapestry 3 question

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


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: Tapestry 3 question

Posted by Lindsay Steele <lg...@gmail.com>.
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 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 but I want to go to
>tapestry page.
>How to do this ?
>Thanks,
>Ashish
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
>
>
>  
>


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: Tapestry 3 question

Posted by Ivano <i....@mclink.it>.
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 but I want to go to
>tapestry page.
>How to do this ?
>Thanks,
>Ashish
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
>
>
>
>  
>

--
Ivano.

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: Tapestry 3 question

Posted by DarĂ­o Vasconcelos <da...@gmail.com>.
It could be as easy as

<a jwcid="@PageLink" page="pageName"
onClick="window.open(this.href,'_blank','left=0,top=0,width=800,height=600');return
false">Your link</a>



On 9/27/05, Ashish Raniwala <ar...@gmail.com> 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
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
>
>


--
I have enough money to last me the rest of my life, unless I buy something.
    Jackie Mason

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: Tapestry 3 question

Posted by David Solis <h....@gmail.com>.
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 <ar...@gmail.com> 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
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
>
>