Re: contrib:PopupLink Problem

2006-12-21 Thread Nick Westgate
Sounds like you'll need to choose from one of javascript, Tacos for T3, or your activateExternalPage() method. Cheers, Nick. wong wayne wrote: Thanks Nick. I found another alternative under "Popup a Tapestry page in a new window?" Thread using GenericLink. Both of them can popup with external

Re: contrib:PopupLink Problem

2006-12-21 Thread wong wayne
Thanks Nick. I found another alternative under "Popup a Tapestry page in a new window?" Thread using GenericLink. Both of them can popup with external link but can I have a listener event to have a routine for some checking? Thanks. regards awyne --- Nick Westgate <[EMAIL PROTECTED]> wrote: > Us

Re: contrib:PopupLink Problem

2006-12-20 Thread Nick Westgate
Use PopupLinkRenderer, as mentioned in the other popup thread. In T3 I use it like this: ... Cheers, Nick. wong wayne wrote: Dear All Is any way to popup a window and loading a external page with Popup L