Re: AW: selectOneRadio in myfaces 1.1

2005-09-28 Thread Bruno Aranda
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 w

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

Re: AW: selectOneRadio in myfaces 1.1

2005-09-28 Thread Caroline Jen
> > > regards > > > -Ursprüngliche Nachricht- > Von: Caroline Jen [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 28. September 2005 15:56 > An: MyFaces Discussion; stefanom > Betreff: Re: selectOneRadio in myfaces 1.1 > > > Hi Stefano, &g

Re: selectOneRadio in myfaces 1.1

2005-09-28 Thread Paul Klaer
. 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 - Users forum at Nabble.com: http://www.nabble.com/selectOneRadio-in-myfaces-1.1-t354851.html#a982138 _

Re: selectOneRadio in myfaces 1.1

2005-09-28 Thread Paul Klaer
ue 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 - Users for

AW: selectOneRadio in myfaces 1.1

2005-09-28 Thread andreas.mitter
You need an or an Tag between your you need something like that regards -Ursprüngliche Nachricht- Von: Caroline Jen [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 28. September 2005 15:56 An: MyFaces Discussion; stefanom Betreff: Re: selectOneRadio in myfaces 1.1 Hi

Re: selectOneRadio in myfaces 1.1

2005-09-28 Thread Caroline Jen
conversion. > > > > > > Thank you > > > > Stefano > > > > > > -- > > Sent from the MyFaces - Users forum at Nabble.com: > > > http://www.nabble.com/selectOneRadio-in-myfaces-1.1-t354851.html#a982138 > > >

Re: selectOneRadio in myfaces 1.1

2005-09-28 Thread Caroline Jen
g 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 - Users forum at Nabble.com: > http://www.nabble.com/selectOneRadi

Re: selectOneRadio in myfaces 1.1

2005-09-28 Thread Paul Klaer
e 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 - Users forum at Nabble.com: http://www.nabble.com/selectOneRadio-in-myfaces-1.1-t354851.html#a982138

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 -