Show TOC

How Can I Transfer Data Between a View and a Page?Locate this document in the navigation structure

Use

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:

  1. Define an Application Class (using the properties in your BSP application).

  2. This application class can be accessed on all pages and views using the object application.