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

buffer issues

2004-10-28 Thread Parke Jeff
Hello, Please forgive me if a solution to this problem is common knowledge. I am having some trouble with my servlet response buffer resulting in two symptoms: 1) IllegalStateException/"Response has already been committed" errors when I use some JSTL tags some of the time (just as c:impor