In tutorials, why isn't dataProvider in session scope but RowSet is?
In all the tutorial I have seen that RowSet is mostly in session scope but its associated DataProvider is on the page scope (accessible from the page only). Also, when you drag and drop a Table, Creator adds DataProvider in page and its RowSet in session. Any reasons why? Can you have Table's DP and RS both in session scope? From the "Outline" view, I tried to dragg DP from Page to SessionBean1, but it wouldn't move.
The want to access the DP on a page from a page fragmant. Is there a way to access it without moving it to session scope?

