Embedded view in tabbed table on web

Hi,

I have an embedded view placed in the 3rd tab of a tabbed table.

When i try to expand or collapse a category my web browser show me the table starting from the 1st tab.

I have already use $TableName to try to control the response from the server but without success.

Is it possible to return to the 3rd tab after refresh?

TIA

Subject: Embedded view in tabbed table on web

Is this an HTML of Java embedded view?The HTML view is of course refreshing the entire document, so it will go backto the first tab

The only way I can think of around this would be to NOT have the embedded view on the third tab, rather have it in a idden table under the main table and only made visible when you have selected the third tab, or when some developer-defined parameter in set via the URL

Subject: RE: Embedded view in tabbed table on web

Thank you for yuor prompt reply!Yes, it is an embedded HTML view.

If I follow you suggestion my users won’t be able to see the view while they don’t click on the 3rd tab (and this isn’t the best way).

I saw in names.nsf in the Person form the field $dspTTControl that is used to control the tab for R5.

It seems to me strange that there isn’t the way to control and pilot exactly the expand/collapse of embedded views in tabbed tables.

Thank you again.

Subject: Embedded view in tabbed table on web

I found the solution:

placing an iframe in the 3rd tab as follow:

page contains the embedded view and collapsing/expanding categories there’s only the iframe refresh.

Thanks again