Hi, All
In the last several months, I am doing JSF web development. I have a
set of small utilities that could be useful to others.
What I have are
evaluate attribute at build time to solve c:Foreach issue in dataTable
replace ui:include to look up component from resources
Like the #{cc.} and #{component}, provides a generic component
attributes search using EL. Provides tree navigation like "../" in
file system.
provide hook for custom component to initialize itself. Much Better
than Component Binding and PostAddView Event.
Utility to programmatically load components/composite
component/template from resource
create ValueExpression/MethodExpression, Script/Style Component"
Three converters: zerolong,zerodouble,zeroint: Display zero as empty
string
Here is the URL:
http://code.google.com/p/jsf2utils/