| Author |
how to use form bean properties through bean tags
|
Tej Ernesto
Greenhorn
Joined: Jun 17, 2012
Posts: 5
|
|
Hi
i am using struts to develop a web page.. first i displayed a login page.. i created login form bean and loginaction class
when user clicks on login it takes him to his home page
i want to display his username over there
i was using this tag
<bean:write name="LoginForm" property="userName"/>
but its giving me 500 error
how to get that username from form bean
|
 |
Shankar Tanikella
Ranch Hand
Joined: Jan 30, 2011
Posts: 329
|
|
Hi Ernesto,
Could you share more information about it, like server logs
|
Have Fun with Java
little,little.. little by little makes a lot..
|
 |
Tej Ernesto
Greenhorn
Joined: Jun 17, 2012
Posts: 5
|
|
|
i solved my problem. thank you
|
 |
 |
|
|
subject: how to use form bean properties through bean tags
|
|
|