ADF LOV not showing

We have discovered an issue with a deploy of an ADF/JHeadstart application in a citrix access gateway. It seems that the context-root of a runtime javascript 'scriptEval10_1_3_4_0.js' is missing. The contex-root before this call is visible and seems to work.
This javascript is part of a call of opening a LOV window, discovered with JMater. The request to the database is not performed.
Ideas to solve this?
Thanks in advance,
Erwin
Some additional info: jdeveloper version 10.1.3.4
Within the Citrix Access Gateway the prebuild javascript could not be found and generated.
The Url of the SRC should  be prefixed with the CAG refererence.
The src for the javascript should be /cvps/agagaeagwerwfa/SCAD/adf/jsLibs/ScriptEval10_1_3_4_0.js
So how to change the generated javascript references within the jpsx file?
<body id="body" onunload="_checkUnload(event)" onload="_checkLoad(event)">
<script src="/SCAD/adf/jsLibs/ScriptEval10_1_3_4_0.js">
<html><body><b>Http/1.1 Object Not Found</b></body> </html>
</script>
Outside the Citrix Access Gateway, the javascript is found and working properly
<body id="body" onunload="_checkUnload(event)" onload="_checkLoad(event)">
<script src="/SCAD/adf/jsLibs/ScriptEval10_1_3_4_0.js">
if(!_pprBackRestoreInlineScripts)
var iFrameElement=document.getElementById("_pprIFrame");
if(iFrameElement!=null)
var code=
_getCommentedScript(iFrameElement.contentWindow.document,"_pprScripts");
if(code==null)
code=_getCommentedScript(document,"_pprScripts");
if(code!=null)
_eval(window,code);
else
var saveScriptElement=_getElementById(document,"_pprSaveScript");
if(saveScriptElement!=null&&saveScriptElement.value!="")
_eval(window,saveScriptElement.value);
_pprBackRestoreInlineScripts=false;
</script>
Perhaps the soucecode of adf-faces-impl.jar could provide a better understanding of the insight process..

Erwin,
This seems an ADFissue unrelated to JHeadstart.
Can you build a sample ADF app without Jheadstart and a model-based LOV, and see whether the problem reproduces?
If so, please contact Oracle Support to log a SR/bug.
Thanks,
Steven Davelaar,
JHeadstart Team.

Similar Messages

  • ADF Query not showing correct search results.

    Hi,
    I am using normal ADF af:query to search data using a VO Criteria.
    We have modified the getter of searched column in VORowImpl java class to return values based on NLSID search from cache.
    Logic in getter:
    If for a column_name nlsid is present then show data as the value of nlsid.
    Suppose Initially:
    column_name = "Column1"
    column_name_nlsid="Column1_nlsid"
    column_name_nlsid_value="Column1_nlsid_value"
    The table will show:
    column_name: "Column1_nlsid_value"
    if we search "Column1" as column_name, The Search will also show:
    column_name: "Column1_nlsid_value"
    in results
    But,
    If we modify the nlsid value as:
    column_name_nlsid_value="Column1_nlsid_value_MODIFIED"
    Then
    The table will show:
    column_name: "Column1_nlsid_value_MODIFIED"
    if we search "MODIFIED" in column_name, The Search will NOT show any results
    So, it seems to me that the af:query search always searches upon the values derived from InternalAttribute values.
    What can i do to over-ride such behaviour , so that the search also takes the data from modified getters.

    Try posting in Jdeveloper Forum JDeveloper and ADF which has more audience

  • Calendar Lov not showing in custom forms on EBS 12.1.1

    Hi,
    Previously i worked on Oracle Forms 6i but at present i am working on Forms 10g (Forms [32 Bit] Version 10.1.2.0.2 (Production)) with no patch.
    I build the custom forms and compile that in custom top on EBS 12.1.1 but the calendar lov is not showing.
    Build Step.
    Used TEMPLATE.fmb for scratch.
    Field name -Order date, Item Type- TextItem, SubclassInformation- TEXT_ITEM_DATE, DataType-Datetime, FormatMask -DD-MON-YYYY HH24:MI:SS,
    List Of Values- ENABLE_LIST_LAMP, Validate Form List- No
    Add 'KEY-LISTVAL' trigger in ORDER_DATE field and write 'calendar.show;' Trigger text but it's not working.
    If Above steps apply on forms-6i then calendar lov populated on EBS 11.5.10.2.
    I know this is very old topic and found lots of post for this topic but none of them help me.
    Could any one help me if anything i missed for Forms-10g with EBS12.1.1 ?
    Thanks in advance.

    Hi Srini,
    Thanks for your reply.
    You can see i followed the all the above steps as mentioned in the article.
    But still it's not working.
    If you implemented the Calendar LOV in EBS12.1.1 through forms 10g then please give me your steps.
    AS per my understanding the below is the required steps.
    1. Item Type - Text Item
    2. Subclass Information - TEXT_ITEM_DATE
    3. Data Type - Datetime or Date
    4. List of Values - Enable_List_Lamp
    5.Add key-LISTVAL trigger and written calendar.show;
    Thanks
    Edited by: user10977928 on Aug 6, 2012 1:25 AM

  • ADF Portlets not showing up

    Hello ,
    I am using Oracle AS 10.1.2 , Oracle Portal 10.1.4 , JDeveloper 10.1.3.3 installed on a Linux box.
    I have also downloaded and run the ADF Runtime Installer JAR file in the box.
    But, when I try to deploy an ADF screen as a JSR 168 portlet it is not showing up as a portlet and is throwing an "500 Internal Server Error". Any ideas ! !
    Although , when I try to run the same portlet in my JDeveloper Webcenter pre-configured OC4J it works fine.
    Please let me know if anyone has found a solution to the above problem.
    Best Regards.

    If its a caching issue, which caches did you try to flush?
    Or can you create a JSP , deploy it to the app servers with the following code
    <%@ page import="com.bea.p13n.cache.* "%>
    <%@ page import="java.util.* "%>
    <%
    String[] cachenames = CacheFactory.getCacheNames();
    for (int i = 0; i<cachenames.length; i++)
    String curCacheName = cachenames;
    CacheFactory.flush(curCacheName);
    %>
    and access this JSP and see if it solves your problem
    If it doesnt solve your problem, do you have personalized desktops for each user or something?
    regards
    deepak

  • R12 Invoice Concurrent LOV not showing any Invoice after upgrade from 11i

    Hi All,
    We had 11i instance and then we upgraded to 12i.
    Now one seeded program named "Invoice Print Selected Invoices" has a parameter called "Transaction Number Low"
    , having LOV AR_RAXINV_TRX_NUMBER ,
    does not show any record in R12.
    When i opened LOV i could see following tables:
    1. RA_CUSTOMER_TRX
    2. RA_CUST_TRX_TYPES
    3.AR_LOOKUPS L1
    We are using this value set for one of our custom object too.
    I was wondering if it is not pulling any data for seeded how it could it pull for custom objects.
    I am a newbie in R12.
    Any one has any idea why is it so , i can speed up my work and learn from your experties.
    Thanks,
    Swapnesh Parmar

    Hi
    Did you get the above sorted ? how ?
    I have a similar problem with Selected Invoice Print where the Transaction Type parameter lov doesn't show any values. The seeded value set uses ra_cust_trx_types which (in R12) is a synonym for ra_cust_trx_types_all.
    There is data on ra_cust_trx_types_all.
    Pam

  • LOV not showing in Discoverer viewer

    Hello friends,
    I can able to see the LOV in Discoverer Desktop but same LOV not able to see thru Discoverer viewer.
    Please help me.
    Thanks,
    MAran

    Hi
    Did Russ' posting resolve the issue or is it still there? If it's still there please be a little more specific so that we can find the answer for you. For example, how many items are in the list in Desktop? How many items appear in Viewer? Is it some items or none, in other words is there simply no list of values at all? Finally, which version of Discoverer are you using?
    Best wishes
    Michael

  • ADF Popup not showing at fragment load

    Hi,
    I am calling a bean method in getter of command link at the load by binding it to a command link defined in bean, so when this fragment is called from other fragment then
    in this method i m doing some checks ,and based on particular condition i have popup.show but it doesnt show the popup and code is not raising any exception.
        public RichCommandLink getC1() {
            populatedata();
            return c1;
      Now in populatedata ,I have popup shown for some conditions but when fragment is getting called for first time it doesnt show the popup ,but same populatedata is called from button on the fragment 
      so when i click on button ,this popup is shown properly.
    So as I understand first time getC1 gets fired when fragment was getting loaded ,so how to make sure popup is displayed during that ..
    public void populatedata()
    if ....
                        System.out.println("showing popup");                   
                       RichPopup.PopupHints p2 = new RichPopup.PopupHints();                   
                         p1.show(p2);
                        System.out.println("after showing popup");
    In logs i see both system out messages , can you guys suggest me how to get this popup displayed when fragment loading for first time and getter for c1 is getting fired.
    Jdeveloper version :11.1.2.3.0
    Regards,

    Hi,
    have you debugged the method call to prove that it is called at all? Instead of a component binding as a trigger, can you try a value property e.g. on a hidden output text component?
    Since you are on JDeveloper 11g R2, the use of JSF 2 system events also becomes possible. The system event would be added to a component on the fragment (e.g. the fragment root layout container) and then listen for the render pre-render phase.
    see: http://www.oracle.com/technetwork/developer-tools/adf/learnmore/108-triggerpopupinregion-1994836.pdf
    Frank

  • Oracle ADF - LOV not working

    Hi All,
    I created an LOV on an attribute in one of my View Objects. I can see and use the LOV when I run the oracle adf component browser, but when I apply the attribute to a jspx page the drop down is not appearing. I am just getting the first value in the list. I can see that the field is tied to the LOV in the model and I am using inputComboListOfValues as the control. I have done this loads of times before, but for whatever reason I cannot get this to work.
    I don't understand what I am missing. What is strange is that when I drag the field over onto the page it even knows that it should be an LOV. I have compared it to other apps and the LOV in the page def and in the page source appear to be the same. When I run the app it just outputs on the page like it is a read-only input box?
    The inputComboListing on the page:
            <af:inputComboboxListOfValues id="emplidId"
                                          popupTitle="Search and Select: #{bindings.Emplid.hints.label}"
                                          value="#{bindings.Emplid.inputValue}"
                                          label="#{bindings.Emplid.hints.label}"
                                          model="#{bindings.Emplid.listOfValuesModel}"
                                          required="#{bindings.Emplid.hints.mandatory}"
                                          columns="#{bindings.Emplid.hints.displayWidth}"
                                          shortDesc="#{bindings.Emplid.hints.tooltip}">
              <f:validator binding="#{bindings.Emplid.validator}"/>
            </af:inputComboboxListOfValues>What could be happening on the page that is not allowing the drop down to work? Works fine in the oracle adf component browser?
    Thanks,
    S

    Basically when trying to download oracle 9i pesonal also have the same problem. The download speed can be up to 7-9 KBps. up to some extent I will be automatically reset by the server and we need to download again and reset and doenload and reset and download. :))))))
    Br
    -Khamal-

  • Radio LOV not showing the retrieved value

    I have a radio button with 3 options: STATIC2:One;1,Two;2,Three;3
    On "load after header", I run a retrieve that populates all the fields on the screen, including this field. The session state has this correct value but the radio button that matches the value does not get "selected". (So the session state value is 3, but no radio is marked.)
    I changed it to a select list and chose option TWO. After I save, the DB gets the correct value, and when I reload the page, the session state also has the value 2, but the select list still shows ONE
    How do I make the correct radio button/select list item get marked when the data is loaded? I've tried every combination of Source that I can think of (always load, only load when null, static assignment, DB column, etc... nothing works).
    If I change it to a text field, it does show the right value from the DB.
    (APEX 3.1.1 Oracle 10g)

    It still doesn't work with those settings. In debug, it shows that the "value" is 2 but the select list will only show the first item in the list (in this case it's 1). I can't think why this would be occurring, is there some other setting that one can change to make select lists show properly (no select lists in tabular forms will show properly either, but I figured that was related to the tabular form, not to the select list)
    ETA: I think it might have something to do with the column originally being a char, instead of a number. I changed the column datatype and made a dynamic lov based on this and it works now.
    Edited by: mimi_jones on Apr 5, 2010 5:37 AM

  • ADF values not showing in inventory

    I have a couple administrator defined fields (ADF) that seemed to be populated on the workstation (shown in %ZENWORKS_HOME%\work\inventory\*-cdflast.xml) but they do not appear in the Zenworks inventory report. Why would that be?
    (ZCM agent v11.2.4)

    Must I have "Launch Collection Data Form" checked in Inventory/Scan Now to get ADF into the inventory?

  • Layout LOV not showing

    hi,
    i m aon 12.1.3 , i made create employee document with integrated create employee layout but i want to change layout but unable because when i create document it shows integrator>viewer>content?review skip the layout how can i do that for assignment detail ? is it needed to create new document of assignment.
    Thanks

    Hi
    Your requirement is not clr can you ellobarate your requirement. So that some one can help you out.
    Thanks,
    Joshna.

  • LOV does not show newly added data in the same session

    Hi guys,
    I work with JDeveloper 11g Release 2. We use Oracle ADF to develop our web app.
    In a page we have a LOV (say the page name is "a"). The related data for that LOV is inserted to the db in another page ( say the page name is "b").
    When new data is added in the page "b" and goes directly to the page "a" the LOV does not show newly added data. But if the user log out and log in again
    LOV shows newly added data correctly.
    Is there a way to show the newly added data in the same session without logging out? Please help.
    Regards !
    Sameera.

    Add the following method in your ViewRowImpl base class:
    public void refreshLOVAccessorQueries() {
        List lovs = getViewDef().getListBindingDefs();
         if (lovs != null) {
             for (Object obj : lovs) {
                getListBindingRSI((ListBindingDef)obj).getRowSet().executeQuery();
                 ListBindingDef lbd = (ListBindingDef)obj;
    Export that method to the Row Client interface, add him to the pageDef, and invoke in the executables section of the pageDef:
        <executables>
    <invokeAction Binds="refreshLOVAccessorQueries" id="callRefreshLOVs"
    RefreshCondition="#{!requestContext.postback and empty bindings.exceptionList}"/>
       </executables>

  • ADF Select one Choice not showing Required

    Hello,
    I have a simple ADF page that I have dragged an "ADF Select one choice" field onto. It has an LOV tied to it. I have set the field as required and given a required message to show. The issue is that the field does not show as required when i save the recrod.. and it also does not show any message or turn red. I was able to save the record tgo the database with out the field being filled in.... i assumed since I set the field to required in the property inspector it would not let it store an empty field.
    When I changed this field to an input combo box list of vlaues then it behaved as expected.
    Is this a bug with Jdeveloper ... or just a bug with the developer ( me ) :) .
    I am using 11.1.1.3.o version.
    Thanks for any help in advance.

    Seems to work fine here:
    http://jdevadf.oracle.com/adf-richclient-demo/components/selectOneChoice.jspx
    (change the required properties on the right and click update)
    You can click the view page source to see the code used for that page.

  • Cycle Count Entries Form not showing specific employee name in "Counted By" LOV List

    Cycle Count Entries Form not showing specific employee name in "Counted By" LOV List.But the Employee is active . Is there any setup for this activity?

    Hi,
    This is because the query is excluding the current site you are trying to modify since it is actually in the report.
    You can include in your query:
    or site_id = :Pxx_SITE_ID
    Where Pxx_SITE_ID is the item holding the site_id value and xx is your page number.
    Thank you,
    Erick

  • ADF region does not show

    Hi,
    I have a jsff page that I want to add a region (via bounded task flow & corresponding jsff file).
    When I add an existing task flow (that appears as region in another page) everything works fine.
    However, when I add a newly created task flow, if does not show anything when the app runs. However, it shows fine in the JDev preview.
    After having done this many times, I believe that the newly created task flow is fine (analogous to the existing one that works).
    Any idea what can be wrong?
    I am using JDeveloper 11,1,1,6.0

    Yes I do have a default activity.
    The issue tuned out to be about permissions and authentication. We just added ADF authentication; thus you have to added permissions to view these newly created resources (taskflows).
    Given that this was the first tasfklow that was added after adding ADF authentication, we overlooked this.

Maybe you are looking for

  • Air application full screen error in Mac OSX 10.7 Lion

    Hi    We have an air application built using Flash Builder 4.5 with 4.5 SDK.    The air application no problem to run on Windows and Mac OSX 10.6 Snow Leapard. However it has full screen issue on Mac OSX 10.7 Lion. When change to full screen mode, th

  • Formula to always calculate first week of next month

    Can you please give me pointers regarding the following problem: A System generated report that I want to be able to e-mail (no manual parameter selection involved!) .  New Customers that have a start date the first week of the following month. Using

  • Hide filters and graphs

    Hi,     I have added filters through filter pane in BI 7 Web Application Designer. Now I have added a FILTER  button on the WAD. While clicking on this button, it should hide all the filters . Once again, if we click on Filter button , it should disp

  • OCR search in scanned PDF files

    Hi, i have some PDF files created by scanning using Adobe 5.0 ME with Arabic support. when i did OCR in those documents, English search is OK and Arabic is not OK. Also when i copy paste Arabcic text, it shows junk characters. if any one have same su

  • Any Simplifiede Script to Backup Oracle XE Database

    I need a script to backup XE Database i.e that script should put all the resultant backup filse at a specified location Similarly Restore script which should restore from those files.