Here is sample of their usage

<ui:composition xmlns="http://www.w3.org/1999/xhtml";
  |    xmlns:ui="http://java.sun.com/jsf/facelets";
  |    xmlns:e="http://org.el.func/func";>
  |    <div>#{e:evalEl('true')}</div>
  |    <div>#{e:isBlank(' ')}</div>
  |    <div>#{e:getBeanProperty(identity, 'username')}</div>
  |    <div>#{e:getEnv('PATH')}</div>
  |    <div>#{e:toString(identity)}</div>
  |    <div>#{e:trunc('hhhhhhhh', 2)}</div>
  | </ui:composition>
  | 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074266#4074266

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074266
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to