Hi,

i'm trying to migrate my app to wicket 6.14 and find it difficult to show
the error messages in my feedback panel. 

i'm working on a project that has been for a long time so i'm not sure if
there might be code thats disabling the error messages. 

what i'm trying to do is add a feedback panel to my pages and show the
errors. but i can only see them after refreshing the page. 

heres my code and markup. 

this.add(new FeedbackPanel("feedback").setVisible(true));

<div wicket:id="feedback"></div>

what am i doing wrong here. 

Thanks in advance. 

Regards, 

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Need-to-refresh-the-page-to-see-the-errors-on-feedbackpanel-tp4665139.html
Sent from the Users forum 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