Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
1.1.5-SNAPSHOT
-
None
-
None
-
Tested Tomcat 5.5.17 w/ JDK 1.5.0_10
Description
(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.