Hi All,
My Code is behaving diffrently in 11g and 12c release , the following is the code snippet
Boolean postBck = AdfFacesContext.getCurrentInstance().isPostBack();
My Page Structure is as JSF -->inside jsf ( TABS ) --> Each Tab has TF --> EachTF has a jsff(each jsff is linked to backing bean)
on the backing bean constructor we have the following code to and loading some parameters from the DB.
on the First Tab i am getting the AdfFacesContext.getCurrentInstance().isPostBack(); as false and subsequent tab changes its giving the as TRUE on the next TABs .
On each click on the TAB the corresponding Backing Bean the above code snippet is written and giving as TRUE.
It is working fine in 11g(11.1.1.4) and giving issue in ADF 12c(12.1.3) .
Is this changes due to JSF 2.0 underlying implementation.
Please help me in understanding the concept of the PostBack in ADF/JSF
Thanks
Vamsi Balaga