[jboss-user] [JBoss Seam] - Re: Using EL in backend Java code?
v.masterov@gmail.com
do-not-reply at jboss.com
Thu Nov 1 02:44:10 EDT 2007
Expressions.instance().createValueExpression(#{myBean.myProperty}) returns Object. It needs to cast to your object type.
| Interpolator.instance().interpolate(#{myBean.myProperty})
| returns String.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100908#4100908
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100908
More information about the jboss-user
mailing list