Expand|Select|Wrap|Line Numbers
- <jsp:usebean id = "test" scope = "page" class="java.lang.String"/>
- <c:if test = "test.length()==0">
- <H1>Welcome JSTL</h1>
- <!--This portion is not executed-->
- </c:if>
So JSTL experts ... Plz explain why the <H1>Welcome JSTL</H1> is not executed?
Kind regards,
Dmjpro.