RE: Ajax unable to perform markup update

2010-01-18 Thread Martin Asenov
kundi [mailto:martin.maku...@koodaripalvelut.com] Sent: Monday, January 18, 2010 9:55 AM To: users@wicket.apache.org Subject: Re: Ajax unable to perform markup update Or even better.. ajax-update the parent panel not the child panel. ** Martin 2010/1/18 Martin Makundi : > Hi! > > If the markupid

Re: Ajax unable to perform markup update

2010-01-17 Thread Martin Makundi
Or even better.. ajax-update the parent panel not the child panel. ** Martin 2010/1/18 Martin Makundi : > Hi! > > If the markupid number changes then ofcourse.. you should maybe call : > > newPanel.setMarkupid(oldPanel.getMarkupId()); when ajax updating > > ** > Martin > > 2010/1/18 Martin Asenov

Re: Ajax unable to perform markup update

2010-01-17 Thread Martin Makundi
Hi! If the markupid number changes then ofcourse.. you should maybe call : newPanel.setMarkupid(oldPanel.getMarkupId()); when ajax updating ** Martin 2010/1/18 Martin Asenov : > Hello, everyone! Although I've managed to handle such errors so far, I am > unable to deal with this one... > > I've

Ajax unable to perform markup update

2010-01-17 Thread Martin Asenov
Hello, everyone! Although I've managed to handle such errors so far, I am unable to deal with this one... I've got an abstract class MyFormPanel that extends Panel and calls super("form_panel"); Because I've got different form panels, i.e. ContactFormPanel, GroupFormPanel, etc. I'm trying to r