我有一个表,其中一列包含一个文本,后跟一个go-link。 我能够显示文字和链接。但是当我点击链接时,链接的页面没有打开,而是表格正在排序。 这是我的代码。 请帮帮我。
<af:column sortProperty="#{bindings.findPartsResultList.hints.eosDate.name}"
sortable="true"
headerText=""
binding="#{pageFlowScope.RequestPartMBean.colEndOfHW}"
id="c6"
headerNoWrap="true"
noWrap="true"
width="180px !important" >
<f:facet name="header">
<af:panelGroupLayout layout="horizontal">
<af:outputText inlineStyle="font-family:Tahoma,Verdana,Helvetica,sans- serif;font-weight: bold;font-size:12px;color:#333333;display:block;width:108px" value="End of HW Support" noWrap="true"/>
<af:goLink styleClass="support-css-color-blue2" text="[?]" targetFrame="_blank" destination=""/>
</af:panelGroupLayout>
</f:facet>
</af:column>
答案 0 :(得分:0)
<af:goLink styleClass="support-css-color-blue2" text="[?]" targetFrame="_blank" destination=""/>
您在此处未提及任何目的地destination=""
?
查看此链接以获取有关go-link的更多信息 -
http://jdevadf.oracle.com/adf-richclient-demo/docs/tagdoc/af_goLink.html