Hi Deepak, Not really a velocity issue, more of a general web/MVC issue. The exact way to do this depends on what framework you are using (Struts, Turbine, VelocityViewServlet, your own).
When I'm using my own servlet, I usually set the name of the checkbox to "id" and the value to the record id. When the page is submitted, my servlet collects all the values for the parameter "id" and does a select statement with an IN operator. WILL On 6/6/07, deepak va <[EMAIL PROTECTED]> wrote:
Hi, Please sugest how to send List from the vm file to the action class. We get the records from the database as a list in the VM file and display in textboxes using <table> tags. Each record is provided with a checkbox. When the user checks few of them and clicks update button all the records corresponding to the checkbox need to be submitted to the action class. They would then be inserted into the database. Regards Deepak _________________________________________________________________ Catch all the cricketing action right here. Live score, match reports, photos et al. http://content.msn.co.in/Sports/Cricket/Default.aspx --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Forio Business Simulations Will Glass-Husain [EMAIL PROTECTED] www.forio.com
