There is simpler way:

<bean name="buttonRenderer" 
class="org.apache.tapestry.link.ButtonLinkRenderer"/>

<component id="cancel" type="PageLink">
    <binding name="page" value="literal:TargetPage"/>
    <binding name="renderer" value="bean:buttonRenderer"/>
</component>

--
aku

wctc> With CSS, 
wctc> you can make a <a> look like a button ...

wctc> -----Original Message-----
wctc> From: Waimun Yeow [mailto:[EMAIL PROTECTED] 
wctc> Sent: donderdag 1 september 2005 12:27
wctc> To: [email protected]
wctc> Subject: PageLink with button

wctc> Hi,

wctc> How do I create a PageLink with a button instead of the regular <a>
wctc> href?

wctc> If there's anyone who have done it, please advise....


wctc> Tks,


wctc> waimun


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


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





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

Reply via email to