gpt4 book ai didi

java - <丰富:popupPanel buttons not working in JSF Project

转载 作者:太空宇宙 更新时间:2023-11-04 06:49:53 25 4
gpt4 key购买 nike

在我的 JSF+Spring 项目中,我尝试添加表单并从弹出窗口获取值。但是当单击按钮时,没有调试点转到相关 Controller 并且功能也不起作用。这里显示了我的 .xhtml 文件

请引用并建议我解决这个问题

谢谢大家...

    <h:outputLink value="#" id="ll">
<rich:componentControl event="click" operation="show" target="lp">
<a4j:param name="event" value="event" noEscape="true" />
<rich:hashParam>
<a4j:param noEscape="true" name="top" value="200" />
<a4j:param noEscape="true" name="left" value="200" />
</rich:hashParam>
</rich:componentControl>
Tag SAM
</h:outputLink>
<rich:popupPanel id="lp" modal="false" height="300" width="500" autosized="false" resizeable="true">

<f:facet name="header">
<h:outputText value="SAM Selector" />
</f:facet>

<a4j:commandButton value="Load SAM" action="#{pOSController.loadSamPosTagging()}" render=" #{rich:clientId('dataTableSamView')}" />
<a4j:commandButton value="Save Tagging" action="#{pOSController.saveSamPosTagging()}" render=" #{rich:clientId('dataTableSamView')}" />

<rich:dataTable style="width:80%;" rows="10" value="#{pOSController.selectedSamBeans}" var="samView" id="dataTableSamView">

<rich:column style="height:25px;">
<f:facet name="header" />
<h:selectBooleanCheckbox value="#{samView.selected}">
<f:selectItem itemValue="true" itemLabel="" />
<a4j:ajax immediate="true" execute="@this" />
</h:selectBooleanCheckbox>
</rich:column>

<rich:column>
<f:facet name="header">SAM UID</f:facet>
<h:outputText value="#{samView.samUid}" />
</rich:column>

<rich:column>
<f:facet name="header">SAM DID</f:facet>
<h:outputText value="#{samView.samDid}" />
</rich:column>

<rich:column>
<f:facet name="header">Expire Date</f:facet>
<h:outputText value="#{samView.expireDate}" />
</rich:column>

<rich:column>
<f:facet name="header">Status</f:facet>
<h:outputText value="#{samView.status}" />
</rich:column>
</rich:dataTable>
<h:outputLink onclick="#{rich:component('lp')}.hide(event); return false;" value="#">SAM Tag</h:outputLink>
</rich:popupPanel>
<!-- ###################################################### Custom POPUP_PANEL ################################################################ -->
</rich:column>
</rich:dataTable>

请引用我在github中添加的代码的链接 GITHUB LINK - Click here

最佳答案

@VasilLukach 谢谢。

问题出在我的父页面的数据表上。我与它们分开添加了弹出窗口。

关于java - <丰富:popupPanel buttons not working in JSF Project,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23465270/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com