On 5/1/05, 叶卫国 <[EMAIL PROTECTED]> wrote: > i can't find anything about it... :)
client validation means javascript and thus we felt it does not belong into wicket core. But of course we know that is important for many web application, thus we provide as part of project wicket-stuff a module named wicket-contrib-fvalidate. And it contains examples (src/examples) as well. > > and how can i change the template of FeebackPanel? > The same way you'd replace the markup of any other component. You subsclass FeedbackPanel e.g. MyFeedbackPanel and than you provide your own markup MyFeedbackPanel.html. You java class needs nothing more than the constructor. Juergen
