Re: [Wicket-user] Ajax form and feedback panel

2006-10-15 Thread Scott Swank
I'm not seeing a (target) panel updated as a result of an AjaxSubmitButton. The onSubmit() method delagates to an IVisitor that uses getPage().visitChildren() to find the panel in question. Does that sound like the same bug? public EditItemPanel(String id, Model whsItemModel) { super(id,

Re: [Wicket-user] Ajax form and feedback panel

2006-09-20 Thread Igor Vaynberg
our website is difficult to update, we are working on that.we dont set hard dead-lines for our releases, its done when its done :) i would say within a week or so. we ahve some bugs we want to fix but are all too busy to get to them just now. -IgorOn 9/20/06, Marc-Andre Houle <[EMAIL PROTECTED]> wr

Re: [Wicket-user] Ajax form and feedback panel

2006-09-20 Thread Marc-Andre Houle
Thanks for the answer.  How long until 1.2.3?  There seems to be no news about that on the web page...  Thanks again!MarcOn 9/20/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote: there was an ajax bug in 1.2.2 and that is why the example doesnt work. it works fine against svn wicket-1.x branch so you s

Re: [Wicket-user] Ajax form and feedback panel

2006-09-20 Thread Igor Vaynberg
there was an ajax bug in 1.2.2 and that is why the example doesnt work. it works fine against svn wicket-1.x branch so you should check out and build it yourself - it will be released as 1.2.3.-Igor On 9/20/06, Marc-Andre Houle <[EMAIL PROTECTED]> wrote: It seems that the exemple about the ajax for

[Wicket-user] Ajax form and feedback panel

2006-09-20 Thread Marc-Andre Houle
It seems that the exemple about the ajax form is not working correctly.http://www.wicket-library.com/wicket-examples/ajax?wicket:bookmarkablePage=:wicket.examples.ajax.builtin.FormPage At least, for me, I got absolutly no feedback about what I am entering in the form when I use the Ajax button.  I