Bookmarking a page inside a bounded taskflow - ADF 11gR2
Hi,
In my application (using ADF 11gR2), i'm using bounded taskflows with JSPX pages (no fragments). All i need to do is try to bookmark a default view activity of this task flow.
Since i cannot bookmark JSPX pages in side bounded taskflows, is there any other way i can achieve this?
By setting the 'URL Invoke' property of the taskflow to 'url-invoke-allowed', i am able to access these pages individually. But, it is not able to call my initializer function as it was not able to resolve my managed-bean-name (it is evaluated to null). Any idea why this is happening?
Thank.