Hi,
I have a LazyValidatorForm with a "password" property. I always want
this input field to be blank when the page loads. I also can't clear
the value out of the form in Java (code is too generic and I'd rather
not hack it for this single case). So I tried:
<html:password property="password" value="" />
But the password shows up in the field anyways... [***** ] and all
that fun stuff.
I don't mind clearing the property in the .jsp, but after finding out
how to get properties out of a LazyValidatorForm (${form.map.property}),
I find I don't know how to SET the property of a LazyValidatorForm
(JSTL/Struts taglibs/jsp: directives are all fine) in a .jsp. Ideas?
Thanks,
Scott
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]