Message Boards

Getting 414 error while again submitting form

Ronak Parekh, modified 3 Years ago.

Getting 414 error while again submitting form

New Member Posts: 10 Join Date: 11/5/20 Recent Posts

Hello Team,

I have custom form with some fields. After submitting form we are redirecting to the same jsp and enabling email field and send email button on the same page. In the email field we are getting email address by calling serveresource. For listing data we are using jquery datatable.

Now issue is coming in two scenario:

1) If I add copyCurrentRenderParameters="false" attribute in the resource url than value is setting properly to email field but when I click on send email button which is calling action method and redirecting to view jsp with jquery datatable warning and in the console it is giving 414 error.

2) If I don't add copyCurrentRenderParameters="false" attribute in the resource url than email address is not loading to email field. I am getting 414 error while calling resource url to fetch email address.

How I can submit form without generating large request url or how I can resolve the 414 error while calling serve resource url after form submission(processaction)?

Regards,

Ronak Parekh