Hi David,
you probably have set the codec default in your Config.groovy file.
grails.views.default.codec="html"
change it to "none" and try again. Remember to escape output where necessary
to prevent XSS.
Jeroen
David Trattnig wrote:
Hi Grails People,
first of all thank you for the great Framework! I love it!
And here's my first problem: It might be a stupid typo but when using the
radioGroup tag the result gets escaped:
<g:radioGroup name="visibility" labels="['Public','Private']"
values="[1,2]"
${it.label} ${it.radio}<br/>
</g:radioGroup>
is rendered as:
Public <input type="radio" name="visibility"
value="1" /><br/>
Private <input type="radio" name="visibility"
value="2" /><br/>
Thanks in Advance,
David
--
View this message in context:
http://www.nabble.com/RadioGroup-TagLib-Rendering-tp16129303p16152039.html
Sent from the grails - user mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email