Yes - look look at PopupLinkRenderer.setFeatures(...).
e.g.

<a jwcid="@DirectLink" listener="..." renderer="ognl:beans.popup" href="#">...</a>

where the popup bean is defined as:

<bean name="popup" class="org.apache.tapestry.contrib.link.PopupLinkRenderer">
   <set-property name="features" expression="height=100,width=100"/>
</bean>


Paul

Jer Kah wrote:

Is there a way to use this technique or a similar one that allows you
to specify window 'features' ( like width, height, etc)?


On 1/31/05, Paul Ferraro <[EMAIL PROTECTED]> wrote:
Use a normal DirectLink, but specifiy
org.apache.tapestry.contrib.link.PopupLinkRenderer as the renderer.

Paul

Jordan Redner wrote:

Has anyone implemented a way to DirectLink to a popup Window?

contrib:popupLink doesn't seem to allow service parameters.

Thanks in advance,


Jordan



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to