Re: how to change mouse pointer?

2002-06-25 Thread Villén Pizarro, Julia
To change the mouse on an event: Competencias ... there are other pointers: 'crosshair'... look here: http://www.see-search.com/webdesign/setcursor1.htm About closing window: try parent.close() Regards, Julia -Mensaje original- De: Vaishali S. Pandya [mailto:[EMAIL PROTEC

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 s

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 configurate

Re: tree structure in javascript

2002-06-20 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 questi

Problems running automatically Tomcat on reboot

2002-06-10 Thread Villén Pizarro, Julia
Helo: I work with a Sun Muchine, Solaris 7. I have a tomcat-Apache configuration. The problem is that when reboot the computer, Apache starts automatically, but I have to run Tomcat manually. Anyone knows a way to fix this? Thanks, Julia -Mensaje original- De: Vikramjit Singh [mailto

Re: Separation of HTML and Java work in a JSP

2002-05-28 Thread Villén Pizarro, Julia
I agree with you, it's imposible to absolutly separete aspect from funcionality. I think web technology has a long way to go yet. It's just an opinion, Julia -Mensaje original- De: Luis Javier Beltrán [mailto:[EMAIL PROTECTED]] Enviado el: martes, 28 de mayo de 2002 18:01 Para: [EMAIL PR

Re: How is the forward directive supposed to work?

2002-05-24 Thread Villén Pizarro, Julia
Ok, this is it. Thanks to Sagar and to Mazzoti. Julia -Mensaje original- De: sagar arora [mailto:[EMAIL PROTECTED]] Enviado el: viernes, 24 de mayo de 2002 8:02 Para: [EMAIL PROTECTED] Asunto: Re: How is the forward directive supposed to work? Hi Julia, Actually forward is being execu

How is the forward directive supposed to work?

2002-05-23 Thread Villén Pizarro, Julia
Hi: I have something like the following situation: Page A : inteface that lets the user ask for different values: name, number, etc Page B : auxiliar page that ask database for values. When the user ask for a value at page A, page A asks page B by

Re: Passing "array parameters" from one page to another + drawing lines over a picture

2002-05-23 Thread Villén Pizarro, Julia
Sorry, try with this: square.style.left = x; square.style.top = y; square.style.width = w; square.style.height = h; Julia -Mensaje original- De: [Vaishali S. Pandya] [mailto:[EMAIL PROTECTED]] Enviado el: jueves, 23 de mayo de 2002 8:18 Para: [EMAIL PROTE

Re: Passing "array parameters" from one page to another + drawing lines over a picture

2002-05-22 Thread Villén Pizarro, Julia
Ramesh, thanks a lot, it's a lot more cleaner than spliting. By the way, just fyi, if anyone remembers I asked for a solution for drawing lines on top of a picture. I got a few nice solutions from you with JSP an also css-based. Since I needed to paint a square my solution finaly was very simpl

Passing "array parameters" from one page to another

2002-05-16 Thread Villén Pizarro, Julia
Hi all!! I want to pass an undetermined number of names, for example, from one page to another. I guess the only way to do this is to add all the names in one string, separated by a special character, and then spliting the string at the target page. Any better ways?? I'm try to doing this but

Re: Any idea of how to draw a line or a square on top of an image?

2002-05-06 Thread Villén Pizarro, Julia
Thanks for all your answers, I haven't try anything yet since I've been on a few days vacation, but I'm sure I'll get it by one of the methods. I'll tell you about it. Pretty cool the grafity wall! Julia -Mensaje original- De: Peter Dolukhanov [mailto:[EMAIL PROTECTED]] Enviado el: mi

Any idea of how to draw a line or a square on top of an image?

2002-04-30 Thread Villén Pizarro, Julia
Hello everyone: I have an image in a page, and I need to paint a square (or 4 lines )on top of it depending of certain parameters, to represent a selected area. Any idea of how can I do this? Or how can jsp help to do this? Thanks a lot, Julia ---

Re: Question about page parameters type. String?

2002-04-19 Thread "Villén Pizarro, Julia"
value stored at that memory address. The String is an object so it also applies to it. I hope I manage to explain it, if still have any doubt than you can ask again. -Original Message- From: "Villén Pizarro, Julia" [mailto:[EMAIL PROTECTED]] Sent: Friday, April 19, 2002 1:20 PM

Re: Question about page parameters type. String?

2002-04-19 Thread "Villén Pizarro, Julia"
point but she is trying to compare using == method which is for object referecne but not the value. No need of casting as paramater always comes as a String and your color variable in the code is also a String so no need of casting. -----Original Message- From: "Villén Pizarro, Julia"

Re: Question about page parameters type. String?

2002-04-18 Thread "Villén Pizarro, Julia"
t;red") regards Sasi. - Original Message ----- From: "Villén Pizarro, Julia" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 18, 2002 5:22 PM Subject: Question about page parameters type. String? Hi all! I call my_page.jsp this way http://my_serv

Question about page parameters type. String?

2002-04-18 Thread &quot;Villén Pizarro, Julia"
Hi all! I call my_page.jsp this way http://my_server/my_page.jsp?color=red Then I retrieve the value of the parameter "color" and then try to match it, in the following way: <% String color; color=request.getParameter("color") if (color=="red") { whatever1 } else {whatever2} %> The a

Re: Sorry but it's urgent: How to get window width at IE 5?

2002-02-26 Thread &quot;Villén Pizarro, Julia"
How to get window width at IE 5? Try window.resizeTo(x,y) in IE You can set the length(y) and width(x) Hope this helps Thanks Vamsee -Original Message----- From: "Villén Pizarro, Julia" [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 26, 2002 11:23 AM To: [EMAIL PROTECTED] Sub

Sorry but it's urgent: How to get window width at IE 5?

2002-02-26 Thread &quot;Villén Pizarro, Julia"
Hi all: ¿Anyone knows how to get the navigator window width at IE 5 (using JavaScript)? I tried "document.body.width" but it doesn't work since I need window width to define the size of frames, and a page made out of frames doesn't have body or it has it underneath the frames so this sentence wo

How to process XML with "xml java clasess"? sorry, missed part of the message...now complete.

2002-02-07 Thread &quot;Villén Pizarro, Julia"
Hello: I want to process a XML document that I obtain from an URL and keep in a string variable. I don't want to use any XSLT processing since I haven't had good experience with it for complicated processing. I want to use something like following: <%@ page import="javax.xml.parsers.*" %> <%@

How to process XML with "xml java clasess"?

2002-02-07 Thread &quot;Villén Pizarro, Julia"
<%@ page import="javax.xml.parsers.*" %> <%@ page import="org.w3c.dom.*" %> <%@ page import="org.xml.sax.*" %> <%@ page import="java.io.*" %> <% // _xml_string is the variable which contains an xml document as a string. DocumentBuilderFactory docBuilderFact = DocumentBuilderFactor

How can I capture the output of a servlet?

2002-02-05 Thread &quot;Villén Pizarro, Julia"
Hello: I would like to execute a servlet from a JSP page, but I want to cach its output in order to post-process it. Is there any way of doing this. Filters? Or should I intance the ServletRequest class with the http request I want to do and invoke servlet doGet method? Thanks for your help, J