Sorry for the wrong reply.I havent read the whole list.

On Sun, Nov 6, 2011 at 5:05 PM, Dimitris Zenios
<dimitris.zen...@gmail.com> wrote:
> You can try this in the java page
>
> @InjectComponent(id="ProductSizeForm")
> private Form ProductSizeForm;
>
>
> @OnEvent(value=EventConstants=SUCCESS,component="ProductSizeForm")
> public void formSuccess() {
> }
>
> And in the tml leave it as it is and try again.
>
>
>
> On Sun, Nov 6, 2011 at 4:13 PM, 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
>>
>>
>

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

Reply via email to