Re: T4.1.3 Problem loading page

2007-11-28 Thread Andreas Andreou
Also, since you already have selectedCountryId in your @PropertySelection, why use @Hidden ? For the javascript docs that relate to form handling, see http://tapestry.apache.org/tapestry4.1/javascript/form.html On Nov 28, 2007 11:53 AM, nkonstantinou <[EMAIL PROTECTED]> wrote: > I'm facing s stra

Re: T4.1.3 Problem loading page

2007-11-28 Thread Alejandro Scandroli
Hi Can you use AJAX? Maybe some AJAX will help. Just remove the "onchange" values out from your templates and try this on your page: @EventListener(targets = "selectCountry", events = "onchange", submitForm = "quoteForm") public void changeRegions(IRequestCycle cycle) {

T4.1.3 Problem loading page

2007-11-28 Thread nkonstantinou
I'm facing s strange behaviour with T4.1.3. The problem goes like this: I have a form that has two select components AUSTRIA USA and