Re: dynamic inlcude and page context

2001-06-17 Thread Ashish Shrestha
Bernard Granier wrote: > > Hi, > > Is it possible to do a dynamic include and to keep the page context ? > > I mean : > > If I used these lines in a test.jsp file : > > <% String myUrl = "test2.jsp"; %> > > > In the file test2.jsp I lost the page context of test.jsp. > Is there a work around ? >

Re: borrowing a "request"

2001-06-17 Thread Sachin S. Khanna
Sometimes the error you are facing could be because of a bug in the Servlet Jsp Engine. I'd advice you to download the latest Tomcat 4.0 and see if it gives you the same problem. Have a nice day. With regards, Sachin S. Khanna http://www.emailanorder.com - Original Message - From: Martin S

Cookies: How to delete or expire a cookie.

2001-06-17 Thread Shuja Nawaz
Hi. I have set the cookie in my JSP page to retrieve the UserName and Password. It works fine. I can retrieve the cookie but when I try to delete it, it does't work. I want to delete the cookie when the user unchecks a checkbox on login page. I have used the setMaxAge(-1) and setMaxAge(0) metho

Oracle Stored Procedure in Java

2001-06-17 Thread JavaSoft
Hi guyz, maybe this is out of topic but i really appreciate if you can help me out.. I am looking any Doc/Tutorial about How java calls/uses Oracle Stored procedure ... == thx, a Java Addicted === To unsubscribe: mailto [EM

Re: Oracle Stored Procedure in Java

2001-06-17 Thread Arnab Nandi
Refer to Oracle 8i JDBC Developer's Guide and Reference Release 8.1.5 It's at http://technet.oracle.com/doc/java.815/a64685/basic5.htm Regards, Arnab -Original Message- From: JavaSoft [mailto:[EMAIL PROTECTED]] Sent: Monday, June 18, 2001 10:11 AM To: [EMAIL PROTECTED] Subject: Oracle Sto

problem in getHeader()

2001-06-17 Thread Niraj Soni
i can't get headers in second page set in first page . i am using tomact 3.2.2 . this is my detail problem this is first.jsp response.setHeader("Cache-Control", "no-cache"); response.setHeader("Pragma", "no-cache"); response.setDateHeader("max-age", 0); response.setDateHea

Re: taglib

2001-06-17 Thread Mayuresh Kadu
well .. it depends. If u r using J2EE-compliant applications like myself .. i would put them in a jar and mark up a dependancy for the same. Mayuresh -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Peter

Re: Who know how to create a "Connection Pool" in Java?

2001-06-17 Thread Mayuresh Kadu
THAT was a GOOD example -- thankx a lot .. :) Mayuresh -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Panayotou, Michael Sent: Friday, June 15, 2001 2:56 PM To: [EMAIL PROTECTED] Subject: Re: Who know ho

Re: Oracle Stored Procedure in Java

2001-06-17 Thread JavaSoft
Thank's a lot sir :) == thx, a Java Addicted - Original Message - From: "Arnab Nandi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 18, 2001 12:43 PM Subject: Re: Oracle Stored Procedure in Java > Refer to Oracle 8i JDBC Developer's Guide and Reference Release 8.1.5 >