On Thu, 29 Sep 2011 09:56:46 -0300, Pups <vasy...@devcom.com> 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 you use some ugly workaround, as processSubmission() is protected. Do you really to use the TextField component inside it? Maybe you could use FormSupport.defer() to create a command that do this validation after the end of the form submission, avoiding the processSubmission() ordering issue.

By the way, what exactly should your component do?

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to