Hi all !

I have a small question regarding the FeedbackPanel component. My situation
is that I need to place two form within one page. If I do so an add a 
FeedbackPanel
to each forms, any validation message fired from form1 is diplayed twice. Is 
this
a normal behavior or do I have to instantinate someting else?

My code outlines as te following example:

Form form1 = ...
FeedbackPanel formFeedback1 = new FeedbackPanel("formfeedback");
form1.add(formFeedback2);

Form form2 = ...
FeedbackPanel formFeedback2 = new FeedbackPanel("formfeedback");
form2.add(formFeedback2);

Do I have to name each formFeedback panal different? But why is this necessary
if I have already put each fomFeedback to its own form object?

Thank you very much,

Maciej Andreas Bednarz

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to