Ajax4Jsf actionListener not getting called

Hello Everyone,

I am having a complex form with 3 single row selectable tables rendered one below the other and two panels rendered beside the last two tables. the functionality required is when i select a (row) radio button from the first table the data of the below tables and panels should change. and when i select the row from the second table, the data of the panel which is beside it should change.

Same is the case for the third table.

I have used the a4j:commandButton to fire the Ajax request on the onClick event of the radio button. This works fine in case of the first table. but in case of the second table the actionListener is not getting called. The form gets submitted, init, prerender etc. methods get called properly. only the actionListener is not getting called.

What might be the problem? i am clueless about this as i am not getting any exception in logs and the same code works in case of the first table.

Can anyone help on this?

[993 byte] By [amolvchaudharia] at [2007-11-26 16:10:49]
# 1
yes, I can help. Post the page code snippet (the h:form content) , please.
Sergey.Smirnova at 2007-7-8 22:33:14 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Hi Sergey,Just got it working..i have just put ajaxSingle="true" in my a4j:commandButton code and got it working. Anyways thanks for your quick response.
amolvchaudharia at 2007-7-8 22:33:14 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...