
How to change the value of a variable which is set in jsp (by jstl method) by calling the function from js?
I set the value in jsp by using jstl method for eg:'<'c:set var="name1" value="Add User" /> and out it as '<'c:out value='${name1}' />. I need to change the value of 'name1' as "Edit User" when calling the editUser function which is written in js. Is there any solution?

Please respond
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.