Java Green

Greenhorn
+ Follow
since Sep 07, 2004
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 Java Green

There is an implemetation provided in struts validator frame work to check whether it is email or not. There is an "isEmail()" method available in org.apache.commons.validator.GenericValidator class which is available in commons-validator.jar, can be downloadable from struts.apache.org
19 years ago
Hi neeraj,

"Hidden form fields" means of sesion tracking can be done only when the output generated by the web container contains forms and even they need to be generated dynamically. I want a solution taht works fine for static pages also.
19 years ago
How to launch graphical editing framework in eclipse?
How does a web container tracks the session if the client doesn't support cookies. We know that encodeURL() method is helpful in URL Rewriting, but everything that a web container sends response to the client need to be generated dynamically. How could we overcome this problem.
19 years ago
Are there any tutorials available online to master JSP
19 years ago
JSP
Why the servlets need to implement Serializable interface.
19 years ago
What comprises of an object state.
what are the things that account for an object state.
19 years ago