Hi, I'm trying to do something like this:
add(new RadioChoice("testid", Arrays
.asList(new Boolean[] { new
Boolean(true),
new Boolean(false) }),
createBooleanIChoiceRenderer("<br>Test
1", "Test
2")).setEscapeModelStrings(false));
the method createBooleanIChoiceRenderer basically takes in the two strings
and displays one for true and one for false. However, on my HTML page, the
are still getting printed out and not being escaped. Any Ideas?
Thanks in advance
--
View this message in context:
http://www.nabble.com/RadioChoice-not-allow-setEscapeModelStrings%28false%29---tf4692915.html#a13413655
Sent from the Wicket - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]