Re: Display records like google, HOW ??

2001-03-28 Thread Tim Hengst
Have you put the taglib.jar file in your tomcat classpath? or try putting the jar file in the jakarta-tomcat/lib directory. -Original Message- From: sufi malak [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 28, 2001 2:41 PM To: [EMAIL PROTECTED] Subject: Re: Display records like

How can I uncommit a Committed Response object?

2001-03-19 Thread Tim Hengst
sp:include... action since the second servlet requires an uncommitted response object. Is there a way to "uncommit" a committed response object? RSVP! Tim Hengst === To unsubscribe: mailto [EMAIL PROTECTED] wi

Inconsistent Response already committed error in Tomcat 3.2.1

2001-03-13 Thread Tim Hengst
jsp:include page="/servlet/development.util.XSLTServlet?list=AssociatesxslFileName=d:\\ training\\development\\data\\associates.xslxmlFileName=d:\\training\\develo pment\\data\\brp.xmlclientURL=/beach/jsp/xslTransform.jsp?list=Associatesg etResults=false" flush="true"

Re: Parsing text to date - Urgent

2001-01-20 Thread Tim Hengst
ps.setDate(2,new java.sql.Date(request.getParameter("publishdate"))); -Original Message- From: Venkata Ratnam Vadlamannati [mailto:[EMAIL PROTECTED]] Sent: Saturday, January 20, 2001 8:19 AM To: [EMAIL PROTECTED] Subject: Parsing text to date - Urgent Dear All I am taking date from an

Re: getParameter() help

2001-01-17 Thread Tim Hengst
Could it be that "page" is a key word? -Original Message- From: Matt Becker [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 16, 2001 3:30 PM To: [EMAIL PROTECTED] Subject: getParameter() help Hi, I have a servlet which dispatches out various jsp's. Some of the jsp's resulting html

Re: JSP to database communication

2001-01-17 Thread Tim Hengst
sets. 3. Encapsulate management of the db connection in an object who's function is to manage the db connection. Tim Hengst TRC, Tampa -Original Message- From: Mahesh Chhatlani [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 17, 2001 12:34 PM To: [EMAIL PROTECTED] Subject: JSP

How to cache HTTP Response in JSP page

2001-01-16 Thread Tim Hengst
In my JSP page, I want to cache a servlet response (the html data) so I can intermingle it with static html. How can I do this since it seems my servlet html response is displayed first and then the static page html is displayed below it. Tim Hengst Tampa

Re: COMPILING BEAN TO .CLASS????

2001-01-12 Thread Tim Hengst
directory. I've found that I need to restart jakarta once I copy new classes in order for the server to read the classes into memory. Another helpful debugging thing: all autogenerated servlet files get put in the /work/ directory in jakarta. Tim Hengst From: Mary McCarthy [mailto:[EMAIL

Re: Uploading Files

2001-01-11 Thread Tim Hengst
The following package has implemented file upload: import com.oreilly.servlet.MultipartRequest; Perhaps this will help. Tim -Original Message- From: Robert Birch [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 11, 2001 10:32 AM To: [EMAIL PROTECTED] Subject: Uploading Files Are