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
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();"
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
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