Hi,

I have encoding problem in sending param values to page

<p class="link">
${paginationUrl}stocklist?pageName=${stockMetalsItem.title}
${stockMetalsItem.title} 
<br />
</p>

>From Tapestry java page this stockMetalsItem.title  value is - Münzen

When i run this the link in the browser i got
http://localhost:8080/Registration/stocklist?pageName=Münzen

but application throws the below error:
Input string 'Münzen' is not valid; the character 'ü' at position 2 is not
valid.

What should I do to avoid this?


--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Encoding-problem-character-u-is-not-valid-tp5512873p5512873.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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

Reply via email to