On 4/6/06, Lindholm, Greg <[EMAIL PROTECTED]> wrote: > Is there a way to truncate outputText and specify the size > you want from a jsp page? > > Is this something that could be added to <t:outputText> ? > On 4/6/06, Adam Winer <[EMAIL PROTECTED]> wrote: > FWIW, the ADF af:outputText component has a "truncateAt" > attribute.
Greg, Perhaps you can open a JIRA issue for t:outputText and provide a patch that adds a truncateAt attribute to it. On 4/6/06, Andrew Robinson <[EMAIL PROTECTED]> wrote: > I used <t:buffer and a facelet function. In facelets, all you need is the function for the use-case above. :)

