I have to join two table with different column name in it.

eg:

table_A ( id, name,age)
table_B ( id,sex,ph)

my need is this i have to show in grid like (name,age,sex,ph) in a single grid or table .

Am working on a tapestry project. Am using grid to show table using hibernate. I was able to show single table structure . But here i need to join two table and show it in single table . Am using tapestry 5.3. Is there any way to do or any addon avaliable or i need to created a new structure on my own.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to