There's a wiki page on this that you may find useful:
http://wiki.apache.org/myfaces/SubmitPageOnValueChange
Regards,
Simon
Dennis Byrne wrote:
Try setting @onchange to "submit()" .
---- Original message ----
Date: Thu, 24 Nov 2005 00:45:24 +0100
From: "Matthias Kahlau" <[EMAIL PROTECTED]>
Subject: selectOneRadio and valueChangeListener method with
onchange submit - submit only after 2nd change
To: "Users MyFaces" <[email protected]>
Hi!
I use a selectOneRadio with some options in conjunction with
a
valueChangeListener method. Additionally, I added
a "this.form.submit()" to
the onchange attribute of the selectOneRadio. But if I
change the selection,
nothing happens. Only after the second change, the submit is
performed for
the first change. Is this a JSF/MyFaces specific problem?