How to invoke a service on submit button to post the input data in json format to servlet?
Hi,
I've created a form on page with some input fields & submit button. It's more like HTML form. There's a servlet that accepts the data in Json format & processes it in backend. Now, I want to create a service/model that will get invoke when submit button is clicked & it should take the values from each input field available on page convert it to json & post to servlet.
I'm able to achieve this by JavaScript but business demands the same via backend.
Can anyone please help me accomplish this by sharing any reference or code snippets that I could leverage.
Thanks,
sesmic
