Re: Approved

2003-06-05 Thread Leviaguirre Queral José Luis
Hello, Does anybody knows how to call a method defined in another *.jsp file? Is it possible? I have a math.jsp that has a method called addTwoIntegers(int a, int b). I want sum.jsp to call this method. I am trying something like this: ---math.jsp-- %! // adds two integers public int

Calling a Class or method from inside a jsp.

2003-06-05 Thread Leviaguirre Queral José Luis
Hello, Does anybody knows how to call a method defined in another *.jsp file? Is it possible? I have a math.jsp that has a method called addTwoIntegers(int a, int b). I want sum.jsp to call this method. I am trying something like this: ---math.jsp-- %! // adds two integers public int

Re: web server crashes . Please help !!!

2003-06-03 Thread Leviaguirre Queral José Luis
If the web server is crashing by itself, it will be fixed up by itself if nobody changed a thing. :) -Mensaje original- De: Eric Noriega [mailto:[EMAIL PROTECTED] Enviado el: Jueves, 29 de Mayo de 2003 07:10 p.m. Para: [EMAIL PROTECTED] Asunto: Re: web server crashes . Please help !!!

JSP Functions

2003-05-29 Thread Leviaguirre Queral José Luis
Hello, I would like to know what are the advantages and disadvantages of declaring functions in jsp. I heard something about serialization but didn't get the concept on the book. Thanks in advanced. JLL.- ==To