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 sample of how the InspectorButton uses it:
<bean name="renderer"
class="org.apache.tapestry.contrib.link.PopupLinkRenderer">
<set name="windowName" value="literal:TapestryInspector"/>
<set name="features">
'titlebar,resizable,scrollbars,width=700,height=600'
</set>
</bean>
<component id="link" type="DirectLink">
<binding name="listener" value="listener:trigger"/>
<binding name="stateful" value="false"/>
<binding name="renderer" value="bean:renderer"/>
</component>
On Jan 21, 2008 2:32 PM, Kevin Menard <[EMAIL PROTECTED]> wrote:
> 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 either
> at Tacos or based on the Dialog widget. I just couldn't figure out how to
> get it to load and render a page.
>
> Thanks,
> Kevin
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
--
Jesse Kuhnert
Tapestry / OGNL / Dojo team member/developer
Open source based consulting work centered around
dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]