hi All,
Facing an issue with managed bean initialization.
Problem description:
Defined one Generic portlet (let’s say Page1)with it’s scope as ‘session’ and set ‘Expire with page flow’ property to true.
In Page1, there is one button, on click of this button, going to Page2 by passing request parameter hiddenRequest setting to true.
Page2 has scope ‘session’ and set ‘Expire with page flow’ property to true.
Page2 in turn has a link to go back to Page1.
As page1 has scope ‘session-expire with page flow’, I am expecting Page1 managed bean to be reinitiazlied whenever I click the link in Page2. But it is not happening.
If I remove hiddenRequest request parameter when moving to Page2 from Page1, then on click of link in Page2, it is rightly reinitializing Page1 managed bean.
Could you please let me know why Page1 is not being reinitialized every time on click of link in Page2, if I use hiddenRequest parameter when going to Page2?
Kind regards,
Raja sekhar Kintali
#webMethods#MWS-CAF-Task-Engine#webMethods-BPMS