Struts has a number of helpful custom JSP tags, and Struts-EL adds much needed EL support. I'm looking for thoughts on relative merits of using Struts/Strut-EL tags where available vs. just using JSTL tags.
Simple:
Struts tags are simply used with in struts framework, but you can not use in others. JSTL is totally different, we can use this in any other rendering page. Mostly some time we want to make custom tags as per out business logic , we can achieve this by JSTL tags: EX :
Simple
<c:set var="delUrl" value="CustInfo.do?type=6&acId=0"></c:set>
Custom
<ab-c:set var="delUrl" value="CustInfo.do?type=6&acId=0"></ab-c:set>
we can perform some logic(URL encryption ) on value as per requirement.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With