I have something like the following in one of my config.jelly files for my plugin, but it doesn't seem to actually create the 'readonly' attribute for the textarea. I looked at the taglib and it sets readonly to $(attrs.readonly}, so I am not sure why it is not working.
<f:textarea name="..." readonly="${!hasPermission ? 'readonly' : ''}"/>
Am I just doing it completely wrong?
Thanks!
slide
--
Website: http://earl-of-code.com
