response « Tag « JSP-Servlet Q&A





1. Assign java object from response to a custom JSP tag communicated using AJAX    stackoverflow.com

I have a button in JSP, when clicked, goes to a servlet stores a java object using request.setAttribute("attr", object) and forwards to another page. In that page, I am using a ...

2. Assign response text from AJAX to a JSP tag attribute    stackoverflow.com

I know this question is similar to my previous question. I am making a AJAX request sending form values to a servlet which processes and sends me a JSON object ...