1

I am using Trinidad. For radio buttons and drop down I am using valueChangeListener with autoSubmit="true" to update a part of the page. But it displays the validations if any, so I used immediate="true" to bypass the validations. It worked but valueChangeListener doesn't work when I have the drop down inside a loop when I used iterator.

Can anyone explain the behaviour of valueChangeListener with autoSubmit and immediate?

BalusC
  • 1,082,665
  • 372
  • 3,610
  • 3,555
Greeshma
  • 83
  • 1
  • 2
  • 7
  • The `autoSubmit="true"` doesn't exist in the standard JSF component set. You seem to be talking about the 3rd party component library Trinidad (as confirmed by your previous question). In the future, please explicitly mention and tag that as such. Otherwise your question is very confusing to ones who and aren't familiar with Trinidad and assume that you're using the standard JSF component set. – BalusC Dec 19 '11 at 22:12
  • sorry will keep that in mind for future posts. I really like all your articles with lots of good information .Thanks BaluC – Greeshma Dec 22 '11 at 19:44

0 Answers0