We've recently installed CE 7.1 The main goal we want to achieve here is a tab based application that passes a single value (such as article number) and then launches the component or model in each tab when the tab is clicked on.
Currently, i'm able to pass values to the tabstrip either all at one time or clicking on a button inside the tab. Running the components all at one time isn't desirable as this will result in longer runtimes than desirable as the user may only be concerned with information in one or two tabs. The button action inside a tab isn't great either as the user requires two clicks for each action (one to open the tab and then one to run the component). Any ideas?
Cheers