Re: [Wicket-user] can feedback panel be generalized?

2006-05-10 Thread Bruno Borges
I've just coded my custom version of FeedbackPanel and it works fine. I have a subclass of FeedbackPanel and a HTML file that is kind of copy of the FeedbackPanel.html from Wicket's Core.Then I added new labels and CSS and done. Now I have a feedbackPanel that shows over on top of all the webpage w

[Wicket-user] can feedback panel be generalized?

2006-05-09 Thread Ittay Dror
the FeedbackPanel component has a lot of non-trivial functionality, that makes it hard to write my own customized version of it. especially, adding other components, or controlling existing ones is hackish (i have to use Component.get() and visitChildren) maybe have FeedbackPanel use a Feedbac