Hi Ulrich,
I am using Tapestry 5. I have made a drop down box using the ArrayList. I want
to fire an onChange event on my Page class and get some data relevant to the
selected option and display on another TextArea. Please check my code snippet
and let me know a way to that.
<select t:id="importConditions" onChange="javascript:filterOnChange();">
<t:loop source="filterList" value="currentFilter">
<option value="${currentFilter}">
${currentFilter}
</option>
</t:loop>
</select>
Thanks,
Yees
-----Original Message-----
From: Ulrich Stärk [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 10, 2008 6:39 PM
To: Tapestry users
Subject: Re: How to make drop down box from ArrayList
It would be better to inform us about the Tapestry version you are using
instead of sending us a disclaimer that is longer than the rest of your
mail.
Uli
Yeeswara Nadapana (HCL Financial Services) schrieb:
> Hi,
>
>
>
> Please suggest me a simple way to show my ArrayList of string objects
>
> as a drop down combo box.
>
>
>
> Thanks
>
> Yees.
>
>
>
> 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.
> -----------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]