Re: clearInput() if FormComponentPanel does not delegate to its inner FormComponents

2016-03-08 Thread Martin Grigorov
Done with https://issues.apache.org/jira/browse/WICKET-6114 Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Mon, Mar 7, 2016 at 5:28 PM, Sven Meier wrote: > Sure, changes in 8.x won't break anything :P > > Sven > > > On 07.03.2016 15:49, Martin

Re: clearInput() if FormComponentPanel does not delegate to its inner FormComponents

2016-03-07 Thread Sven Meier
Sure, changes in 8.x won't break anything :P Sven On 07.03.2016 15:49, Martin Grigorov wrote: Hi, I think consistency is very important. I'm +1 to make the change. At least in Wicket 8.x Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Mon, Mar 7, 2016 at

Re: clearInput() if FormComponentPanel does not delegate to its inner FormComponents

2016-03-07 Thread Martin Grigorov
Hi, I think consistency is very important. I'm +1 to make the change. At least in Wicket 8.x Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Mon, Mar 7, 2016 at 3:24 PM, Sven Meier wrote: > Hi, > > it always has been that way. > I'm not aware

Re: clearInput() if FormComponentPanel does not delegate to its inner FormComponents

2016-03-07 Thread Sven Meier
Hi, it always has been that way. I'm not aware of any benefit which would justify a change - besides consistency. Have fun Sven On 07.03.2016 15:10, Patrick Davids wrote: Hi Wicket Pros, is it bug or an feature, that FormComponentPanel is not overriding clearInput() to delegate the

clearInput() if FormComponentPanel does not delegate to its inner FormComponents

2016-03-07 Thread Patrick Davids
Hi Wicket Pros, is it bug or an feature, that FormComponentPanel is not overriding clearInput() to delegate the clearing to its inner FormComponents? For me, it should behave the same way, when extending FormComponent. But I'm not sure here about consequences... (As I can see...