cliles - 2005-10-14

Complete noob here to displaytags and dynabeans.

Ok, when I have a simple query like:
"select * from table" I can use the displaytag very well to actually display the data from the query, but when I have a query with some joins in it I get a table that says:

"org.apache.commons.beanutils.BasicDynaBean@e61eb5
org.apache.commons.beanutils.BasicDynaBean@1ea34ed
org.apache.commons.beanutils.BasicDynaBean@138f11c
org.apache.commons.beanutils.BasicDynaBean@15d7e83"

I am assumeing that this is a collection of dynabeans and their respected memory locations ?!

so what am I doing wrong, or more importantly how do I get the tags to display the data held in those beans??

My tag looks like this:
<display:table name="requestScope.ticketTable.rows" />