Re: T5: Using ajax to get a value for a form prior to its submission

2008-04-14 Thread Petros Petrou
Hi Denis, Is it possible to provide a sample of your code. I need to invoke an Ajax request to update specific fields in a form when selecting a checkbox and/or RadioButton but I have no experience with Ajax or Javascripts. Cheers, Petros Denis McCarthy-2 wrote: > > Not to worry, > I've m

Re: T5: Using ajax to get a value for a form prior to its submission

2008-03-20 Thread Denis McCarthy
Not to worry, I've managed to modify the autocomplete code from tapestry-core, as well as altering the javascript in the scriptaculous control.js file to writer a custom ajax mixin for myself. Cheers Denis On 20/03/2008, Denis McCarthy <[EMAIL PROTECTED]> wrote: > Hi, > I've a form that has sever

T5: Using ajax to get a value for a form prior to its submission

2008-03-20 Thread Denis McCarthy
Hi, I've a form that has several values for submission. One of these values (a foreign currency amount) is dependent on the value input by the customer in a different input box (the base currency amount). I'd like if possible to use AJAX to populate the foreign amount, after the base amount field h