Re: html:password not listening to value attribute

2006-06-22 Thread Scott Van Wart
Niall Pemberton wrote: Its a DynaBean - just use set("password", "") Yeah but I'd rather not do it in Java, for various reasons... - Scott - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PRO

Re: html:password not listening to value attribute

2006-06-22 Thread Niall Pemberton
Its a DynaBean - just use set("password", "") Niall On 6/22/06, Scott Van Wart <[EMAIL PROTECTED]> wrote: 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 t

html:password not listening to value attribute

2006-06-22 Thread Scott Van Wart
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: But the password shows up in