JSTL Set tag examples or in JSP – Java J2EE Tutorial
JSTL set tag or also called as JSTL Core tag library is a good replacement of < jsp:setProperty > jsp action which lacks lot of functionality and only allow you to set bean property. you can not set Map's key value or create a scoped variable by using < ...