Go to Google Groups Home    ADF Enterprise Methodology Group
pattern for run a method on start of the page only 1 time

akhanof <amir.kha...@gmail.com>

Hi,

Regarding to invoke a method in the page start up and only one time I
am looking for the best pattern to use;
because using the (refresh condition= not post back) is some times
invoked more than one time making it inappropriate when we absolutely
need to run the method only 1 time .
is there any other option or pattern except setting the refresh
condition="#{!adfFacesContext.postback}" for execution of the method
on the invokeaction for method on the page bindings.

Thanks and regards,
Amir