Hello,

We attempted to control the tab selection of a tab group
as follows:

the tab group contains

<wi:group>
    <wi:styling type = "tabs"/>
        <wi:state>
            <wt:widget id="tab-state"/>
        </wi:state>
    ...
    
Our bindings include:

    <wb:value id=tab-state" path="tabState"/>
    
which refers to a value passed in from flow as follows

    var tabState = new java.lang.Integer(2); // for testing
    var bizData = {tabState: tabState};
    
This all has no effect -- it still shows the first tab.  Ideas.

Thanks,

Steve

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to