此页面上的脚本可能正忙,或者可能已停止响应。您可以立即停止脚本,也可以继续查看脚本是否完成。
脚本:域:7101 / portal / afr / partition / gecko / n / default / opt / d / table-ABRAMS-3160.js:208
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE html>
<f:view xmlns:f="http://java.sun.com/jsf/core" xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
<af:document title="serviceRequest.jsf" id="d1">
<af:form id="f1">
<af:pageTemplate viewId="/templates/FsvTemplate.jsf" id="pt1">
<f:facet name="Content">
<af:panelGridLayout id="pgl1">
<af:gridRow marginTop="5px" height="auto" id="gr1">
<af:gridCell marginStart="5px" width="auto" id="gc1">
<af:panelTabbed id="pt2">
<af:showDetailItem text="Service Request Search" id="sdi1">
<af:outputText value="service request search" id="ot2"/>
</af:showDetailItem>
<af:showDetailItem text="Service Request Header" id="sdi2" disclosed="true">
<af:outputText value="Search" id="ot1"/>
</af:showDetailItem>
<af:showDetailItem text="Lines and Tasks" id="sdi3" disabled="true"/>
<af:showDetailItem text="Assignment and Scheduling" id="sdi4" disabled="true"/>
</af:panelTabbed>
</af:gridCell>
</af:gridRow>
</af:panelGridLayout>
</f:facet>
</af:pageTemplate>
</af:form>
</af:document>
</f:view>
我该如何处理这个问题? 感谢
答案 0 :(得分:0)
我得到了答案。感谢 Kyle.Thomas 在https://community.oracle.com/thread/3527282?start=0&tstart=0
上发布了他的答案当我拥有:
时,它似乎只是一个问题<af:panelTabbed id="pt1">
中的
<af:panelGridLayout id="pgl1">
<af:gridRow marginTop="5px" height="auto" id="gr1">
<af:gridCell marginStart="5px" width="auto" id="gc1">