
I want to transfer data between a view and a page in a stateful application. The reason for this is that I am creating object instances in the view and want to reuse them in the page. How can I do that?
Answer
To transfer data between pages and view requests, proceed as follows:
Define an Application Class (using the properties in your BSP application).
This application class can be accessed on all pages and views using the object application.