is this possible to open few documents via xpages web access?
e.g. i have 4 tabs. on tab 1 i have list. when i click element it is opened in tab2. when i go back to tab1 and click another element it does go to tab3 with second element opened.
I have done something like you describe. I used a view on the left and a tabbed pannel on the right to open the documents the user clicks on in the view. Depending on the document type a different tab opens. I use different document datasources in each tab and used session variables to determine which documents to show in the datasource. These session-variables (one for each tab) I set in the onclick event in the clickable viewcolumn. I used a partial refresh on the onclick event to update the tabbed panel and I used another session variable with the documenttype to determine which tab to show and also computed the default tab that is shown when (part of the) the page is opened/refeshed.