I'm not sure what you mean. I write a
"DynamicColumnTableRowGroupFactory" class. This is:
com.sun.jsftemplating.component.factory.sun.DynamicColumnTableRowGroupFactory
This "factory" does NOT create anything special. It simply configures
Woodstock components. It will create instances of:
com.sun.webui.jsf.component.TableRowGroup
com.sun.webui.jsf.component.TableColumn
com.sun.jsftemplating.component.StaticText
com.sun.jsftemplating.component.dataprovider.MultipleListDataProvider
It may also create other components if you use an event to do more.
Is this what you were looking for?
Ken
Karam Singh Badesha wrote:
> Ken,
> Whats the pkg path to the DynamicColumnTableRowGroup class?
>
> thanks
> Karam