Originally posted by Raj Puri:
But How do I retrive that in JSTL.
First, a terminology correction. You mean EL not JSTL.
And the answer is just like any other submitted parameter: via the
param builtin variable. E.g. ${param.col1}.
I'm not sure what's confusing you here. Just because your form elements are arranged in a table in the originating HTML form makes no difference to anything, Upon submission, all request parameters just become a map of name/value pairs.