Re: [Wicket-user] Re: Strange PasswordTextField behaviour

2005-11-18 Thread Eelco Hillenius
Yeah. It was a feature. Eelco On 11/18/05, Laurent PETIT [EMAIL PROTECTED] wrote: The password text field, when resetPassword=false, is always re-rendered with the value of the model ... On 11/18/05, Laurent PETIT [EMAIL PROTECTED] wrote: Hello, When delving into the code, I found

Re: [Wicket-user] Re: Strange PasswordTextField behaviour

2005-11-18 Thread Laurent PETIT
On 11/18/05, Eelco Hillenius [EMAIL PROTECTED] wrote: Yeah. It was a feature. I don't see the value of that feature, could you explain ? My point of view : A user account page, with ability to modify name, address, and password. All the values of the database are prefilled (including password,

Re: [Wicket-user] Re: Strange PasswordTextField behaviour

2005-11-18 Thread Andrew Berman
You must not be doing something right if the password field is not changing. Are you sure the model is changing with the new value? --AndrewOn 11/18/05, Laurent PETIT [EMAIL PROTECTED] wrote: On 11/18/05, Eelco Hillenius [EMAIL PROTECTED] wrote: Yeah. It was a feature. I don't see the value of

Re: [Wicket-user] Re: Strange PasswordTextField behaviour

2005-11-18 Thread Laurent PETIT
On 11/19/05, Andrew Berman [EMAIL PROTECTED] wrote: You must not be doing something right if the password field is not changing. Are you sure the model is changing with the new value? I'm sure the model is not changed, it's the expected behaviour, because the Component is marked invadid() because