Re: jsp tag



On Dec 30, 11:49 pm, Alain <alain.dha...@xxxxxxxxx> wrote:
Is there a reason why a jsp tag in a xml format doesn't work with the
implicit out object?

<jsp:scriptlet>

out.println("<p><b>text</b></p>");

</jsp:scriptlet>

I get following error : unterminated <jsp:scriptlet> tag

When i use
<%
out.println("<p><b>text</b></p>");
%>
it works.

thx,

Are you sure there is no typo in closing tag?

-cheers,
Manish
.



Relevant Pages