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;
...
resources.triggerEvent("validate", valueToBeValidated, null);
I have all the in formation in the
PurchaseRequest class to do the validation, just no way to mark the field
as having an error with the red border.
So pass the Field itself in the second parameter of triggerEvent().
--
Thiago H. de Paula Figueiredo
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org