FeedbackPanel rendering

2011-08-25 Thread Lurtz Nazgul
Hi all; I have two panels. Panel one have the standart form with one Label + TextField (required field) + AjaxButton. Panel two have one FeedbackPanel. Ok, here is the the problem : I can reach Panel Two' FeedbackPanel from Panel One. So in AjaxButton    AjaxButton submit = new

Re: FeedbackPanel rendering

2011-08-25 Thread Andrea Del Bene
Hi Lurtz, what does your form do in its onSubmit method? Have you overriden it? Hi all; I have two panels. Panel one have the standart form with one Label + TextField (required field) + AjaxButton. Panel two have one FeedbackPanel. Ok, here is the the problem : I can reach Panel Two'

Re: FeedbackPanel rendering

2011-08-25 Thread Lurtz Nazgul
Hi Andre; Thanks for your answer. I didn't override form's onSubmit method. From: Andrea Del Bene adelb...@ciseonweb.it To: users@wicket.apache.org Sent: Thursday, August 25, 2011 11:42 AM Subject: Re: FeedbackPanel rendering Hi Lurtz, what does your form

Re: FeedbackPanel rendering

2011-08-25 Thread Andrea Del Bene
I've made a quickstart project trying to reproduce your code, but I didn't get your problem. The project is based on 1.4.18 and has just one homepage. Markup code: html xmlns:wicket=http://wicket.apache.org/dtds.data/wicket-xhtml1.4-strict.dtd; head titleWicket Quickstart Archetype