RE: Form Reset Problems

2013-09-30 Thread Paul Bors
UI to the system admin). ~ Thank you, Paul Bors -Original Message- From: Richard W. Adams [mailto:rwada...@up.com] Sent: Monday, September 30, 2013 10:52 AM To: users@wicket.apache.org Subject: RE: Form Reset Problems Our use case is probably more complex than most. We have a form that does

RE: Form Reset Problems

2013-09-30 Thread Richard W. Adams
d. ~ Thank you, Paul Bors -Original Message- From: Martin Grigorov [mailto:mgrigo...@apache.org] Sent: Monday, September 30, 2013 9:57 AM To: users@wicket.apache.org Subject: Re: Form Reset Problems Hi, I'm going to write a blog article about Form component's input vs. model.

Re: Form Reset Problems

2013-09-30 Thread Martin Grigorov
Message- > From: Martin Grigorov [mailto:mgrigo...@apache.org] > Sent: Monday, September 30, 2013 9:57 AM > To: users@wicket.apache.org > Subject: Re: Form Reset Problems > > Hi, > > I'm going to write a blog article about Form component's input vs. model. > I

RE: Form Reset Problems

2013-09-30 Thread Paul Bors
Paul Bors -Original Message- From: Martin Grigorov [mailto:mgrigo...@apache.org] Sent: Monday, September 30, 2013 9:57 AM To: users@wicket.apache.org Subject: Re: Form Reset Problems Hi, I'm going to write a blog article about Form component's input vs. model. I've been asked

Re: Form Reset Problems

2013-09-30 Thread Martin Grigorov
Hi, I'm going to write a blog article about Form component's input vs. model. I've been asked few times about this last two weeks by colleagues of mine. It would be good to have it in the official guide though ( https://issues.apache.org/jira/browse/WICKET-5321). To reset a form you should: 1) us

Form Reset Problems

2013-09-30 Thread Richard W. Adams
We're having trouble making our form reset button work. It's defined thusly: AjaxButton button = new AjaxButton("reset-button"); ... _ Here's our reset code, executed when the button is clicked. The main form seems to re-render OK, but a FormComponen