0
votes

For an initial request, JSF only passes the Restore View and Render Response phases. The Seam Page Action can be executed before Render Response phase during the initial request. Does the Page Action execute normally if there's a post-back request?

1

1 Answers

0
votes

You can choose by setting the following attribute..

<action execute="#{actions.pageAction}" on-postback="false"/>