R SundaraPandian

Greenhorn
+ Follow
since Jan 16, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by R SundaraPandian

Hi All,
Is there nobody to help me out..!!?
Please I need it urgently...
23 years ago
Hi,
I am getting transfer inturepted message in my NetScape Browser.
This happens when I call a Javascript function from jsp code
using
out.println("<script> javascript:SomeFunction() </script>");

Inside the java script function I am submitting to some other
jsp.Before/During loading that destination jsp,browser shows transfer
inturepted.

I checked with IE and to my surprise,it is not coming at all.

What could be reason How could I solve it..

I am in trouble for the whole .Please some help me to
get out of the problem..

Awaiting,
SUndar
23 years ago
Hi,
I am gettting strange problem.Can some one help me..Please.
When I 'm suing the below code for sending mail and attachment,
I am using this code insidea component which will send mail.
To use that bean I ma using Usebean tag and using the bean
with session scope.
I could able to send the attachement.
Even after I send the mail,if i try to send another mail without
attachement,this program takes the same attachment for the next
mail,whic I intend to send with out attachment Why..
But,after attching and Transport send I ma making the file descriptor
and file Handler to point a null.
But I couldn't able to get the solution.

added UBB CODE tags to maintain code formatting
[This message has been edited by Frank Carver (edited February 28, 2001).]
23 years ago
Hi,
We are working on an application Service provding project.
If somebody requires our service,they will be registering their detail in our site page.As soon as they registers,their request will be updated to our database.By that time,in the server side,
admin should be noticed by raising up window kind of things
in the windows status bar ..(Examples MSN Messenger,YahooMesgr)How can I do that ? any examples..
or referal sites..If so please let me know at the earliest..
Sundar
------------------
23 years ago
Hi,
Ofcourse that is true and working fine.See,if I want to use
property files for setting the dbURL and dbName,dbDriver
I have to use the packages which I mentioned earlier it seems.
So how can I use that.Where the packages are available to download.
Sundar
23 years ago
Hi All,
I would like to know how to create connection pool in JSP.
Heard we can use USEBEAN tag.Somebody said
we have to import some packages called
com.sun.server.*;
com.sun.server.http.*;
I couldn't able to find these packages in Sun site.Could any one of us,help me ?Is there any tutorial sites ? If so please let me know.

Could you please help me asap.Because I need it urgently.
Awaiting,
Sundara Pandian R
------------------

------------------
23 years ago
Hi Frank Carver
Sorry I typed in urgency.Ofcourse immedietly I changed the name accordingly.
Sundar
[This message has been edited by R SundaraPandian (edited January 22, 2001).]
23 years ago
Hi,
I am learining EJB/WebLogic.
From my client program,I am sending one query to my EJB component where it is actually fetching records on certain criteria.How do I return the result set to my Client side,
where it has to display some specific fields.I heard that Result set it not serializable If so how can I do it..Please help me out.
Sundar