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
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\
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
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
__
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
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
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
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