Re: f:selectItem escape attribute doesn't work ?

2012-08-31 Thread Mike Kienenberger
Have you tried tracing what is happening through the debugger? My guess is that there's a bug in the t:selectOneRadio renderer. It seems like it would be straightforward to determine the cause and submit a patch. You might even be able to find the problem by examining the t:selectOneRadio encoding

Re: f:selectItem escape attribute doesn't work ?

2012-08-31 Thread Leonardo Uribe
Hi I checked the problem and it seems to be a typo error. Instead escape use escapeItem: t:selectOneRadio id=idRadioJSF layout=spread f:selectItem itemValue=1 itemLabel=#{controller.formatLabel('test')} escapeItem=false / /t:selectOneRadio

f:selectItem escape attribute doesn't work ?

2012-08-08 Thread Patrick Meyer
Hi,   I would like to format selectItem label with html tags in  selectOneRadio component. But the label is not rendered as HTML. What I'm doing wrong?   lt;t:selectOneRadio id=idRadioJSF layout=spread gt;     lt;f:selectItem itemValue=1 itemLabel=#{controller.formatLabel('test')}

Fwd: f:selectItem escape attribute doesn't work ?

2012-08-08 Thread Patrick Meyer
One more time as text email. Hi,   I would like to format selectItem label with html tags in  selectOneRadio component. But the label is not rendered as HTML. What I'm doing wrong?   t:selectOneRadio id=idRadioJSF layout=spread     f:selectItem itemValue=1