I have arraylist which is already set in controller side.
I need to update the same list(removing few elements in the list) in
jsp based on few conditions like, the selected values in dropdown kind off.
How to update the list in jsp?. Is there any way to handle this using JSTL?.
Instead of using scriptlets, can i do this?