الانتقال إلى المحتوى
View in the app

A better way to browse. Learn more.

مجموعة مستخدمي أوراكل العربية

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Jbo-29114

Featured Replies

بتاريخ:

لما بحاول اضع data contol  في صفحه صفحه jsff و ال task flow  كله بعمل ك region جوه صفحه jsf  بيطلعي ال error ده

 

JBO-29114 ADFContext is not setup to process messages for this exception. Use the exception stack trace and error code to investigate the root cause of this exception. Root cause error code is JBO-25005. Error message parameters are {0=Form Binding Definition, 1=NewStart_view_pageDefs_New_BranchBoardPageDef_WEB_INF_NEW FILES_New_AirportTF_xml_New_AirportTF}
 
ADF_FACES-60097:For more information, please see the server's error log for an entry beginning with: ADF_FACES-60096:Server Exception during PPR, #1
  • الردود 32
  • المشاهدات 4.3k
  • البداية
  • اخر رد

أكثر المشاركين في هذا الموضوع

الصور المنشورة

بتاريخ:

هل صفحة jsff فيها form أو document أو view؟

بتاريخ:
  • كاتب الموضوع

عامل فيها عامل فيها panel tab
جواه panel splitter
جواه read only foarm

بتاريخ:

غير مسموح بالنسبة للـ jsff أن تحتوي أداة form

بتاريخ:
  • كاتب الموضوع

انا قصدي علي data control
عملها ADF read only form

بتاريخ:

ضع الكود هنا لأرى

بتاريخ:
  • كاتب الموضوع

 

<?xml version='1.0' encoding='UTF-8'?>

                xmlns:f="http://java.sun.com/jsf/core">

    <af:pageTemplate viewId="/oracle/templates/threeColumnTemplate.jspx" id="pt1">

        <f:facet name="center">

            <af:group id="g1">

                <af:panelSplitter id="ps1" orientation="vertical" splitterPosition="75">

                    <f:facet name="first">

                        <af:panelGroupLayout layout="scroll" id="pgl1">

                            <af:train value="#{controllerContext.currentViewPort.taskFlowContext.trainModel}" id="t1"/>

                            <af:trainButtonBar value="#{controllerContext.currentViewPort.taskFlowContext.trainModel}"

                                               id="tbb1"/>

                        </af:panelGroupLayout>

                    </f:facet>

                    <f:facet name="second">

                        <af:panelTabbed id="pt2">

                            <af:showDetailItem text="Huddle" id="sdi1">

                                <af:panelSplitter id="ps2" splitterPosition="500">

                                    <f:facet name="first">

                                        <af:panelFormLayout id="pfl1">

                                            <af:inputText value="#{bindings.Branch.inputValue}"

                                                          label="#{bindings.Branch.hints.label}"

                                                          required="#{bindings.Branch.hints.mandatory}"

                                                          columns="#{bindings.Branch.hints.displayWidth}"

                                                          maximumLength="#{bindings.Branch.hints.precision}"

                                                          shortDesc="#{bindings.Branch.hints.tooltip}" id="it1">

                                                <f:validator binding="#{bindings.Branch.validator}"/>

                                            </af:inputText>

                                            <af:inputText value="#{bindings.Agentname.inputValue}"

                                                          label="#{bindings.Agentname.hints.label}"

                                                          required="#{bindings.Agentname.hints.mandatory}"

                                                          columns="#{bindings.Agentname.hints.displayWidth}"

                                                          maximumLength="#{bindings.Agentname.hints.precision}"

                                                          shortDesc="#{bindings.Agentname.hints.tooltip}" id="it2">

                                                <f:validator binding="#{bindings.Agentname.validator}"/>

                                            </af:inputText>

                                            <af:inputText value="#{bindings.Product.inputValue}"

                                                          label="#{bindings.Product.hints.label}"

                                                          required="#{bindings.Product.hints.mandatory}"

                                                          columns="#{bindings.Product.hints.displayWidth}"

                                                          maximumLength="#{bindings.Product.hints.precision}"

                                                          shortDesc="#{bindings.Product.hints.tooltip}" id="it3">

                                                <f:validator binding="#{bindings.Product.validator}"/>

                                            </af:inputText>

                                            <af:inputText value="#{bindings.Num.inputValue}"

                                                          label="#{bindings.Num.hints.label}"

                                                          required="#{bindings.Num.hints.mandatory}"

                                                          columns="#{bindings.Num.hints.displayWidth}"

                                                          maximumLength="#{bindings.Num.hints.precision}"

                                                          shortDesc="#{bindings.Num.hints.tooltip}" id="it4">

                                                <f:validator binding="#{bindings.Num.validator}"/>

                                            </af:inputText>

                                            <af:inputText value="#{bindings.Month.inputValue}"

                                                          label="#{bindings.Month.hints.label}"

                                                          required="#{bindings.Month.hints.mandatory}"

                                                          columns="#{bindings.Month.hints.displayWidth}"

                                                          maximumLength="#{bindings.Month.hints.precision}"

                                                          shortDesc="#{bindings.Month.hints.tooltip}" id="it5">

                                                <f:validator binding="#{bindings.Month.validator}"/>

                                            </af:inputText>

                                            <f:facet name="footer">

                                                <af:panelGroupLayout layout="horizontal" id="pgl2">

                                                    <f:facet name="separator">

                                                        <af:spacer width="10" height="1" id="s1"/>

                                                    </f:facet>

                                                    <af:commandButton actionListener="#{bindings.First.execute}"

                                                                      text="First" disabled="#{!bindings.First.enabled}"

                                                                      partialSubmit="true" id="cb2"/>

                                                    <af:commandButton actionListener="#{bindings.Previous.execute}"

                                                                      text="Previous"

                                                                      disabled="#{!bindings.Previous.enabled}"

                                                                      partialSubmit="true" id="cb3"/>

                                                    <af:commandButton actionListener="#{bindings.Next.execute}"

                                                                      text="Next" disabled="#{!bindings.Next.enabled}"

                                                                      partialSubmit="true" id="cb4"/>

                                                    <af:commandButton actionListener="#{bindings.Last.execute}"

                                                                      text="Last" disabled="#{!bindings.Last.enabled}"

                                                                      partialSubmit="true" id="cb5"/>

                                                </af:panelGroupLayout>

                                            </f:facet>

                                        </af:panelFormLayout>

                                    </f:facet>

                                    <f:facet name="second"/>

                                </af:panelSplitter>

                            </af:showDetailItem>

                        </af:panelTabbed>

                    </f:facet>

                </af:panelSplitter>

            </af:group>

        </f:facet>

        <f:facet name="header"/>

        <f:facet name="branding"/>

        <f:facet name="copyright"/>

        <f:facet name="status">

            <af:commandButton text="Home" id="cb1" action="BackHome"/>

        </f:facet>

    </af:pageTemplate>

</ui:composition>

 

بتاريخ:

هذه الصفحة الرئيسية

ما أحتاجه في الواقع هو الصفحة الفرعية

بتاريخ:

أي الصفحة ذات الامتداد jsff

بتاريخ:
  • كاتب الموضوع

هي دي يا بشمهندس الصفحه ال jsff  الي انا حاطط فيها الداتا كنترول 

قصدك ايه بالصفحه الفرعية , معذرة

بتاريخ:

الصفحة الفرعية لا ينبغي أن يكون فيها template؟

احذف جزئية template

بتاريخ:

هي دي يا بشمهندس الصفحه ال jsff  الي انا حاطط فيها الداتا كنترول 

قصدك ايه بالصفحه الفرعية , معذرة

الصفحة الفرعية هي الصفحة ذات الامتداد jsff

بتاريخ:
  • كاتب الموضوع

هي دي يا بشمهنجس اختيار 

page with there column layout 

الي بيكون موجود من ضمن الخيارات لما بنعمل jsff 

الاول كان بيشتغل عادي , 

فقد حضرتك ان ده تحديث جديد او حاجه لانه الاول كان شغال و عملته قبل كده كتير بنفس الكيفية

بتاريخ:

لم أفهم

ما هو الأول الذي كان شغال؟

بتاريخ:
  • كاتب الموضوع

ما اقصده ان في مشاريع سابقه , كنت اقوم بنفس الخطوات 

1 اعمل صفحه jsff و اختار ال layout  بتاعها there column layout و كان البرنامج يشتغل عادي 

بتاريخ:

jsff لا تحتوي template

بتاريخ:
  • كاتب الموضوع

ال error  هذا كان ظهر لي لما كنت عملها 

blank page بدون templete  ايضا للاسف برده 

بتاريخ:

جرب حذف template أولاً

بتاريخ:
  • كاتب الموضوع

 

<?xml version='1.0' encoding='UTF-8'?>

                xmlns:f="http://java.sun.com/jsf/core">

  <af:panelTabbed id="pt1">

    <af:showDetailItem text="showDetailItem 1" id="sdi1">

      <af:panelFormLayout id="pfl1">

        <af:panelLabelAndMessage label="#{bindings.Branch.hints.label}" id="plam1">

          <af:outputText value="#{bindings.Branch.inputValue}" id="ot1"/>

        </af:panelLabelAndMessage>

        <af:panelLabelAndMessage label="#{bindings.Agentname.hints.label}" id="plam2">

          <af:outputText value="#{bindings.Agentname.inputValue}" id="ot2"/>

        </af:panelLabelAndMessage>

        <af:panelLabelAndMessage label="#{bindings.Product.hints.label}" id="plam3">

          <af:outputText value="#{bindings.Product.inputValue}" id="ot3"/>

        </af:panelLabelAndMessage>

        <af:panelLabelAndMessage label="#{bindings.Num.hints.label}" id="plam4">

          <af:outputText value="#{bindings.Num.inputValue}" id="ot4"/>

        </af:panelLabelAndMessage>

        <af:panelLabelAndMessage label="#{bindings.Month.hints.label}" id="plam5">

          <af:outputText value="#{bindings.Month.inputValue}" id="ot5"/>

        </af:panelLabelAndMessage>

        <f:facet name="footer">

          <af:panelGroupLayout layout="horizontal" id="pgl1">

            <f:facet name="separator">

              <af:spacer width="10" height="1" id="s1"/>

            </f:facet>

            <af:commandButton actionListener="#{bindings.First.execute}" text="First"

                              disabled="#{!bindings.First.enabled}" partialSubmit="true" id="cb1"/>

            <af:commandButton actionListener="#{bindings.Previous.execute}" text="Previous"

                              disabled="#{!bindings.Previous.enabled}" partialSubmit="true" id="cb2"/>

            <af:commandButton actionListener="#{bindings.Next.execute}" text="Next" disabled="#{!bindings.Next.enabled}"

                              partialSubmit="true" id="cb3"/>

            <af:commandButton actionListener="#{bindings.Last.execute}" text="Last" disabled="#{!bindings.Last.enabled}"

                              partialSubmit="true" id="cb4"/>

          </af:panelGroupLayout>

        </f:facet>

      </af:panelFormLayout>

    </af:showDetailItem>

  </af:panelTabbed>

</ui:composition>

 

بتاريخ:
  • كاتب الموضوع

ده الصفحه بدون tmplete  , برده المشكله لسه موجوده للاسف يا بشمهندس

بتاريخ:

حسناً احذف مكونات الصفحة وضع مكانها نص عادي لتعرف هل المشكلة في أدوات الصفحة أم ماذا

بتاريخ:
  • كاتب الموضوع

لما مسحت ال datacontrol  و عملت delete databinding  الصفحه بتشتغل عادي و بقدر اعمل navigate للصفحه الي بعديها بنفس ال taskflow 

المشكله ممكن تكون في ال datacontrol ? 

بتاريخ:

ممكن طبعاً

لذلك أقول أنه عندما تصل إلى صفحة تعمل فإبدأ بالطريق العكسي أن تضيف الأدوات واحدة واحدة إلى أن تحدث مشكلة وبالتالي تعرف السبب وتبدأ تعالجه

  • بعد 3 شهور...
بتاريخ:

السلام عليكم عندي نفس المشكله وعند الضغط عي زر Find  وبتطلعي رسالة الخطا هذة 

وانا عامل swtcher  ومستخدم فيه صفحة jsff  

 

الرجاء المساعدة

post-127623-0-63701900-1488698207_thumb.jpg

بتاريخ:

لا بد من النظر في log

انضم إلى المناقشة

يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.

زائر
أضف رد على هذا الموضوع...

برجاء الإنتباه

بإستخدامك للموقع فأنت تتعهد بالموافقة على هذه البنود: سياسة الخصوصية

Account

Navigation

البحث

إعداد إشعارات المتصفح الفورية

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.