a1.setBoundName( "c1" );
a1.setFactField( "name" );
a1.setValueList( "a1a,a1b" );
dtable.getActionCols().add( a1 );
ActionInsertFactCol52 a2 = new ActionInsertFactCol52();
a2.setBoundName( "a2" );
a2.setFactType( "Driver" );
a2.setFactField( "name" );
a2.setValueList( "a2a,a2b" );
dtable.getActionCols().add( a2 );
RowExpander re = new RowExpander( dtable,
sce );