'superiorCode ' property which i am getting above in struts - logic tag wanted to get the same property in a scriplet. Not able to retreive the property.
Can anyone provide the syntax to retreive the value.
Thanks a lot.
Merrill Higginson
Ranch Hand
Joined: Feb 15, 2005
Posts: 4864
posted
0
Question 1: Whether this is possible using Struts tags, I don't really know, but I'd suggest using JSTL: <c:if test="${(superiorCode == sup_more ) || (superiorCode == sup_less ) }" > </c:if>