NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: CaseyR on May 09, 2015, 07:09:24 PM

Title: Multi-tab - GSV/SSV overloaded methods not working.
Post by: CaseyR 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]
Title: Re: Multi-tab - GSV/SSV overloaded methods not working.
Post by: Bruce 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