Re: T4: Popup window

2008-01-21 Thread Kevin Menard
That indeed does the trick. Thanks for the quick responses, Jesse and Andy. -- Kevin On 1/21/08 2:39 PM, in article [EMAIL PROTECTED], "Jesse Kuhnert" <[EMAIL PROTECTED]> wrote: > I think it was replaced by the "renderer" parameter that most link > components support. > > There is still a Po

Re: T4: Popup window

2008-01-21 Thread Andreas Andreou
links can accept a linkrenderer parameter & tapestry-contrib has PopupLinkRenderer http://tapestry.apache.org/tapestry4.1/tapestry-contrib/apidocs/org/apache/tapestry/contrib/link/PopupLinkRenderer.html On Jan 21, 2008 9:32 PM, Kevin Menard <[EMAIL PROTECTED]> wrote: > Hi, > > T3 had a PopupLink c

Re: T4: Popup window

2008-01-21 Thread Jesse Kuhnert
I think it was replaced by the "renderer" parameter that most link components support. There is still a PopupLinkRenderer to plug-in - which the Inspector component uses. We need to add some documentation on these extra link renderers in the org.apache.tapestry.contrib.link package. Here's a sam

T4: Popup window

2008-01-21 Thread Kevin Menard
Hi, T3 had a PopupLink component which was nice. It appears this is gone in T4, presumably in favor of something Dojo related. What then is the preferred approach for loading a page into a popup window? If there isn't one, I'll just duplicate PopupLink locally, but I figured there was something