Validate form field in component class from page class

2012-09-24 Thread George Christman
field because it's not contained within the page. this.form.recordError(this.evaluators, Evaluator(s) must be unique.); } } } } -- View this message in context: http://tapestry.1045711.n5.nabble.com/Validate-form-field-in-component-class-from

Re: Validate form field in component class from page class

2012-09-24 Thread Thiago H de Paula Figueiredo
On Mon, 24 Sep 2012 14:29:02 -0300, George Christman gchrist...@cardaddy.com wrote: Hi Thiago, I'm not completely following you here. What do you mean by trigger an event passing to the page? Something like this (not tested): @Inject private ComponentResources resources; ...