This content has been marked as final.
Show 2 replies
-
1. Re: <a4j:commandButton> and oncomplete
harut Nov 29, 2013 9:04 AM (in response to manuel.moroni)What is the scope of your bean? If it has a request scope, then you have to use a4j:keepalive
<a4j:keepAlive beanName="bean"/>
-
2. Re: <a4j:commandButton> and oncomplete
manuel.moroni Dec 2, 2013 3:16 AM (in response to harut)hi,
i tried as you said but it's seems nothing changed.
there is any other way around?