Maintaining ADP (Array Data Provider ) when refreshing the page
Summary
I need to keep my Array Data Provider in session.Content
I need to keep my Array Data Provider in session, but it’s not working setting variable to persisted SESSION.When I refresh my page, I lose all data from ADP, in this case we don’t have the Event VBEnter to load data.
Scenario: There is a table in page with add, remove, update and submit button. I keep all data in ADP, we can ADD, REMOVE, UPDTADE, using component Fire Data Provider Event, that was the best way we found to work (It’s not recommend, but works very well). When I click in submit button, the data of ADP is transferred to Business Object.