s:filterTable and s:sortableColumn missing TLD attributes (FilterTableRenderer)
-------------------------------------------------------------------------------
Key: TOMAHAWK-905
URL: https://issues.apache.org/jira/browse/TOMAHAWK-905
Project: MyFaces Tomahawk
Issue Type: Bug
Affects Versions: 1.1.5-SNAPSHOT
Environment: Tested Tomcat 5.5.17 w/ JDK 1.5.0_10
Reporter: Mike Gillan
Priority: Trivial
Attachments: FilterTableRenderer.patch
(This is the first issue I've submitted so please be forgiving)
The Sandbox s:filterTable and s:sortableColumn components are missing
TLD-specified attributes. Specifically:
s:filterTable:
- styleClass
s:sortableColumn
- sort
- align
- valign
- format
I've created a patch for FilterTableRenderer.java and attempted to render these
attributes in the order which matches the dojo FilteringTable widget example
found at
http://archive.dojotoolkit.org/nightly/tests/widget/test_FilteringTable.html
(as of Feb 22, 2007) and I've tested that these attributes are now working.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.