users@javaserverfaces.java.net

a set of useful jsf utilities, not component library

From: <jasonzhang2002_at_gmail.com>
Date: Fri, 7 Dec 2012 20:25:10 +0000 (GMT)

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/