I tried it again using a 5+ version, it works correctly. Is this a bug version 4? Anyone else care to comment?


out.write(" <tr>\r\n");
//a
out.write("<td align=\"right\" class=\"formfield\" valign=\"top\"
Comment:</td>\r\n");



On Fri, 17 Sep 2004 09:15:03 +0530, Antony Paul <[EMAIL PROTECTED]> wrote:


t.jsp

<%//a%>
aaa

t_jsp.java
//a      out.write("\naaa\n");

The out.write() needs to be on second line.

rgds
Antony Paul

----- Original Message -----
From: "Jarl Skogsholm" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Thursday, September 16, 2004 8:14 PM
Subject: Re: Question on use of Java style comments in JSP


Go look in the work directory and find the corresponding java file to this
jsp.


On Thu, 16 Sep 2004 19:22:50 +0530, Antony Paul <[EMAIL PROTECTED]>
wrote:


> It is not producing error messages on stdout/stderr or to screen instead
> it
> gives this output
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> <HTML><HEAD>
> <META http-equiv=Content-Type content="text/html;
> charset=iso-8859-1"></HEAD>
> <BODY></BODY></HTML>
>
> rgds
> Anotny Paul.
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



--
They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.
-- Benjamin Franklin (1755)


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to