Hello All,
 
           I have a JSP page with a list of Customers along with there respective Checkboxes.
       The values contained in the Checkboxes are CustomerId's of the respective Customers.
       After checking the Checkboxes i have a Link "Actions" which opens a new Page.
       I am trasfering the checked values(CustomerId's) to this new Page through the "URL".
       For Example,  URL=CustomerId=1&CustomerId=2&CustomerId=3... and so on.
 
           So my problem is How do I catch Multiple Values of a single parameter to this
        new page.Also i need to Submit these values in the Backend.
 
Sameer

Reply via email to