[jboss-user] [JBoss Seam] - Re: jboss el and jstl functions issue

2007-06-08 Thread atao
Thanks! It works fine. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052402#4052402 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4052402 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: jboss el and jstl functions issue

2007-06-08 Thread tazman
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

[jboss-user] [JBoss Seam] - Re: jboss el and jstl functions issue

2007-06-07 Thread atao
Not all uses of jstl's fn: function produce an exception. For exemple: | #{fn:length(testFromType)} | works fine. But I get the same exception with | s:button id=done |value=Done | view=/TestList.xhtml |

[jboss-user] [JBoss Seam] - Re: jboss el and jstl functions issue

2007-06-07 Thread hstang
are you using ear or war packaging? if ear, try placing jsf-facelets.jar in the ear root and add a module entry into application.xml View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052360#4052360 Reply to the post :