i have an edit form which gets populated when the user clicks on edit.
My user wants me to have the password field in there populated with the pwd
that shows *
however the value attribute for the s:password does not seem to be taking
the password value
the text field works

THis works 
<s:textfield name="password" label="Role" value="%{#request.USER.password}"
/>

This doesnt
<s:password name="password" label="Role" value="%{#request.USER.password}"
/>

Any Ideas?
-- 
View this message in context: 
http://www.nabble.com/Struts2-%3Cs%3Apassword%3E-value-problem-tp19559062p19559062.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to