You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Pedro Abelleira Seco <pe...@usc.es> on 2005/12/21 19:37:21 UTC

Table not ordering

I have lots of tables in my app. Some columns of some tables have titles
with accents on them (we are using a non English language). When we are
in development we use the tomcat included in netbeans and it works well,
but if I use an external Tomcat the columns with accents on them don't
work (it seems that the link is not findind the listener).

Does this ring any bells on somebody head? Sorry for the stupid
question, but we are quite in a hurry here.

Thanks in advance
Pedro



---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: Table not ordering

Posted by Pedro Abelleira Seco <pe...@usc.es>.
For the record: finally it was a problem with uri enconding. It was
solved by adding 

URIEncoding="utf-8"

to the tomcat connector configuration.



El Mér, 21-12-2005 a las 19:37 +0100, Pedro Abelleira Seco escribió:
> I have lots of tables in my app. Some columns of some tables have titles
> with accents on them (we are using a non English language). When we are
> in development we use the tomcat included in netbeans and it works well,
> but if I use an external Tomcat the columns with accents on them don't
> work (it seems that the link is not findind the listener).
> 
> Does this ring any bells on somebody head? Sorry for the stupid
> question, but we are quite in a hurry here.
> 
> Thanks in advance
> Pedro
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org