Error page in jsp

2001-11-13 Thread charu gupta
Hi, I am developing an application consisting of jsp pages and oracle d/b. I have tried using the error page for trapping run time errros, but its not working, the run time errors still get displayed on the jsp page where they occur. I'll have loked for examples on the internet but most of the e

Date() giving problems in jsp

2001-10-31 Thread charu gupta
Hi all, In my jsp page I am passing "date" as a parameter. The code is as follows:- Date startdate=Date(); if(request.getParameter("date")!=null) { startdate=request.getParameter("date"); } I am getting the following error message on compilation:- D:\bea\wlserver6.0\

Paging mechanism /controlling order of recordsets thru jsp.

2001-10-29 Thread charu gupta
Hi all, I have written an oracle stored procedure which returns all the records from a table. I execute this stored procedure from my jsp. I want to simulate a report mechanism, whereby the stored procedure should only return specific records for e.g records from 1to 50 or records from 50 to 100

exceuting oracle stored procedure in jsp

2001-10-29 Thread charu gupta
Hi , I have a oracle stored procedure which I call from my jsp.It is working fine. How can I check if the stored procedure was executed succesfully? Is there any value returned by the stored procedure which I can check in my jsp? Thanks, Charu __

Designing problem

2001-08-01 Thread charu gupta
Hi all, I am working on a application . The requirements are somewhat like the microsoft paint application. There are images on the client and a color palette. If the user clicks on any area in the image and then on the color palette, that area gets filled up with the color.Also there has to be d

iplanet -jsp problem urgent, please help!!!!

2001-04-23 Thread charu gupta
Hi , I am using jsp, oracle 8 on win nt platform with iplanet as the web server. The application is a simple login page which verifies a user account that is the user name and the password. till sometime back everything was working fine, then suddendly the application started bombing. "Page canno

weblogic-jsp problem

2001-04-22 Thread charu gupta
Hi, I have installed weblogic server 5.1 When the server is started, a connection pool is created(I am using oracle at the backend), Can anybody please tell me how to get a connection from the weblogic connection pool through jsp? Thanks. __ Do Y

putting breakpoints in jsp code

2001-04-18 Thread charu gupta
Hi, I am working on an application which consists of jsp, oracle db and iplanet server. i am from ASP background. In ASP we can use"Response.end" to put breakpoints in our code for testing purposes. What can I use in JSP which will give me the same effect? i.e to execute the code only till a ce