RE: T5: onchange event from a select

2007-11-14 Thread CarstenM
;> 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

RE: T5: onchange event from a select

2007-11-14 Thread martin boulanger
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

RE: T5: onchange event from a select

2007-11-13 Thread CarstenM
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 >

RE: T5: onchange event from a select

2007-11-13 Thread martin boulanger
, 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 >> >>

RE: T5: onchange event from a select

2007-09-24 Thread Leon Derks
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

Re: T5: onchange event from a select

2007-09-23 Thread Josh Canfield
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