[ http://issues.apache.org/jira/browse/TAPESTRY-171?page=all ] Jesse Kuhnert resolved TAPESTRY-171: ------------------------------------
Resolution: Won't Fix Assign To: (was: Tapestry Developer List) This is actually an ognl issue. > contrib:Table booleans not sortable - but indicates they are > ------------------------------------------------------------ > > Key: TAPESTRY-171 > URL: http://issues.apache.org/jira/browse/TAPESTRY-171 > Project: Tapestry > Type: Bug > Components: Contrib > Versions: 3.0 > Environment: Operating System: Other > Platform: Other > Reporter: Michael Hamilton > > The contrib:Table component anotates boolean columns with sorting indicators, > but sorting doesn't actually work. > The work-around is to turn the booleans into strings, for example: > <component id="tableViewUsers" type="contrib:Table"> > <!-- Define colname:javaname, ... --> > <binding name="columns"> > 'ID:UserId,IsEnabled:Enabled:newBoolean(IsEnabled).toString()' > </binding> > <binding name="source" expression='Users'/> > </component> -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]