<c:set var='sToday' value = '05/18/2005' />
<c:forEach var="Row" items="${bindings.Transact
<c:if test="${Row['EffectiveDate
<c:out value="${Row['ExternalTran
Try to keep using JSTL rather than scriptlets as that is one of the points of using custom tags.
Main Topics
Browse All Topics





by: KuldeepchaturvediPosted on 2005-06-08 at 13:27:22ID: 14174362
instead of doing
']==sToday }">
']=="05/18 /2005"}">
<% sToday = "05/18/2005"; %>
<c:if test="${Row['EffectiveDate
do
<c:if test="${Row['EffectiveDate