gcormier <maillist <at> tapestryforums.com> writes:

> Basically, all my links on the left are in a list with  elements and the 
> non-selected ones have a certain class, while the current selection has a 
> different style, and obviously, no link to click on.

Try:

<component id="link" type="PageLink">
  <binding name="page" expression="pageName" />
  <binding name="disabled" expression="disablePageLink" />
  <binding name="class" expression="linkClass" />
</component>

Then define a getLinkClass() in your Border.java.

--
Author of a book for learning Tapestry (http://www.agileskills2.org/EWDT)


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

Reply via email to