Here is some code examples:

In .jwc or .page:

    <bean class="org.apache.tapestry.contrib.link.PopupLinkRenderer"
        name="popupTermsRenderer">
        <set name="windowName" value="literal:TermsOfUse" />
        <set name="features"

value="literal:top=100,left=100,width=480,height=480,scrollbars=yes,resizable=no"
/>
    </bean>
    <component id="popupTerms" type="DirectLink">
        <binding name="listener" value="listener:termsOfUsePopup" />
        <binding name="renderer" value="beans.popupTermsRenderer" />
    </component>

In .html file:

<span jwcid="popupTerms"/>


Hope that helps...

~chris



On 4/19/06, Mark <[EMAIL PROTECTED]> wrote:
>
> If it's not too much code, can you post it for others who might have the
> same problem, please?
>
>
> Craig Spry wrote:
> > Don't worry about my question I figured it out for myself.
> >
> > Craig
> >
> > ---------------------------------------------------------------------
> > 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]
>
>


--
~chris

Reply via email to