On Fri, 04 Mar 2011 08:03:06 -0300, Stephan Windmüller <stephan.windmuel...@tu-dortmund.de> wrote:

Hi!

Hi!

I defined a component which consists of several form elements and is
used inside a form.

HTML doesn't allow nested forms.

But the component itself does not contain a form. Is it possible to call
methods during submission of this component without triggering it using
the outside page? For example, onSuccess is not called in the component
because it does not contain the form.

Events bubble up (from the origin to its parent and so on until it reaches the containing page) and just up. Could you post your component tree? It's a little bit hard to figure it out from your description . . .

--
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