Javin Paul
Posts: 1090
Nickname: javinpaul
Registered: Jan, 2012
|
Javin Paul is Java Programmer working on Finance domain.
|
|
|
|
JSTL set tag or examples in JSP – Java J2EE Tutorial
|
Posted: Feb 21, 2012 6:26 PM
|
|
|
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.
|
Latest Java Buzz Posts
Latest Java Buzz Posts by Javin Paul
Latest Posts From Javarevisited Blog
|
|
JSTL set tag or <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 not set 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 :
Read more »


Read: JSTL set tag or examples in JSP – Java J2EE Tutorial
|
|