Em Tue, 03 Mar 2009 14:58:05 -0300, Luther Baker <lutherba...@gmail.com> escreveu:

I have implemented this and which to display a special character in the drop down. &ni;

A better solution would be to give Select an already Unicode-encoded string intead of relying in HTML entities. Intead of something like String label = "&ni;", use label = "\u220B" (or whatever the hexadecimal code point for &ni is).

--
Thiago H. de Paula Figueiredo
Independent Java consultant, developer, and instructor
http://www.arsmachina.com.br/thiago

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

Reply via email to