Hi all,

I have this strange behavior in my Tapestry application:

What I want to do is read the name of a city and its country from the
database and I pass these names in the corresponding url, along with
the city id.

So, the urls, using T 5.0.15, become like the following, which is the
desired result:

http://localhost:8080/app/viewcity/Kraków-Poland-Europe/9584
and
http://localhost:8080/app/viewcity/Nîmes-France-Europe/7196

This works as it should when I use T 5.0.15.
But, when I update Tapestry to a later version (I tried with T 5.0.17,
5.0.18 and T 5.1 alpha), the urls get "ugly" :

http://localhost:8080/app/viewcity/Krak$00f3w-Poland-Europe/9584
and
http://localhost:8080/app/viewcity/N$00eemes-France-Europe/7196

This is quite crucial for the application (for SEO reasons, frankly),
but the behavior of the latest versions of Tapestry hold me back to
still using T 5.0.15 because of this.

In AppModule.java, I have set
configuration.add(SymbolConstants.SUPPORTED_LOCALES, "utf-8,en,en_GB");

and I am using jboss 4.2.2 on a linux machine with jdk 1.6.0.10 and mysql 5.0.67

Any hints/suggestions? Thank you in advance,

Regards,
Grigoris

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to