Re: jsp tag
- From: Manish Pandit <pandit.manish@xxxxxxxxx>
- Date: Mon, 31 Dec 2007 00:31:21 -0800 (PST)
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
.
- References:
- jsp tag
- From: Alain
- jsp tag
- Prev by Date: Re: SWT or Swing?
- Next by Date: Re: java data grid
- Previous by thread: jsp tag
- Next by thread: Re: jsp tag
- Index(es):
Relevant Pages
|