Bryce Webster

Greenhorn
+ Follow
since Apr 04, 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 Bryce Webster

That will also only work for IE, Netscape does not support the disabled functionality.
22 years ago
I am having issues with finding all of the files I need to modify to allow for servlets to be called from post methods of forms. I believe Oracle 8i runs jserv, but I have gone through and modified the jserv.conf anf .properties file. I have placed the servlets in a directory /its/WEB-INF/classes/ but the app still cannot find them.
Any help would be greatly appreciated.
22 years ago
Is there any way to get the contents of the request and response objects from a bean without passing them in explicitly? I jave a jsp file using a taglib to call into a bean which hen needs HttpServletResponse and HttpServletRequest as parameters to one of its methods called in another jar file. The taglib doesn't appear to like having the response or request passed in as attributes.
Thanks in advance.
Bryce
22 years ago