Hi,
My requirement is to select the multiple row in the table view, and pass into the database when clicking the update button.
My doubt is How to capture the Multi selected value in the Tableview with out using Iterator.
Can u provide any sample code is most useful to me.
this requirement is very urgent.
answer should be rewarded.
Regards,
Ravi.
Hi Ravi,
I think using iterator is required if you want to retrieve data back, coz if you render each table cell as input field (read only) then only you can get the data back by using get_form_fields method.
Please refer how to use iterator from the following weblog. Using iterator with MVC approach will ease your task.
/people/brian.mckellar/blog/2003/10/31/bsp-programming-htmlb-tableview-iterator
Cheers
Add a comment