val04

Greenhorn
+ Follow
since Jun 24, 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 val04

My login bean has 2 properties namely, id number and password. Why is it that whenever I retrieve the values of the bean's properties using <%= login.getIdno() %> and <%= login.getPword() %>, the value of the idno is able to take the input of the user from the form (when I retrieve and display it on another page) while the value of the pword property of the bean always remains null even if the user entered his password in the form? I tried creating another bean to set and retrieve the value of the password separately and it works fine. But what I want is to use just one bean to set and retrieve both the values of idno and pword. Help!
22 years ago