Firstly, I'd like to compliment Howard and the rest of the contributors. This is a wonderful framework!
I am trying to implement a link for sortable column headers. I declared 'column' and 'currentlySelectedColumn' as parameters in my .jwc. If the two are equal, the link should be disabled and a down arrow should be rendered next to the text. I did not declare a 'disabled' property, because it is determined by the relationship between the other parameters. For the component class, I extended DirectLink and overrode the isDisabled() method in terms of the column parameters. Bug #629287 says this the wrong approach. What is the Right and Proper Tapestry Way? Thanks in advance, Ross ------------------------------------------------------- This SF.net email is sponsored by: ApacheCon, November 18-21 in Las Vegas (supported by COMDEX), the only Apache event to be fully supported by the ASF. http://www.apachecon.com _______________________________________________ Tapestry-developer mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/tapestry-developer
