i download it but can not extract. also i want to ask, how can i define radio buttons with label values from backing beans?
i tried lots of things including: <h:dataTable var="doc" value="#{myBean.myproperties}"> <h:column> <t:selectOneRadio id="sor" value="myotherbean.my_property" border="0"> <f:selectItem id="si1" itemLabel='#{doc.myotherproperty}' itemValue='#{doc.myanotherproperty}' /> </t:selectOneRadio> </h:column> </h:dataTable> it does not work. i have tomahawk installed so i can accept comments that tell me use something in tomahawk. or maybe in another framework. any help would be appreciated. thanks
-- You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with Passion!" group. To post to this group, send email to java-ee-j2ee-programming-with-passion@googlegroups.com To unsubscribe from this group, send email to java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en?hl=en