Is the form in your page tml or the component tml? From your description it
sounds like it's not in the page, which is the error you are getting.
 On Nov 6, 2011 6:13 AM, "9902468" <ville.virta...@greenstreet.fi> wrote:

> The saga continues:
>
> I have a "onSuccessFromProductSizeForm" -method on my page. When the form
> is
> enclosed in a component I get the following error message:
>
> Method
>
> com.orient.web.admin.pages.entity.ProductSizeBulkAdd.onSuccessFromProductSizeForm()
> references component id 'ProductSizeForm' which does not exist.
>
> So, I can't have event listeners anymore that listen to events thrown by
> components inside components?
>
> The hierarchy is this:
> Page
>  - MyComponent
>   - <t:form t:id="ProductSizeForm">...
>
> This is a bug in the "check that there is a component that can trigger the
> event that is listened by this method" routine I presume?
>
>  - Ville
>
> --
> View this message in context:
> http://tapestry.1045711.n5.nabble.com/T5-3-rc3-event-bubbling-bug-tp4966490p4968614.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

Reply via email to