Hi,
I have a weird problem here.
I have changed in my project the following libraries:
myfaces-api-1.1.4
myfaces-impl-1.1.4
tomahawk-1.1.3
tomahawk-sandbox-1.1.5-SNAPSHOT
with the following:
myfaces-api-1.1.6
myfaces-impl-1.1.6
tomahawk-1.1.7-SNAPSHOT
tomahawk-sandbox-1.1.7-SNAPSHOT
Because I found a problem concerning the t:dataTable tag.
But right now I have a problem with the h:selectOneRadio tag.
I must change in all jsp files the code
<f:selectItem itemValue="false" itemLabel="No" />
<f:selectItem itemValue="true" itemLabel="Yes" />
with this code:
<f:selectItem itemValue="#{false}" itemLabel="No" />
<f:selectItem itemValue="#{true}" itemLabel="Yes" />
Is there someone to know why this happens and how it is in version 1.1.7
implemented??
Many thanks,
mitroiasi
--
View this message in context:
http://www.nabble.com/h%3AselectOneRadio-problem-tp25184912p25184912.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.