since this happens during a model update the best place is probably your own model.
-igor On Wed, Feb 11, 2009 at 6:53 AM, walnutmon <[email protected]> wrote: > > All, > > I am using a custom domain which handles errors by doing checks when setters > are called. If there is a problem with the input it throws an exception. I > would like to use this in our wicket page to display errors, I've been able > to intercept errors as they come down from Form.process(), however, for the > granularity of showing errors next to a component that has the error, I > actually need to know which field and which setter is excepting... > > The question is, if I have a setter on a model object, and through > reflection wicket invokes it while doing a form process, is there an ideal > place to catch it where I will have component and field info. > > Thanks! > Justin > -- > View this message in context: > http://www.nabble.com/Intercepting-Calls-To-Domain-Setters-For-Dynamic-Feedback-tp21956656p21956656.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
