0

没有将我的 xe:applicationLayout 放在名为 panelAll 的面板中或进行完全更新,有没有办法对我的 panelMainContent 面板和我的 LeftColumn 方面进行部分更新?

<?xml version="1.0" encoding="UTF-8"?>
<xp:view xmlns:xp="http://www.ibm.com/xsp/core" xmlns:xc="http://www.ibm.com/xsp/custom"
xmlns:xe="http://www.ibm.com/xsp/coreex">
<xc:DL2_AppLayout>
    <xp:panel id="panelMainContent">
        <xc:xcCustByNameView></xc:xcCustByNameView>
    </xp:panel>
    <xp:this.facets>
        <xp:panel xp:key="LeftColumn" id="panelLeftColumn">
            <xc:DL2_LeftColumnNav></xc:DL2_LeftColumnNav>
        </xp:panel>
    </xp:this.facets>
</xc:DL2_AppLayout>
</xp:view>
4

1 回答 1

4

您可以在刷新第一个组件的事件的 onComplete 中刷新第二个组件,如此处所述

于 2012-12-23T21:20:09.273 回答