• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How can I set my own table row key for Trinidad's table tag?

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi There,

I am using Trinidad's tags. Add table and added rows from Backing Bean by fetching records from Data base.
Also while selecting any record I can fetch column value very properly.
When I execute getRowKey() function to find out key value of row, I am getting 1,2,3...... which row I have selected.
Now the problem is I want to pass my own row key (Which is my primary key from database table) so that I can use it and find out record from database.

Can any one help me How can I set my own table row key for Trinidad's table tag?

Thank You,
Navnath Kumbhar.
reply
    Bookmark Topic Watch Topic
  • New Topic