[jboss-user] [JBoss Seam] - Re: jboss el and jstl functions issue
tazman
do-not-reply at jboss.com
Fri Jun 8 05:38:46 EDT 2007
Another solution is to use parameterized value bindings feature of the new JBoss EL. For example, the following expression returns the string length:
#{testFromType.length()}
You can also use other string methods like substring(). See the new "Expression language enhancements" documentation in CVS.
I don't need to use JSTL functions anymore.
tazman
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052464#4052464
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4052464
More information about the jboss-user
mailing list