This post originated from an RSS feed registered with Java Buzz
by Javin Paul.
Original Post: JSTL set tag or examples in JSP – Java J2EE Tutorial
Feed Title: Javarevisited Blog
Feed URL: http://javarevisited.blogspot.com/feeds/posts/default?alt=rss
Feed Description: Blog on Java, Unix, Linux, FIX Protocol technology. I share my experience as tutorial, article, interview questions, programming, design etc.
JSTL set tagor <c:set> 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 notset Map's key value or create a scoped variable by using <jsp:setProperty>. jstl <set> tag allows you to do all the stuff related to setting or creating variables or attributes. by using JSTL <c:set> tag you can :