Can anyone confirm if this is a bug? For clarity, here are the use cases:

These both work, anonymous is a boolean:
<s:checkbox checked="${actionBean.story.anonymous}"  name="story.anonymous"
value="true"/> 
<s:radio       checked="${actionBean.story.anonymous}" 
name="story.anonymous" value="true"/>

Only checkbox works. category is an object with a custom type converter
<s:checkbox checked="${actionBean.story.category}"  name="story.category"
value="${actionBean.healthCategory}"/> 
<s:radio       checked="${actionBean.story.category}"  name="story.category"
value="${actionBean.healthCategory}""/>



-- 
View this message in context: 
http://old.nabble.com/Problem-rendering-radio-buttons-using-checked-attribute-tp32329393p32334505.html
Sent from the stripes-users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to