viveksivakumar

Greenhorn
+ Follow
since Aug 06, 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 viveksivakumar

i have a jsp page which gets the user name and pass word , fine this works but what i need is that when the user name and pass word is false the page should not proceed further i mean the same login page should appear!!! how can i do this .help me.
22 years ago
i love java ranch , cause why ??? now adays even the forums sections (in other web sites like SUN ) have become a kind of business and not a act of helping others , for eg some complicated questions posted on sun never get answers but on the other hand if a few duke dollars are awarded then they get answered immediately!!! but in java ranch that total concept of duke dollars is absent but yet questions are being answered which i find to be "SIMPLY GENEROUS" !!! HAIL JAVARANCH!!!
22 years ago

Originally posted by Jane Griscti:
Hi viveksivakumar,
Welcome to JavaRanch
Would you please read the JavaRanch Name Policy and re-register using a name that complies with the rules.
Thanks for your cooperation.
ya well jane and dave i have the proper naming convention only , might be there was a problem in the JSP page of java ranch while processing my name , my first name is Sivakumar and last name is vivek.
(Didn't want to disappoint Dave)


22 years ago
Hi ,
im a new bee to this certification site , im currently working with JSP, well this is my second post in javaranch , yesterday i posted my first problem regarding jsps and i was really overwhelmed and surprised to get a very prompt caring reply by two people who answered my queries which to be frank i did not get in SUN forums !!!im glad to have joined this web community!!!
22 years ago
well i have a jsp page with login and password , a bean is employed in the jsp page which updates(just prints )the user and pass word values which have been entered . what i need is that theses updated values should be updated in a method which resides in a class file having the following method genLogin(user,password), as of now this class takes up a default value which i specified, but i need to get them as the user enters the values in the jsp page. does somebody know how i can do this.
22 years ago