]
Shane Bryzak moved SEAMFORGE-291 to SEAMREPORTS-23:
---------------------------------------------------
Project: Seam Reports (was: Seam Forge)
Key: SEAMREPORTS-23 (was: SEAMFORGE-291)
Affects Version/s: (was: 1.0.0.Beta1)
Make string helpers available in all templates
----------------------------------------------
Key: SEAMREPORTS-23
URL:
https://issues.jboss.org/browse/SEAMREPORTS-23
Project: Seam Reports
Issue Type: Feature Request
Reporter: Peter Royle
Assignee: Peter Royle
Priority: Optional
It might be handy to make some standard, string munging utility methods available to all
MVEL templates. The set of utilities could be based on a subset of the Apache Commons Lang
StringUtils static methods. Some examples:
@{render.uncapitalize('PostalAddress')}
These can be included using this
method:(http://mvel.codehaus.org/Programmatic+Imports+for+2.0) Note the use of the
'render' namespace so as not to pollute the global namespace.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: