On Sun, 2003-03-09 at 04:24, Mohan Radhakrishnan wrote:
> <c:if test="${empty tablecontent}">
> <%=0%>
> </c:if>
> <c:if test="${!empty tablecontent}">
> <%=1%>
> </c:if>
> Now it prints both values.
> What is wrong here?Do you have the jstl taglib directive on the page? Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

