Hello,
Can I use bean:message or any other
struts tag inside my jstl c tag?
I am trying to use it like this,
<c:if test="${thisError eq '<bean:message key="error.del"/>'}">
// other display tags
</c:if>
but getting parse exception. Is it because I'm using struts tag inside jstl or syntax is wrong?
I know I cant struts tag inside another struts tag. Is it the same case with JSTL too.
also, can I use another jstl tag inside jstl tag.
Thank You.
regards,
rahi