Re: T5 I am struggling with persisting form elements using onchange

2009-01-02 Thread Lutz Hühnken
Jayson, > customer. I attempted this using the onEvent mixin and a javascript > function, but Tapestry kept telling me my javascript function was undefined. that's probably just some mismatch between your function name and what you said the callback function was. Maybe you should post that code

T5 I am struggling with persisting form elements using onchange

2008-12-18 Thread Jayson Pierringer
I have three Select components and a TextField component on my form (customerSelect, locationSelect, deviceSelect, problemTextField). What is supposed to happen is when the user selects a customer the locationSelect component should be filled with the locations associated with the selected cus