[ http://issues.apache.org/jira/browse/TAPESTRY-700?page=all ] Jesse Kuhnert resolved TAPESTRY-700: ------------------------------------
Resolution: Cannot Reproduce > contrib:TableView doesn't sort columns with a non ASCII name > ------------------------------------------------------------ > > Key: TAPESTRY-700 > URL: http://issues.apache.org/jira/browse/TAPESTRY-700 > Project: Tapestry > Type: Bug > Components: Contrib > Versions: 4.0 > Environment: Win XP / Tomcat 5.0 / JDK 142 > Reporter: Paolo Donà > Priority: Minor > > I have a contrib:TableView defined this way: > <component type="contrib:TableView" id="tableView"> > <binding name="source" value="ognl:impianti"/> > <binding name="columns" value="Codice:codice, Paese:descRegione , > Località:localitaOutlet"/> > <binding name="persist" value="literal:client:page"/> > </component> > The third column doesn't sort and doesn't show the sorting arrow. > Changing the column name from "Località" to "Localita" solves the problem. > So I suppose the column doesn't sort if the column name has a non ASCII char > in it. > Paolo -- 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]