Url of Applications

2000-10-02 Thread Alarcon Fabio
Hi everybody Please, can you give some url where I can see sample applicating for user interface designig? Thanks in advance Regards Fabio Alarcon Ortiz Seguro Social de Salud, Lima - Peru Gerencia Central de Desarrollo e Informatica Gerencia de Sistemas Phones : (51 1) 265 6000, 265 7000

About JDBC

2000-09-28 Thread Alarcon Fabio
Hi friends I need your help, please. 1. How can I set the ResultSet" scrollable? 2. What is more expensive to get the number of rows from a ResultSet? a) int rows = 0; rs.last(); rows = rs.getRow(); rs.beforeFirst(); b) with "SELECT count(*) ..." Suggestions

About JDBC

2000-09-27 Thread Alarcon Fabio
Hi friends I need your help, please. 1. How can I set the ResultSet" scrollable? 2. What is more expensive to get the number of rows from a ResultSet? a) int rows = 0; rs.last(); rows = rs.getRow(); rs.beforeFirst(); b) with "SELECT count(*) ..." Suggestions please. Thanks in advance Best

Re: The JavaBean doesn't run... PART 2

2000-09-26 Thread Alarcon Fabio
Hi Roberto You must change the property "Name" to "name" in your Bean, because it must begin with lowercase. I tested it and it works fine. Bye Fabio Alarcon Ortiz Seguro Social de Salud, Lima - Peru Gerencia Central de Desarrollo e Informatica Gerencia de Sistemas Phones : (51 1) 265 6000,

Re: The JavaBean doesn't run...

2000-09-25 Thread Alarcon Fabio
Hi ! You must code correctly the jsp:setPrpperty ... action, so: jsp:set Property name="time" ... not jsp:setProperty id="time" ... I hope It'll help you Best regards Fabio Alarcon Ortiz Seguro Social de Salud, Lima - Peru Gerencia Central de Desarrollo e Informatica Gerencia de Sistemas

Re: RV: Access MySQL databases

2000-09-19 Thread Alarcon Fabio
Hi Luis Check this site: http://www.mysql.com/downloads/api-jdbc.html, there you'll find some JDBC drivers. I'll hope this helps Regards Fabio Alarcon Ortiz Seguro Social de Salud, Lima - Peru Gerencia Central de Desarrollo e Informatica Gerencia de Sistemas Phones : (51 1) 265 6000, 265

Re: Problem with JSP

2000-09-13 Thread Alarcon Fabio
Thanks for your answer. At first, I installed Apache web Server v1.3.9 and then Tomcat v3.1, I modified the necesary, I think, in httpd.conf, tomcat.conf, tomcat.properties, server.xml. I can execute servlets, but not Jsp's. If you have any configuration sample files, please send me and explain

Re: Encoding the url parameters

2000-09-12 Thread Alarcon Fabio
Hi encodeRedirectURL is used when you want use the sendRedirect through JSDK2.2, but in JSDK2.0 or JSDK2.1 you should use encodeRedirectUrl (pay attention to the capital letters). If you don't need to execute sendRedirect, so use encodeURL or encodeUrl metthods considering what vesion of JSDK you

Problem with JSP

2000-09-12 Thread Alarcon Fabio
Hi everybody I have insatlled Tomcat and Apache Web Server. I can run my servlets, by when I try to execute Jsp pages, it doesn't run. The error, when I invoke the http://domain/mytest/hola.jsp, is the following : Error: 500 Location: /mytest/hola.jsp

Re: Problem with if statement

2000-09-08 Thread Alarcon Fabio
Hi Considering that key is a string, you can also code so: if ( key.compareTo("AT")==0 ) { // It means : key is equal to "AT" // do something } On 7 Sep 2000, at 19:01, Raj S wrote: Hi, I suppose key is a String,in that case you will need to do this if(key.equals("AT").

Problems invoking a servlet from another

2000-06-09 Thread Alarcon Fabio
Hi again everybody! Help me please I can't find the "getRequestDispatcher" method of ServletContext object. I'm using JSDK2.0. Thanks in advance Best regards _ Fabio Alarcon Ortiz Analista de Sistemas - Gerencia de Sistemas Gerencia Central de

Re: Invoke a servlet from another servlet

2000-06-08 Thread Alarcon Fabio
Hi guys! Help me again lease I can't find the "getRequestDispatcher" method of ServletContext object. I'm using JSDK2.0. Thanks in advance Best regards _ Fabio Alarcon Ortiz Analista de Sistemas - Gerencia de Sistemas Gerencia Central de Desarrollo

Invoke a servlet from another servlet

2000-06-07 Thread Alarcon Fabio
Hi everybody! How can I invoke a servlet from another servlet? Thanks in advance for your answers Best regards Fabio _ Fabio Alarcon Ortiz Analista de Sistemas - Gerencia de Sistemas Gerencia Central de Desarrollo e Informatica EsSalud - Seguro

Invoke a servlet from another servlet

2000-06-07 Thread Alarcon Fabio
Hi guys! Help me please, how can I invoke a servlet from another servlet? Thanks in advance for your answers Best regards Fabio _ Fabio Alarcon Ortiz Analista de Sistemas - Gerencia de Sistemas Gerencia Central de Desarrollo e Informatica EsSalud -

JSP Tutorial

2000-05-31 Thread Alarcon Fabio
Hi all ! I'm new in JSP. Does anybody konow a good tutorial of JSP? Thanks in advance Best regards _ Fabio Alarcon Ortiz Analista de Sistemas - Gerencia de Sistemas Gerencia Central de Desarrollo e Informatica EsSalud - Seguro Social de Salud

Access to *.dbf from servlets

2000-05-27 Thread Alarcon Fabio
Hello friends! Excuse me for my poor English, but I have a question about data acces to *.dbf files from a servlet. Suppose that the ervlet is in a Apache WebServer installed in Linux, *.dbf files are in diferentes servers (Novell Neware and Win NT or Wni98) and they communicater through TCP/IP