You're almost there <component name="customerTable" class="my.TableBean"> | <property name="entityName">acme.Customer</property> | <property name="propertyNames"> | <value>name</value> | <value>email</value> | </property> | <property name="columnTitles"> | <value>Cust. Name</value> | <value>Email-Address</value> | </property> | </component>
and just create many of these in your components.xml keeping the class the same. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094525#4094525 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094525 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
