I am using spring and DWR combination,When i do ajax request from DWR.I want to access entire form values bind to the bean in my DAO layer.
I didn't find any examples for Spring form controller with DWR.
Any suggestions or help appreciated.
Thanks in Advance.
Regards,
Raj
Considering your problem is how to create Spring-DWR integration, so that you can simulate Spring controller calls from Java, try it like this:
Your Spring XML config:
Your controller:
In your Javascript:
Further integration steps you can find at the docs.