Re: How to retrieve Field

2011-09-29 Thread Thiago H. de Paula Figueiredo
On Thu, 29 Sep 2011 09:56:46 -0300, Pups wrote: Hello, Thiago! Hello! Yes, I supposed ordering of processSubmission() methods too. Is where any workaround those issue? Or maybe it's possible to execut processSubmission() of TextField inside my processSubmission()? I can't see how unless y

Re: How to retrieve Field

2011-09-29 Thread Pups
this message in context: http://tapestry.1045711.n5.nabble.com/How-to-retrieve-Field-tp4850061p4852970.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.or

Re: How to retrieve Field

2011-09-29 Thread Thiago H. de Paula Figueiredo
On Thu, 29 Sep 2011 05:02:26 -0300, Pups wrote: Hello, Thiago! Hi! I need exactly *Field* type object to use in the recordError method. You do this by @Component or @InjectComponent. @Component(id = "applyCouponCode") private TextField applyCouponCode; has applyCouponCode.getControlNam

Re: How to retrieve Field

2011-09-29 Thread Pups
is NULL?* Thanks, Vasyl -- View this message in context: http://tapestry.1045711.n5.nabble.com/How-to-retrieve-Field-tp4850061p4852159.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscrib

Re: How to retrieve Field

2011-09-28 Thread Thiago H. de Paula Figueiredo
On Wed, 28 Sep 2011 14:46:00 -0300, Vasyl Shevchuk wrote: Hello, Thiago! Hi! But, could you please explain this part more detailed "Your TextField should be bound to some property. Can't you read this property directly?" TextFields edits properties of type String. In your case, it's bou

How to retrieve Field

2011-09-28 Thread Pups
ot;) private TextField applyCouponCode; and somehow to retrieve necessary Field using some service or something else? Otherwise, what can be wrong in existing code? Thanks a lot -- View this message in context: http://tapestry.1045711.n5.nabble.com/How-to-retrieve-Field-tp4850061p4850061.htm