Re: Problem with reloading the page...

2002-12-17 Thread Isidoros
maybe the problem is that the records are stored in the view state of the page, so the best way is to reload the page using javascript as Jayant said -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of

Re: Problem with reloading the page...

2002-12-17 Thread Adrian Janssen
I don't think the last 3 lines of your JavaScript fucntion will ever run, i.e. those lines after the document.icareForm.submit(); as this causes a new page to be requested from the server, hence the browser immediately stops processing the JavaScript on the current page. Secondly even if those

[no subject]

2002-12-17 Thread Snehal Pandya
HI all, I am new to servlet I am using tomcat. I don't know how to put my servlet file to Tomcat. I don't have JSDK. I want to work with servlet, Thanks in Advance - The secret of getting

RES:

2002-12-17 Thread Flavio Rodrigo
It's on your own message... http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com -Mensagem original- De: A mailing list about Java Server Pages

how to configure tomcat for oracle

2002-12-17 Thread Anindya
hi all , i want to know , how to configure tomcat for oracle.jdbc.driver.OracleDriver .. i have tomcat 4.0.4 .. thanks and regards , - anindya === To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.

[no subject]

2002-12-17 Thread karthikeyan.balasubramanian
Install Netbeans it will do all the job for you. hihihihihi. But thats the fact. It has builtin support for tomcat. I just installed the executable. Voila I am able to run my jsp, servlet. It took me just a minute to deploy my web application. Have a great day. karthikeyan. -

session timeout setting

2002-12-17 Thread Kenny G. Dubuisson, Jr.
I have a site written in JSP that uses session info to validate user's sessions. I want to change the default timeout of the session from 60 mins but I'm not sure what is controlling this or how/where to change it. Here is more info to help figure this out...if anyone has any ideas I would

Re: session timeout setting

2002-12-17 Thread Josep R. Raurell
You can put this in your code: session.setMaxInactiveInterval(time); // time in seconds Josep R. Raurell En/na Kenny G. Dubuisson, Jr. ha escrit: I have a site written in JSP that uses session info to validate user's sessions. I want to change the default timeout of the session from 60

Re: session timeout setting

2002-12-17 Thread Kenny G. Dubuisson, Jr.
Will this keep it from generating a new session ID every 60 mins? Thanks for the quick response. Kenny - Original Message - From: Josep R. Raurell [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 17, 2002 10:24 AM Subject: Re: session timeout setting You can put this in

Re: session timeout setting

2002-12-17 Thread Josep R. Raurell
I only use a session variable, Tomcat does the cookie work, and I only check if the user variable exist in the session. After the time of inactivity, Tomcat closes the session and the user must revalidate. I dont know if is the same that you do. Josep En/na Kenny G. Dubuisson, Jr. ha

Re: Tutorial for JSP

2002-12-17 Thread Vytenis Driukas
http://www.jsptut.com/Index.html http://java.sun.com/products/jsp/technical.html http://www.jspsmart.com/ and http://google.com Ali Raza [EMAIL PROTECTED] [2002.12.16 13:08] Hi everyone Well I am a newbie to JSP. Where can I find the tutorial of JSP for beginners. Please send me url. Thanx

Re: Controlling session when user is out

2002-12-17 Thread Vikramjit Singh
i think you can check this article: http://www.onjava.com/pub/a/onjava/2001/04/12/listeners.html -Original Message- From: Christian Hamann L [mailto:[EMAIL PROTECTED]] Sent: Friday, December 13, 2002 8:56 PM To: [EMAIL PROTECTED] Subject: Re: Controlling session when user is out