My question is regarding DSRequests to the server and I'm wondering if this is possible, or how to go about doing it.
On a single page where will be 3 grids and a small form to fill out. Users will be able to select rows on all the girds and I want to submit the form and the selected rows to the server for processing.
I would like to be able to send all the selected data to a single DMI method for processing.
If this is possible, how do I parse the data out of DSRequest into list of java beans?
I've seen the ability to Queue requests, but I only see that helps with a single gird, how do I use that with multiple?
On a single page where will be 3 grids and a small form to fill out. Users will be able to select rows on all the girds and I want to submit the form and the selected rows to the server for processing.
I would like to be able to send all the selected data to a single DMI method for processing.
If this is possible, how do I parse the data out of DSRequest into list of java beans?
I've seen the ability to Queue requests, but I only see that helps with a single gird, how do I use that with multiple?
Comment