NetTalk Central

Author Topic: Multi-tab - GSV/SSV overloaded methods not working.  (Read 2956 times)

CaseyR

  • Sr. Member
  • ****
  • Posts: 448
    • View Profile
    • Email
Multi-tab - GSV/SSV overloaded methods not working.
« on: May 09, 2015, 07:09:24 PM »
Hi, Bruce

My understanding is that the GSV/SSV (and their parent methods) are overloaded and if the picture and tabID are left out of the method parameters they simply use the current browser tab.   With Multi-tab support turned on that doesn't appear to be case.  Demo's in attached web1 example.

In the MailBoxForm Validate All embed:

  p_web.SSV('TestName','Success')
  p_web._Trace('Added: '&p_web.GSV('TestName'))

With Multi-tab support turned off,  debug view shows the new sessionvalue  as expected.    Turned on,  it shows a blank return.    All done in a single browser tab.

Have I misunderstood how these methods work in multi-tab?

[attachment deleted by admin]

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Multi-tab - GSV/SSV overloaded methods not working.
« Reply #1 on: May 11, 2015, 05:40:40 AM »
You understanding is correct. There was a bug in the passing of p_TabId from GSV to GetSessonValue. Fixed for 8.48

cheers
Bruce