Re: onChangeEvent of a Select component

2008-01-15 Thread Howard Lewis Ship
Currently, Tapestry doesn't have a built-in way to accomplish what you
want.  You will see a property update when the form containing the
Select component is submitted.  The containing Form component will
fire a series of events: prepare, then validate, then success or
failure, then submit.

Using Ajax techniques, it would be possible to add behavior you are
suggesting, it's simply not built in.


On Jan 15, 2008 1:07 AM, Yeeswara Nadapana (HCL Financial Services)
<[EMAIL PROTECTED]> wrote:
>
> Hi,
>
>
>
> How can I implement an onChangeEvent for my  box? I wrote the
> combo as:
>
>
>
>  value="prop:currentFilter" />
>
>
>
> I have to call an event listener method in my page class. Please explain
> how to do that?
>
>
>
> Thanks and Regards
>
> Yeeswara N
>
>
>
> DISCLAIMER:
> ---
>
> The contents of this e-mail and any attachment(s) are confidential and 
> intended for the named recipient(s) only.
> It shall not attach any liability on the originator or HCL or its affiliates. 
> Any views or opinions presented in
> this email are solely those of the author and may not necessarily reflect the 
> opinions of HCL or its affiliates.
> Any form of reproduction, dissemination, copying, disclosure, modification, 
> distribution and / or publication of
> this message without the prior written consent of the author of this e-mail 
> is strictly prohibited. If you have
> received this email in error please delete it and notify the sender 
> immediately. Before opening any mail and
> attachments please check them for viruses and defect.
>
> ---



-- 
Howard M. Lewis Ship

Creator Apache Tapestry and Apache HiveMind

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



onChangeEvent of a Select component

2008-01-15 Thread Yeeswara Nadapana (HCL Financial Services)

Hi,

 

How can I implement an onChangeEvent for my  box? I wrote the
combo as:

 



 

I have to call an event listener method in my page class. Please explain
how to do that?

 

Thanks and Regards

Yeeswara N



DISCLAIMER:
---

The contents of this e-mail and any attachment(s) are confidential and intended 
for the named recipient(s) only. 
It shall not attach any liability on the originator or HCL or its affiliates. 
Any views or opinions presented in 
this email are solely those of the author and may not necessarily reflect the 
opinions of HCL or its affiliates. 
Any form of reproduction, dissemination, copying, disclosure, modification, 
distribution and / or publication of 
this message without the prior written consent of the author of this e-mail is 
strictly prohibited. If you have 
received this email in error please delete it and notify the sender 
immediately. Before opening any mail and 
attachments please check them for viruses and defect.

---