Does it have anything to do with HTML escaping?

There is no way to turn off html escaping in the s:text tag.  (I probably
should file a bug)  I didn't see anything for textfield--I'm not sure what
the escaping behavior is.

What shows up on the screen in the non-working case, escaped HTML or
nothing?
Tom

On 1/2/07, Mike Baroukh <[EMAIL PROTECTED]> wrote:


Hi.

I have a problem with accents.
My project is entirely in utf-8 : jsps, java sources, resources
properties ....

Depending on the way I put accents in my jsp, it works or not :

work :
- directly in the jsp source
- with s:property  -> converted with &#xE0; by freemarker.
- in input box of  s:textfield  -> converted with &#xE0; by freemarker.

don't work with :
- in label attribute of any ui tag, if I use %{getText('xx')}.
- with s:text.

I use a filter that force encoding to utf-8.
I also add  page pageEncoding="UTF-8" to the jsp.

With or without SiteMesh, no difference.


Has anybody any idea on what's wrong ?
Thanks for any help.

--

Mike Baroukh

---
Cardiweb  - 31 Rue de Mogador Paris IXeme
06 63 57 27 22 - 01 53 21 82 63 - Jabber: [EMAIL PROTECTED]
http://www.cardiweb.com
---




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to