Re: tree structure in javascript

2002-06-21 Thread Villén Pizarro, Julia
Take a look here. http://www.dansteinman.com/dynduo/ Regards, Julia -Mensaje original- De: Kesav, Ramesh [mailto:[EMAIL PROTECTED]] Enviado el: jueves, 20 de junio de 2002 12:09 Para: [EMAIL PROTECTED] Asunto: tree structure in javascript Hi all, pardon me for this out of topic

How to prevent tomcat from showing errors to the user?

2002-06-21 Thread Villén Pizarro, Julia
Hi all! I've developed a JSP site which works fine. Only once in a while a get a jsp error, for example if the user goes to fast or if he uses a page after a long time and things like that. Since I don't know yet how to fix this eventual errors, I'd like to know if it's possible to

Re: How to prevent tomcat from showing errors to the user?

2002-06-21 Thread Gunaseelan Nagarajan
hi, you can use the errorpage directive to show a genreal page when any exceptions are thrown. like .. %@ page language=java errorPage=/error/ErrorPage.jsp % regards, Nagarajan On Friday 21 June 2002 11:13, you wrote: Hi all! I've developed a JSP site which works fine. Only once in a while

Re: How to prevent tomcat from showing errors to the user?

2002-06-21 Thread Villén Pizarro, Julia
So I guess you should write this directive at some place in every page and that's it. Thanks a lot, Julia -Mensaje original- De: Gunaseelan Nagarajan [mailto:[EMAIL PROTECTED]] Enviado el: viernes, 21 de junio de 2002 11:19 Para: [EMAIL PROTECTED] Asunto: Re: How to prevent tomcat from

Re: TABINDEX

2002-06-21 Thread António Gonçalves
I subscribe your point of view too. I hate this ! Found virus PE_CIH.1003 in file §Nªî³q¸ô.bat Unknown command - FOUND. Try HELP. Found virus WORM_KLEZ.H in file §Nªî³q¸ô.bat Unknown command - FOUND. Try HELP. The uncleanable file is deleted. Unknown command - THE. Try HELP. If

String.length --- MayBe offtopic.

2002-06-21 Thread Clemente Dani
Hi all, maybe this can be considered as a offtopic, but As all we are Java programmers, I think it could be interesting. Do any of you know why the method String.length(), counts caracter scape such \\ as of there were two characaters? I mean: String str = d:\\myf str.length() --- returns 7

Re: String.length --- MayBe offtopic.

2002-06-21 Thread GW
I've tested your theory and I seem to get 6 and not 7. try str = str.replace('\\','/') instead of (\\,/) check out java.lang.String.replace(char c, String s) - Original Message - From: Clemente Dani [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 21, 2002 1:14 PM Subject:

Re: String.length --- MayBe offtopic.

2002-06-21 Thread Clemente Dani
Sorry, I've wirtten to you (\\,/), but tested ('\\','/'). And in case of String.length(), I've tested with this String: M:\\Intranets\\Unv\\pruebas\\RITA\\rita\\Proyectos and got: 50, when I expected to get: 44 I'm using JSDK 1.4 Thanks, Bye. - Missatge Original - De: GW [EMAIL

Reading from Vector :- which way is better Enumeration OR vector.get(i)

2002-06-21 Thread Dasti, Hassan
Hi I have a question regarding what is the best way to get information from a vector (following are the examples: both work fine but which one should be used) From my JSP page I call my Java bean which connects to database, get the results and returns a vector to JSP. In the JSP page I have

JSP Tomcat for developers

2002-06-21 Thread Daniel Tomé
Hi, I am using tomcat 4.0.1 and having some problems working with JSPs. Every time I edit a JSP it shows me the first version. (It's getting cached) After a while it compiles again and shows me the new version. I've been reading a bit and seen that a lot of people are having the same problem. I

Re: JSP Tomcat for developers

2002-06-21 Thread Sajag Patel
You need to deleted the cache from Tomcat/Work/. Everytime restart the server. sajag -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Daniel Tomé Sent: Friday, June 21, 2002 2:37 PM To: [EMAIL PROTECTED]

Re: JSP Tomcat for developers

2002-06-21 Thread Hiren Dossani
try these commands in a jsp page % response.setHeader(Pragma, no-cache); response.setHeader(Expires, 0); response.setHeader(Cache-control, no-cache, must-revalidate); % -Original Message- From: Sajag Patel [mailto:[EMAIL PROTECTED]] Sent: Friday, June 21, 2002 2:35 PM To: [EMAIL

Re: JSP Tomcat for developers

2002-06-21 Thread Christopher Martin
The following is taken from http://www.moreservlets.com/Using-Tomcat-4.html#Servlet-Reloading The next step is to tell Tomcat to check the modification dates of the class files of requested servlets and reload ones that have changed since they were loaded into the server's memory. This

Re: JSP Tomcat for developers

2002-06-21 Thread Daniel Tomé
I've already tried these. The problem is that Tomcat isn't compiling the Jsp again. In ASP I edit the .asp file and when I reload my webbrowser I see the changes inmediatly. With JSPs running on tomcat I can't do this. I have to delete the contents of the work folder every time and it's very

[ANNOUNCE] JSP Standard Tag Library (JSTL)

2002-06-21 Thread Shawn Bayern
JSP page authors, You might have heard about the JSP Standard Tag Library (JSTL), which is a new standard under the Java Community Process. JSTL 1.0 was finalized at the end of May 2002, and its reference implementation was released as part of Sun's Web Services Developer Pack (WDSP) earlier

Pam Kerensky/IDGWEB is out of the office.

2002-06-21 Thread Pam Kerensky
I will be out of the office starting 06/21/2002 and will not return until 06/24/2002. (I will be leaving at noon today, 6/21/02) === To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST. For digest: