Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

12c Unresponsive Script (core-ABRAMS-3160.js)

Kyle.ThomasMar 6 2014 — edited Mar 6 2014

Before raising an SR I was going to see if anyone has ran into this error:

A script on this page may be busy, or it may have stopped responding. You can stop the script now, or you can continue to see if the script will complete.

Script: http://127.0.0.1:7101/service/afr/partition/gecko/n/default/opt/d/core-ABRAMS-3160.js:48

When I'm on the 2nd tab and click into the first tab (Service Request Search) it throws the error above.

Code snippet:

<?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>

This post has been answered by Kyle.Thomas on Mar 6 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 3 2014
Added on Mar 6 2014
1 comment
754 views