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
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)
{
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