aspose file tools
The moose likes JSF and the fly likes Richfaces scrollableDataTable Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Richfaces scrollableDataTable" Watch "Richfaces scrollableDataTable" New topic
Author

Richfaces scrollableDataTable

Vadim Vararu
Ranch Hand

Joined: Jan 03, 2009
Posts: 147
i use scrollable data table to generate a two column table. first column i generate delete buttons for each component that i situate in second column.
how could i do a link between buttons and elements...i need an id for each row or something...how could i do that?


If you think you've done too much, usually it means you've done too few.
Mansi Mishra
Ranch Hand

Joined: Dec 26, 2008
Posts: 50
That shouldn't be required.
You could use a button with just one id, and on click of the command button pass the unique value of the record/row to the javascript/action method.


http://splashpress.blogspot.com
Vadim Vararu
Ranch Hand

Joined: Jan 03, 2009
Posts: 147
But, it's required though.
Mansi Mishra
Ranch Hand

Joined: Dec 26, 2008
Posts: 50
Vadim Vararu wrote:But, it's required though.


I don't think so...

Picture this..



something similar should work out for you.
 
I agree. Here's the link: jrebel
 
subject: Richfaces scrollableDataTable
 
Similar Threads
jtable
shared id for 2 tables.
Hibernate: Default Binding of database field
selectOneRadio inside a columnEx
Problem with Dynamic DataTable.