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
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
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
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