look at my code ......
[code=jsp]
<jsp:usebean id = "test" scope = "page" class="java.lan g.String"/>
<c:if test = "test.length()= =0">
<H1>Welcome JSTL</h1>
<!--This portion is not executed-->
</c:if>
[/code]
here c is the prefix.
So JSTL experts ... Plz explain why the <H1>Welcome JSTL</H1> is not executed?
Kind regards,
Dmjpro.
[code=jsp]
<jsp:usebean id = "test" scope = "page" class="java.lan g.String"/>
<c:if test = "test.length()= =0">
<H1>Welcome JSTL</h1>
<!--This portion is not executed-->
</c:if>
[/code]
here c is the prefix.
So JSTL experts ... Plz explain why the <H1>Welcome JSTL</H1> is not executed?
Kind regards,
Dmjpro.
Comment