[jboss-user] [JBoss Seam] - Re: How to truncate output?

atao do-not-reply at jboss.com
Sun Mar 25 10:16:51 EDT 2007


You can use jstl functions:


  | xmlns:fn="http://java.sun.com/jsp/jstl/functions"
  | 
  | [...]
  | 
  | <h:outputText value="#{fn:substring(aString, 0, 5)}..."/>
  | 

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4031393



More information about the jboss-user mailing list