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; Only, whenever I return this via the 'toClient' method of the ValueEncoder for this, the result ends up being &amp;ni; which prints miserably. Is there a different way to feed the String value into Tapestry such that it won't convert '&' to &amp; -- or, is there a better way to push special
characters into the drop down options.

Do you want to output &ni; as an option value or as an option label? ValueEncoders are used to produce the value. OptionModer is the one which carries the labels.

--
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