In my spring mvc project, I need to process form input in javacript and then submit the processed input to controller and I want to display the view that is returned from the controller. I have submitted the processed input using fetch api in javascript but the returned view is not being displayed. Anyone can suggest me how to do this ?
I didn’t find any useful resource on this.
New contributor
alex is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.