Try to add feedbackpanel inside the panel and inside the form.

<wicket:panel>
<form>
<div wicket:id="feedback" id="feedback"></div>
rest of your html code
</form>
</wicket:panel>

Thanks


Anna Simbirtsev wrote:
> 
> Hi,
> 
> I have a feedback panel in Modal window, but for some reason it does not
> work.
> 
> <div wicket:id="feedback" id="feedback"></div>
> 
> contact_form.add(new FeedbackPanel("feedback"));
> 
> I get the following messages:
> 
> WARN  - WebSession                 - Component-targetted feedback message
> was left unrendered. This could be because you are missing a FeedbackPanel
> on the page.  Message: [FeedbackMessage message = "Field
> 'contact_postalcode' is required.", reporter = contact_postalcode, level =
> ERROR]
> 
> In the page source it shows:
> 
> <div id="feedback" wicket:id="feedback">
> <wicket:panel> </wicket:panel>
> </div>
> 
> Thanks,
> 
> Anna
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Feedback-panel-in-Modal-window-tp27408273p27427705.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to