Re: Problems with url-pattern*

2002-08-09 Thread Todd Kaplinger
:[EMAIL PROTECTED] --- Todd Kaplinger mailTo:[EMAIL PROTECTED] _ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx -- To unsubscribe, e-mail: mailto

Re: Problem with encodeRedirectURL

2002-06-09 Thread Todd Kaplinger
: mailto:[EMAIL PROTECTED] --- Todd Kaplinger mailTo:[EMAIL PROTECTED] _ Chat with friends online, try MSN Messenger: http://messenger.msn.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

Re: JasperException

2002-06-09 Thread Todd Kaplinger
] --- Todd Kaplinger mailTo:[EMAIL PROTECTED] _ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

Re: requestDispatcher.include() custom tag

2002-06-04 Thread Todd Kaplinger
Wouldn't it be easier to just do pageContext.include(someResource.x); From: Aurlien Pelletier [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: requestDispatcher.include() custom tag Date: Tue, 4 Jun 2002 11:15:10 +0200 Hello, I have the

RE: jsessionid suddenly appearing in the HTML links

2002-05-13 Thread Todd Kaplinger
This would append jsessionid.. response.encodeURL(UnitSearch.jsp?type=CS) depending upon what other settings (ie url-rewriting enabled). From: Mark Williams [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: jsessionid suddenly

Re: JSP Servlets error: NullPointerException

2002-04-30 Thread Todd Kaplinger
Keep the generated java code from the jsp file and look at line 81. org.apache.jsp.inicio$jsp._jspService(inicio$jsp.java:81) This should provide some insight. From: hector De Caceres [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: JSP Servlets

Re: org.apache.jasper.JasperException: Unable to compile (class jsp.MoniBeannot found)

2002-04-25 Thread Todd Kaplinger
Systems Programmer Rhaglennydd Systemau -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED] --- Todd Kaplinger mailTo:[EMAIL PROTECTED

RE: JSP compile fails to find class

2002-04-24 Thread Todd Kaplinger
] Troubles with the list: mailto:[EMAIL PROTECTED] --- Todd Kaplinger mailTo:[EMAIL PROTECTED] _ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp. -- To unsubscribe: mailto:[EMAIL PROTECTED

RE: JSP compile fails to find class

2002-04-24 Thread Todd Kaplinger
. -Original Message- From: Todd Kaplinger [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 24, 2002 6:33 PM To: [EMAIL PROTECTED] Subject: RE: JSP compile fails to find class The problem is due to the change with regards to package names in 4.0. All jsp's are now part of the package org.apache.jsp

Re: My Exceptions not caught anymore, why ?

2002-04-16 Thread Todd Kaplinger
works well). If anyone got any clue, I would appreciate sharing with me. Thanks Raphael -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED] --- Todd Kaplinger mailTo:[EMAIL PROTECTED

Re: Unable to locate classes not in package

2002-04-12 Thread Todd Kaplinger
] --- Todd Kaplinger mailTo:[EMAIL PROTECTED] _ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED

ServletResponseWrapperInclude.getOutputStream

2002-01-10 Thread Todd Kaplinger
Hello List, I am currently working with Tomcat 4.0 and am encountering a problem with the following... jsp:include page=someServlet flush=true/ where someServlet is attaining an OutputStream instead of the standard PrintWriter. By reviewing the source code, I see that with the jsp 1.2