This content has been marked as final.
Show 1 reply
-
1. Re: Action on one portlet refreshes other portlets
kenfinni Dec 21, 2011 9:42 AM (in response to invincible_virus)1 of 1 people found this helpfulThe behavior you're experiencing is expected in a Portal environment.
The expected Portal lifecycle (as defined in JSR-286) states that after each Action Request (such as h:commandButton) each Portlet on the Page will be re rendered.
There is no way to prevent that behavior, as it is defined in the spec.