RE: Extended Form Question

2010-03-02 Thread Josh Chappelle
Thanks that works great! -Original Message- From: James Carman [mailto:jcar...@carmanconsulting.com] Sent: Tuesday, March 02, 2010 9:01 PM To: users@wicket.apache.org Subject: Re: Extended Form Question You would instantiate your FeedbackPanel with an IFeedbackMessageFilter: http

Re: Extended Form Question

2010-03-02 Thread James Carman
You would instantiate your FeedbackPanel with an IFeedbackMessageFilter: http://wicket.apache.org/docs/1.4/org/apache/wicket/feedback/IFeedbackMessageFilter.html Perhaps you would check to see if the form itself is the "reporter" of the message? On Tue, Mar 2, 2010 at 9:54 PM, Josh Chappelle wr

Extended Form Question

2010-03-02 Thread Josh Chappelle
Hi, I have extended the Form component to include a visitor that adds some behaviors to required fields so that the validation errors are rendered next to the corresponding fields. My problem is that I have a form that has a form level validator that is not specific to a component. So I still