Sending form data and grid data through dataprocessor

Hi
In my program im having grid and form data, im sending all the data through data processor
I want to send the values to the url after taking the input from the user. my program is not working,is it correct to send form values through dataprocessor,suggest me.

Thank you
narinas

Yep, it is fully legal to use dataprocessor for form data saving.
If you have dataprocessor attached to form, calling form.save() will send data to the server side.

If issue still occurs - please provide any kind of demo or link to the sample where it can be recontstructed.