[jboss-user] [JBoss Seam] - how many layer can EL go down?
tim_ph
do-not-reply at jboss.com
Tue Aug 14 18:53:52 EDT 2007
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#4074223
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074223
More information about the jboss-user
mailing list