Form Integration

Hi Support

I just seen example for Form Integration.

I edited one cell & press the button. I got this on the display.



array(1) {

[“gridbox_4_2”]=>

string(13) “Stephen King5”

}"





I am using java. So I need to access data from request.getParameter(param) method.

So what I need to pass in the request.getParameter(param) method to get respective cell value?

Thanks.

The name of parameter is
    (id of grid)(row id)(column index)

In above case the grid #gridbox has updated row id = 4 , cell index = 2