RE: Apache Tomcat 4.0 vs 4.1

2004-02-24 Thread John Eaton
)) {

  out.write(\r\n\t\t\t\t\t\t\t\t\t\t\t);
  out.write(option value=\);
  out.print( comboItems[i].getValue() );
  out.write(\ selected);
  out.print( comboItems[i].getName() );
  out.write(/option\r\n\t\t\t\t\t\t\t\t\t\t);

   
 } else {

  out.write(\r\n\t\t\t\t\t\t\t\t\t\t\t);
  out.write(option value=\);
  out.print( comboItems[i].getValue() );
  out.write(\);
  out.print( comboItems[i].getName() );
  out.write(/option\r\n\t\t\t\t\t\t\t\t\t\t);

   
 }
} 

  out.write(\r\n\t\t\t\t\t\t\t\t\t);
  out.write(/select);
  out.write(/td\r\n\t\t);
  out.write(/tr\r\n\t);
  out.write(/table\r\n);
  out.write(/td\r\n);
  out.write(/tr\r\n);
  out.write(/table\r\n\t);
  out.write(p\r\n\r\n   \t);
  out.write(input class=\button\ type=\submit\ name=\create\ 
value=\Create\\r\n   \t);
  out.write(input class=\button\ type=\submit\ name=\reset\ 
value=\Reset\ \r\n\r\n);
  out.write(/center);
  out.write(/form\r\n\r\n);
  out.write(/body\r\n);
  out.write(/html\r\n);
} catch (Throwable t) {
  out = _jspx_out;
  if (out != null  out.getBufferSize() != 0)
out.clearBuffer();
  if (pageContext != null) pageContext.handlePageException(t);
} finally {
  if (_jspxFactory != null) _jspxFactory.releasePageContext(pageContext);
}
  }
}

The line that the exception reports at is just the handler line i.e.

if (pageContext != null) pageContext.handlePageException(t);

John

-Original Message-
From: John Eaton 
Sent: 20 February 2004 09:25
To: 'Tomcat Users List'
Subject: RE: Apache Tomcat 4.0 vs 4.1


Yes I can see the jsp page in the work directory.

The reason I chose this title is that it works in Tomcat 4.0.3 but does not work in 
4.1.24 or 4.1.29

Thanks
John

-Original Message-
From: Shapira, Yoav [mailto:[EMAIL PROTECTED]
Sent: 19 February 2004 16:57
To: Tomcat Users List
Subject: RE: Apache Tomcat 4.0 vs 4.1



Howdy,

- Root Cause -
javax.servlet.ServletException
   at
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageConte
xtIm
pl.java:536)
   at
org.apache.jsp.CreateIndividual_jsp._jspService(CreateIndividual_jsp.ja
va:8
60)

Can you see the .java page for your JSP in tomcat's work directory?  

Also, why did you choose this subject?  Does it work on 4.0.3 and not on
4.1, or vice versa?

Yoav Shapira



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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


The information in this message is confidential and may be legally privileged. It is 
intended solely for the addressee.  Access to this message by anyone else is 
unauthorised.  If you are not the intended recipient, any disclosure, copying, or 
distribution of the message, or any action or omission taken by you in reliance on it, 
is prohibited and may be unlawful.  Please immediately contact the sender if you have 
received this message in error.


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



RE: Apache Tomcat 4.0 vs 4.1

2004-02-20 Thread John Eaton
Yes I can see the jsp page in the work directory.

The reason I chose this title is that it works in Tomcat 4.0.3 but does not work in 
4.1.24 or 4.1.29

Thanks
John

-Original Message-
From: Shapira, Yoav [mailto:[EMAIL PROTECTED]
Sent: 19 February 2004 16:57
To: Tomcat Users List
Subject: RE: Apache Tomcat 4.0 vs 4.1



Howdy,

- Root Cause -
javax.servlet.ServletException
   at
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageConte
xtIm
pl.java:536)
   at
org.apache.jsp.CreateIndividual_jsp._jspService(CreateIndividual_jsp.ja
va:8
60)

Can you see the .java page for your JSP in tomcat's work directory?  

Also, why did you choose this subject?  Does it work on 4.0.3 and not on
4.1, or vice versa?

Yoav Shapira



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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


The information in this message is confidential and may be legally privileged. It is 
intended solely for the addressee.  Access to this message by anyone else is 
unauthorised.  If you are not the intended recipient, any disclosure, copying, or 
distribution of the message, or any action or omission taken by you in reliance on it, 
is prohibited and may be unlawful.  Please immediately contact the sender if you have 
received this message in error.


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



RE: Apache Tomcat 4.0 vs 4.1

2004-02-19 Thread Shapira, Yoav

Howdy,

- Root Cause -
javax.servlet.ServletException
   at
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageConte
xtIm
pl.java:536)
   at
org.apache.jsp.CreateIndividual_jsp._jspService(CreateIndividual_jsp.ja
va:8
60)

Can you see the .java page for your JSP in tomcat's work directory?

Also, why did you choose this subject?  Does it work on 4.0.3 and not on
4.1, or vice versa?

Yoav Shapira



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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