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;"

Reply via email to