Re: Toastr popups and Form's onSubmit

2017-08-01 Thread ssamarin
Thanks Vit, this worked. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Toastr-popups-and-Form-s-onSubmit-tp4678320p4678396.html Sent from the Users forum mailing list archive at Nabble.com. - To un

Re: setOutputMarkupId(true) on everything?

2017-08-01 Thread Jeroen Steenbeeke
You could try an IComponentInstantiationListener for that: https://ci.apache.org/projects/wicket/apidocs/7.x/org/apache/wicket/application/IComponentInstantiationListener.html You can set them in your Application class: https://ci.apache.org/projects/wicket/apidocs/7.x/org/apache/wicket/Applicat

setOutputMarkupId(true) on everything?

2017-08-01 Thread Entropy
While resolving our latest issue, a co-worker asked me why we don't just make a visitor to set every component to have setOutputMarkupId(true)? It seems harmless, and corrects a common mistake people make of not setting it. Is there something I'm not seeing? Is there a way to default this to t

Re: AjaxButton not calling onError after required validation fail

2017-08-01 Thread Entropy
When the world doesn't make sense, it's amazing how often it turns out to be some simple little mistake we overlook. This was all a cut & paste error in my co-worker's code. He was binding the ComponentFeedbackPanels to the wrong text fields, but the names were close enough to the correct names t