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
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 -
2 matches
Mail list logo