I think that was fixed yesterday in the source code. Could you try
with the most recent nightly?
Regards,
Bruno
2005/9/28, stefanom (sent by Nabble.com) <[EMAIL PROTECTED]>:
> Yes, but with 1.09 I use:
>
> class MyBean{
> private Boolean id;
>
> public Boolean getId();
> ..........
> and this works correctly; with 1.1 I need
>
> public String getIdStr(){
> return id.toString();
> }
>
> and
>
> <h:selectOneRadio value="#{bean.idStr}">
> <f:selectItem itemValue="#{person.id}"/>
> </h:selectOneRadio>
> for a correct selection.
>
> Thank you
>
>
> ________________________________
> Sent from the MyFaces - Users forum at Nabble.com.