| |
ADF Enterprise Methodology Group |
That's a great question ; Frank;
Earlier this week ,
I posted this
As i describe there, to work around this "so many call's" I; early
So depending on the target viewObject's parameters; I set or not and
Other behavior that I would like to insert here, is how we can
if we log this two methods we will have;
on Log window;
Hi there ... from prepareModel (loadPage)
Do we have some "best pratices" for this ??
Or perhaps i'm missunderestanding something ....
Thanks too;
Marcos Ortega
2009/7/1 akhanof <amir.kha...@gmail.com>
> Hi,
> Regarding to invoke a method in the page start up and only one time I
> Thanks and regards,
thread<http://forums.oracle.com/forums/message.jspa?messageID=3586332#3586332>at
otn jDev's forum too; but no cookies for me !
check if my viewObjects parameter are set and if the value is equal my
current params;
re-execute the viewObject;
coordnate the execution of onChangeEvent (from any faces component) and
onLoadPage ( or prepareModel ) phase;
Hi there ... from onChangeEvent
Hi there ... from prepareModel (loadPage)
Analista de Sistemas
Campo Grande - MS
http://www.santoandrea.com.br
> 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.
> Amir