cancel
Showing results for 
Search instead for 
Did you mean: 

regarding session while selecting tab

Former Member
0 Kudos

I have a web dynpro application with a tabstrip and several tabs. In each tab there is an iFrame with a link to different urls. Everytime I select another tab, the url will be reloaded, if I get back to the tab I was before.

For example in tab1 I have a link to google and search for "test".

Then I go to tab2, where there is also a link to google. There I search for hello.

When I go back to tab1 the startpage of google will be displayed and not the search results, which I will see.

How can I fix the problem? I think, the problem has something to do with the event, when I select a tab?!

Thanks.

Claudia

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

But I need the url integration in several tabs (different links in different tabs) in a web dynpro application (one wdapplication in the portal navigation).

Is there any work around?

Thanks in advance.

Claudia

No one any idea?

Edited by: Claudia Sass on Mar 5, 2008 5:26 PM

Former Member
0 Kudos

Dear Claudia,

Did you got any solution?

Former Member
0 Kudos

no, unfortunately not.

Do you have any idea?

Former Member
0 Kudos

Forget about the IFrame, it will not work. You could try to use Portal iViews for such a scenario.

Armin

Former Member
0 Kudos

this has no effect on the problem.

Former Member
0 Kudos

Hi,

Try to generate the link in the onSelect event of the tabstrip.

Regards

Ayyapparaj