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?

