Re: ModalWindow with panel: Strange model behaviour after onError

2010-11-22 Thread Martin Grigorov
ge in context: > http://apache-wicket.1842946.n4.nabble.com/ModalWindow-with-panel-Strange-model-behaviour-after-onError-tp3046234p3053145.html > Sent from the Users forum mailing list archive at Nabble.com. > > - > To

Re: ModalWindow with panel: Strange model behaviour after onError

2010-11-21 Thread Marieke Vandamme
Can someone please help me with this one? Or should I put this on the Jira? Thanks! Kind Regards, Marieke -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/ModalWindow-with-panel-Strange-model-behaviour-after-onError-tp3046234p3053145.html Sent from the Users forum

ModalWindow with panel: Strange model behaviour after onError

2010-11-16 Thread Marieke Vandamme
String text; /** * @return the text */ public String getText() { return text; } /** * @param text the text to set */ public void setText(String text) { this.text = text; } } -- View this message in context: http://apach