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)

RE: Form Reset Problems

2013-09-30 Thread 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 few times about this last

Re: Form Reset Problems

2013-09-30 Thread 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 few times about this last two weeks by colleagues of mine. It would

RE: Form Reset Problems

2013-09-30 Thread Richard W. Adams
:41 AM Subject:RE: Form Reset Problems I'll like to hear more about Richard's use-case as to me using Ajax to perform a form reset that could be done by the browser is a bit of an overkill. Unless some sort of a user workflow through the app happens in stages for which I would recommend

RE: Form Reset Problems

2013-09-30 Thread 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 a lot Ajax field updates that appear to break