Re: Form Validations

2010-12-08 Thread notcourage
FeedbackLabel.onBeforeRender calls setModel(IModel) but wicket 1.4 doesn't seem to have this method. protected void onBeforeRender() { super.onBeforeRender(); this.setModel(null); if(component.getFeedbackMessage()!=null){ if(this.text!=null){

Re: Form Validations

2010-12-08 Thread notcourage
Nevermind--I see that setModel is now setDefaultModel. See article comments: http://stuq.nl/weblog/2008-09-03/user-friendly-form-validation-with-wicket -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Form-Validations-tp1879918p3079482.html Sent from the Users forum