> Just as a wild guess, perhaps you could try: > onchange="this.form.submit(); return true;"
No, this results in the same behavior like without "return true;"" ... Matthias > -----Ursprüngliche Nachricht----- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Auftrag > von Simon Kitching > Gesendet: Freitag, 25. November 2005 01:26 > An: MyFaces Discussion > Betreff: Re: AW: AW: selectOneRadio and valueChangeListener method with > onchange submit - submit only after 2nd change > > > Matthias Kahlau wrote: > >>> I use firefox, maybe you catched a browser issue? > > > > You're right. I tried the same code with Firefox, and there it > worked. With > > Internet Explorer 6, "this.form.submit()" does work in onchange of > > selectOneMenu and onclick of selectOneRadio. I have the problem with > > "this.form.submit()" in onchange of selectOneRadio (with > f:selectItems) in > > Internet Explorer. > > Just as a wild guess, perhaps you could try: > onchange="this.form.submit(); return true;" >

