aspose file tools
The moose likes JSF and the fly likes how to remember the value in h:commandLink inside a h:datatable Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "how to remember the value in h:commandLink inside a h:datatable" Watch "how to remember the value in h:commandLink inside a h:datatable" New topic
Author

how to remember the value in h:commandLink inside a h:datatable

peter tong
Ranch Hand

Joined: Mar 15, 2008
Posts: 234
I have a h:dataTable storing header information, there is a column "refno" which is a h:commandlink (or hutputlink) so user can select that column and jump to the detail page.
My problem is how to remember the refno so I can use it in the detail page?

a simplified code is as follows:
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: how to remember the value in h:commandLink inside a h:datatable
 
Similar Threads
commandButton in dataTable doesn't work -method not found
Setting up a JSF project with data tables
Help on JSF Custom tag
How to work JSF with iframe
how to align the content of the column values in datatable?