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 »
Selasa, 21 Februari 2012
jsp-servlet
0 Response to "JSTL set tag or <c:set> examples in JSP – Java J2EE Tutorial"
Posting Komentar