0
我有2個複選框和相應的2個可摺疊面板。 我想實現下面提到的驗證: 如果我選中複選框,那麼我應該可以展開相應的可摺疊面板。根據複選框選擇展開富文本:collapsiblePanel
下面是我試過的,但它給我...更新=「HbR,Igl」由MetaTagHandler未處理類型爲org.ajax4jsf.component.behavior.AjaxBehavior在eclipse控制檯中出現此錯誤。
</tr>
</table>
</rich:collapsiblePanel>
<rich:collapsiblePanel id="Igl" style="height: 100%; resize:auto;"
align="center" header="File Selection For Igloo"
switchType="client" >
<table id="nameTable1">
<tr>
<td><h:outputText value="Please Provide a name for the plot:" /></td>
</tr>
</table>`enter code here`
</rich:collapsiblePanel>
</h:panelGroup>
</rich:panel>
如何實現此驗證請指點。