Re: AW: selectOneRadio in myfaces 1.1

2005-09-28 Thread stefanom (sent by Nabble.com)
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         for a correct selection. Thank you Sent from the MyFaces - Users forum at Nabble

selectOneRadio in myfaces 1.1

2005-09-28 Thread stefanom (sent by Nabble.com)
With myfaces version 1.09 I can use a Boolean method in h:selectOneRadio value tag and the component converts the Boolean value in String automatically. In version 1.1 this conversion doesn't work and I need to use another method for the conversion. Thank you Stefano Sent from the MyFaces -