Vini Rai

Greenhorn
+ Follow
since May 21, 2006
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 Vini Rai

Forward request is transparent to the user
Sendredirect is not transparent to the user

if request is sendredirect then its visible in your browser (redirect at client side)

while in case of forward it is done at server side and it is not visible to user.
17 years ago
Hi,

Why don't you create your connection in init() method;
17 years ago