Current Software Versions:
Apache MyFaces 2.0 Rich Faces 4.3
Migration Challenge:
We are in the process of upgrading from JSF version 1.2 to JSF version 2.
One issue we have encountered is that there is no native support for sorting in rich:dataTable. As a workaround, we have implemented a custom sorting solution following the example provided in the rich faces showcase. While the sorting functionality is working correctly, we are facing an issue where the column header text appears with an "underline" style due to the use of a4j:commandLink for the sort action trigger. Is there a way to remove this underline specifically for a4j:commandLink
? The styling information provided in the rich faces showcase does not address this specific customization.
Your assistance in resolving this matter would be greatly appreciated.