Re: Dependent drop down list

2006-05-05 Thread Pedro Viegas
As anybody done this AJAX way, without a full page reload. I'm thinking of extending the dropdown and tacos:Autocompleter to add this kind of behaviour. The only thing we want to get is an updated select, so, this would be the best solution. As anybody done this before? Any pointers? I'll pick thi

Re: Dependent drop down list

2006-05-05 Thread Sam Gendler
I do this frequently, but I reload the entire page so that it doesn't get out of sync with rewind. Declare your form like this: Then, within the html element that will become the drop down, include the following: onchange="javascript:this.form.events.refresh();"

Re: Dependent drop down list

2006-05-05 Thread Stephane Decleire
But what about the errors that would come up during the rewind of the form data ? Greg Cormier wrote: I'd add a button next to your zipcode text field (maybe a "refresh" button), and that would invoke a listener to set your dropdown based on the area code. Greg -Original Message- Fr

RE: Dependent drop down list

2006-05-05 Thread Greg Cormier
I'd add a button next to your zipcode text field (maybe a "refresh" button), and that would invoke a listener to set your dropdown based on the area code. Greg -Original Message- From: Stephane Decleire [mailto:[EMAIL PROTECTED] Sent: Friday, May 05, 2006 7:37 AM To: tapestry-user@jakart