Hi,
I am using a
servlet which sets the property for the person atrribute. Then i am trying to read that property and display it in
JSP. But that's not getting populated correctly. Instead i am getting null values.
Atrribute : Person
Property : username, password
------------------------------------------------------
servlet which sets the value for the above properties :
------------------------------------------------------
---------------------------------------------
JSP page which is reading those attributes :
---------------------------------------------
Can someone please help me.....Many Thanks...