Donovan Thatcher

Greenhorn
+ Follow
since Sep 17, 2002
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 Donovan Thatcher

Hi
You have to set a request parameter on the PERL page. I have no PERL experience so I cannot help you here, but once you have reached the .jsp page, you can easily retrieve the parameter using the request object :
request.getParameter("parameterName");
Hope that helps
20 years ago
JSP
Hi there. I've read that the JDom API allows for future implementations to allow for control over memory usage, and would like to know where any such flyweight classes may be found?
Thanks