So you are suggesting me that the warning message

"Component-targetted feedback message was left unrendered. This could be
because you are missing a FeedbackPanel on the page.  Message:
[FeedbackMessage message = "Not yet implemented!", reporter =
datasourcebutton, level = ERROR]" 

it's caused by the absence of the ComponentFeedbackPanel proper of the
component producing the feedback message.
That's my code creating the ComponentFeedbackPanel

dataSourceMessageLabel = new
ComponentFeedbackPanel("datasourcemessagelabel", dataSourceDDC);

where dataSourceDDC is a DropDownChoice component producing feedback
messages: is that correct? 


James Carman-3 wrote:
> 
> Because the ComponentFeedbackPanel only shows messages for a specific
> component.  A FeedbackPanel shows *all* feedback messages.
> 

-- 
View this message in context: 
http://www.nabble.com/Strange-behaviour-using-ComponentFeedbackPanel-tp24371713p24376063.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