;> first select box.
>>>>
>>>> So I want to process it on the server-side, or with AJAX.
>>>>
>>>> Is there a way to catch the onchange event in my java page?
>>>>
>>>> JP
>>>>
>>>>> Date: Sun, 23 Sep 2007 23
th AJAX.
>>>
>>> Is there a way to catch the onchange event in my java page?
>>>
>>> JP
>>>
>>>> Date: Sun, 23 Sep 2007 23:37:52 -0700
>>>> From: [EMAIL PROTECTED]
>>>> To: users@tapestry.apache.org
>>>> Sub
gt;
>> Is there a way to catch the onchange event in my java page?
>>
>> JP
>>
>>> Date: Sun, 23 Sep 2007 23:37:52 -0700
>>> From: [EMAIL PROTECTED]
>>> To: users@tapestry.apache.org
>>> Subject: Re: T5: onchange event from a select
>
, or with AJAX.
>
> Is there a way to catch the onchange event in my java page?
>
> JP
>
>> Date: Sun, 23 Sep 2007 23:37:52 -0700
>> From: [EMAIL PROTECTED]
>> To: users@tapestry.apache.org
>> Subject: Re: T5: onchange event from a select
>>
>>
To: users@tapestry.apache.org
> Subject: Re: T5: onchange event from a select
>
> Do you want it to be processed on the server side, or on the client side?
> For javascript, you should be able to just add an onchange attribute. If you
> want to add AJAX support, I'm not sure
Do you want it to be processed on the server side, or on the client side?
For javascript, you should be able to just add an onchange attribute. If you
want to add AJAX support, I'm not sure how to do that yet.
Josh
On 9/23/07, Josh Penza <[EMAIL PROTECTED]> wrote:
>
> How can I catch the onchang
How can I catch the onchange event from a select in T5?
are there examples?