actionRegion使我的标签消失

时间:2013-11-15 12:06:42

标签: action visualforce

问题很简单,但是,我现在无法自己回答。是否有任何解决方案可以阻止我的标签从selectRadio / selectList /中每次使用动作区域时消失?我需要使用它,因为每当其中一个无线电值发生变化时都需要字段,但是它会破坏我的设计,因为它不仅会擦除我的“标签”字段,而且还会将其位置移动到左边,就像“边缘 - 左:0“。

               <apex:pageBlockSection id="Info" title="Some Information" columns="2">
               <apex:actionRegion >
                   <apex:selectRadio id="taxType" label="Why does this disappear?" value="{!answer}">
                       <apex:selectOptions value="{!itemsAnswer}"/>
                       <apex:actionSupport event="onchange" rerender="Info" status="status"/>
                   </apex:selectRadio>                       
               </apex:actionRegion>
               <apex:outputLabel >Is the Tax paid at the same time as the Cost?</apex:outputLabel>
               </apex:pageBlockSection>

1 个答案:

答案 0 :(得分:0)

您可以尝试包装输出面板并在更改时渲染面板