Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
5368
WebTab EnableLoadOnDemandURL
posted

I am having difficulty with the WebTab EnableLoadOnDemandURL capability.

I feel pretty foolish that I can't seem to figure this out...   It seems like such a basic thing.  I feel like I am missing something fundamental about WebTab implementation... especially since this is so easy to accomplish in UltraWebTab.

I have two ContentURL tabs. 

  • Tab1 contains the URL to a data entry screen
  • Tab2 contains the URL to a "Print Friendly" version of the data entry screen.

EnableLoadOnDemandURL is set to "True".

When I click on each tab initially, I can see the content load in, and all is good.  If I then navigate back to the data entry tab, and make changes.  Then I navigate back to the "Print Friendly" tab (for a second time), the "Print Friendly" page does not reload.  I have ruled out browser caching.

The behavior I am looking for is this:  When you click the tab to navigate to the tab, the tab content URL should reload.

I thought that maybe the "EnableReloadingOnTabClick" property would give me the answer... but it only reloads the page if you click on the currently selected tab.  So, if I a currently have Tab1 selected, and then I click on Tab1, then Tab1 will reload.  However... if I currently have Tab1 selected, and I click Tab2 to navigate to it, Tab2 is not reloaded... despite the "EnableReloadingOnTabClick" value.

I know there's probably some really simple answer that will make me feel tremendously stupid, and I hope y'all can give it to me!