Well, I got a JSF code like this
| <h:selectOneMenu id="application_Test_limit"
value="#{applicationHome.instance.test.limit.value}">
| <f:selectItem itemValue="$100000"/>
| <f:selectItem itemValue="$1000000"/>
| </h:selectOneMenu>
|
but I keep getting the error said it can't set value
| sourceId=application:application_Test_limit[severity=(ERROR 2),
summary=(/policy/ApplicationEdit2.xhtml @58,123
value="#{applicationHome.instance.test.limit.value}": Error writing
'value' on type Limit), detail
| =(/policy/ApplicationEdit2.xhtml @58,123
value="#{applicationHome.instance.test.limit.value}": Error writing
'value' on type Limit)]
|
It's just a String value in Limit object.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074223#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...