cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a way to suppress calls to modify view method?

Former Member
0 Kudos

We have a WDP application which consists of a tabstrip with multiple tabs. We find that everytime we click on a tab, all the modify view methods in the other tabs get executed, even though it is not necessary.

This adds to response time BECAUSE WDP executes on the server and there are round trips to the server!

Is there a way to suppress this?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Yew

Why dont you find out which tab has been selected and execute only the relevant set of methods for the tab selected. Check this post for code samples on how to determine the selected tab

Regards

Pran