Re: Multiple updates using sql tag

2004-10-28 Thread Peter Kehl
Dylan, you must process user request, ie retrieve the list of chosen/all rows and then update each in SQL. That has is not specific to sql:update, but to your pageflow, forms, their fields and how you process them on server side. Although taglibs are nice, it might be worth having a look at Mod

Multiple updates using sql tag

2004-10-27 Thread Dylan MacDonald
Hi - I have a form that collects updates for multiple rows (i.e. a comments field for each row). When the user clicks "submit", how do I write the sql:update code on the updates.jsp page to extract the array or hashmap of data and use it to update the corresponding rows in the database? Tha