public static void queueCVCalls(UIComponent root) {
/* if( root.getChildCount() > 0 ) {
for( int i = 0; i< root.getChildCount() ; i++ )
queueCVCalls( (UIComponent)
root.getChildren().get( i ) );
} else {
if( root instanceof UIInput ) {
UIInput input = (UIInput) root;
EditableValueHolder
addCVCall( createCVCall( input ) );
}
} */
}
--
http://www.irian.at
Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German
Professional Support for Apache MyFaces
--
Matthias Wessendorf
further stuff:
blog: http://matthiaswessendorf.wordpress.com/
mail: matzew-at-apache-dot-org