This content has been marked as final.
Show 1 reply
-
1. Re: <a4j:support> is not working
ralf.mueller Nov 18, 2008 9:51 AM (in response to venu2008)As far as I can see you put almost everything inside a4j:outputpanel with ajaxRendered=true. This means that everything inside the panel is rerendered by an ajax request.
So you should just put the table inside this panel, or remove the first one.