Unable to return items on the page .jsff in Jdev 11.1.1.7 after migration form Jdev 11.1.1.5

Hi all

Previous version of Jdevloper 11 g: Jdeveloper 11.1.1.5

Current version of Jdevloper: Jdevloper 11.1.1.7

Problem: When migration usecases of Jdev 11.1.1.5 to Jdev 11.1.1.7 components .jsff are visible correctly.

Description: ADF usecases are developed using Jdev 11.1.1.5 contains .jspx, files, .jsff etc are clearly visible when we are opening in version jdev 11.1.1.5 and works very well.

But we same usecases migration higer version using jdev 11.1.1.7 we are facing some problems @ page opening of the components (.jsff or .jspx) are not displayed as the previous version jdev.

For example: form Drag and Drop VO works in page .jsff as an af:table can be quickly with the af:table structure. (Jdev 11.1.1.5)

But in Jdev 11.1.1.7 components af:table are not rendered correctly.

There all JSF libraries must be updated to the requried?

Note: we compare the source code of af: table component both are the same in both versions (Jdev 11.1.1.5 and Jdev 11.1.1.7).

Please help us.

Thank you

Kumar

Hi Timo,

Thanks for your reply.

We are created the new workspace with the new adf web application (create a new ADF Applciation in Jdevloper 11.1.1.7) works very well. but only migration usecases just this problem.

Thank you

Ajay

Tags: Java

Similar Questions

  • Error ERR-1002 unable to find item for the 'ID' element ID in the application

    Hello world

    I'm new to APEX and I came across this error for the first time. I have a page with a classic report in it, and I want to create a link to one of the columns in the report (column ID) to another page with a classic report in it. So when I click on, say, ID 118, I want to be sent to another page and don't see ID 118 information.
    After you create the link in the column, I get the error message when I run the application:

    Error ERR-1002 unable to find item for the 'ID' element ID in the application

    I tried to create a link from one report to the other before and it worked fine.

    Thank you!

    P.S. I use APEX 3.2

    Then you must create an item called ID on your page 2 (hidden make) and the link will pass the value of the ID of the line picked up on this hidden item. Now in page 2 make your report filter query on id = P2_ID or another name that you use...

    Hope this helps,
    His

  • Info session not showing all the items on the page

    Hello world

    Apex 4.2.5.00.08

    Need to check a mental health, went to check the values of session of an item on a page and only the PK element was on the list in the State of Session window.  See the list of items on the page by using the tab elements and they are all there.  Page source checked and yes they have values

    < snip >

    "" < td align= "right" >< label for= "P174_DESCRIPTION" tabindex= "999" >< a class= "option-w-help" href= "javascript:popupFieldHelp('1261598755721459294','2188531882820')" tabindex= "999" >default< /a > </ label > <table > ""

    < / snip >


    Still this hidden item is displayed in the window of session state

    < snip >

    < input type of =" hidden " name =" p_t28 " ID = " P173_COMPONENT_COUNT " " value =" 0 ">

    < / snip >


    and I don't mean tha the value is missing, but the real thing is not on the list of issues


    Thanks for your help.


    Gary


    When you inspect the session state?

    How and when are the set of values of item?

    See this current thread for what seems like the same problem: The State of Session items that are database columns

  • Delete the last item on the page with some scriptlable

    Hi @ all,

    I'm trying to solve the following problem, I hope one of you can help me:

    Import xml files into a database in InDesign (CS 5.5, Windows 7) to get a full product catalog.

    Before each product group is inserted a subheadline (separate textframe with scriptlable 'katalog_untergruppe'), but in the case of a page break, it's the last item on a page.

    Can I somehow, select these elements and remove them with a script in the InDesign document?

    I tried to do on objects on each page of counting and remove the frame if there a number higher than 40, but the number of objects is different, so sometimes necessary frameworks are deleted and some are still there.

    So I need to check if it's the last item on the page. Any ideas?

    Here my test:

    function test() {}

    for (var i = 0; i < document.allPageItems.length; i ++) {}

    If (document.allPageItems [i] .label! = "") {}

    PAGESTART

    If (document.allPageItems [i] .label == 'katalog_untergruppe') {}

    var n = 1;

    While (document.allPageItems [i + n] .label == "") {}

    n ++ ;

    }

    if(n>40) {}

    document.allPageItems [i] .remove ();

    }

    }

    If (document.allPageItems [i] .label == 'katalog_untergruppe' & & document.allPageItems [i + 1] .label == 'pagestart') {}

    document.allPageItems [i] .remove ();

    }

    }

    }

    }

    test();

    Thanks in advance :-)

    * Rike *.

    @ Jump_Over

    This does not work either, sometimes now other executives of related texts are deleted.

    With the help of someone else in combination with yours, I have now found a working solution.

    Search for the item lowest, if it is marked "katalog_untergruppe", delete it.

    Thank you very much.

    @Hans

    Sorry for not posting a file, but I'm not allowed to.

    @all

    Here a script to work for the problem, it is perhaps useful.

    function test() {}

    for (var i = 0; i)< app.activedocument.pages.length;="" i++)="">

    currentPage var = app.activeDocument.pages [i];

    var lastpageItems;

    for (var j = 0; j)< currentpage.pageitems.length;="" j++)="">

    var currentpageItems = currentPage.pageItems [j];

    If (j == 0)

    lastpageItems = currentpageItems;

    ElseIf (currentpageItems.geometricBounds [0] > lastpageItems.geometricBounds [0])

    lastpageItems = currentpageItems;

    }

    If (lastpageItems.label is "katalog_untergruppe")

    lastpageItems.remove ();

    }

    }

    test();

  • Select and move items on the page...

    Hello world

    We are currently working with InDesign CS3 documents. I have to select all the items on each page and move it with 9 pts both both horizontal than vertical position. If it's a recto page movement-9 pts and if it's the back page must move + 9pts. So what I do is, try to select all items in page and do it in a group. After this should get the geometric limits of the Group and move it in 9 pts. I got an error when doing my selection in the group. Find the script below

    //------------------------------------

    var doc = app.activeDocument;

    var mySelection is doc.pageItems.everyItem () .select ();.

    var myGroup = doc.groups.add (mySelection);

    //------------------------------------

    can anyone give in this help me. Also suggest me if there is a better way to do it.

    Concerning

    Indana

    Try this:

    var dx = 9, u = 'pt';
    
    Object.prototype.offsetX = function()
         {
         if (this.parent.constructor != Page) return;
         var sgn = 1 - 2*(this.parent.documentOffset%2);
         this.move(undefined,['' + sgn*dx + u,0]);
         }
    
    var items = app.activeDocument.pageItems.everyItem().getElements();
    var obj;
    while(obj=items.pop()) obj.offsetX();
    

    Marc

  • Not all the items on the Page appear in the window Session

    Version 4.2.5.00.08

    Hello

    I have a page with elements of Page 48, and when I click on the Session icon in the bar than 37 see the same developer when lines is set to 5000 and the view is defined on Page elements and I click on the Set button.

    I tried another page with Page 37 items and only 17 show in the window Session.

    I checked in Firefox version 39.0 and IE 11.0.9600.17914

    Anyone know how to do to have ALL elements of the Page view?

    Can what information I provide?

    Thank you

    Joe

    Hey Joe,

    This previous discussion may help you: Re: popup for Session State

    Thank you

    Erick

  • How to lock the top items on the page?

    Hello world

    I am a new user (in trial version) to Muse and despite the fact that I did the tutorial, I can't locked on the top of the page items where users scroll as in this page: Menu | Katie Bakery Café (Logo Katies + Menu and the second part also locked lunch/dinner...)

    Could you explain to me how can I do?

    I think the real problem is that I do not understand the difference between the top of the Page / header and the bottom of the page / footer...

    Could you explain that?

    Many thanks in advance and sorry for the misspelling: I'm just French

    Place an object where you want and PIN in this position by selecting its relative position in the band of higher order:

  • How to set the time to refresh the page items when the Page is loaded

    Hi all

    When my pages load, some hidden page items are displayed, and when the page load they are hidden again. Is it possible to keep hidden without this time to refresh?

    Thank you

    Bsalvador

    bsalvador wrote:

    You know the syntax of css to hide the label too?

    #P1_ITEM_X, label[for="P1_ITEM_X"],
    #P1_ITEM_Y, label[for="P1_ITEM_Y"],
    #P1_ITEM_Z, label[for="P1_ITEM_Z"] {
      display: none;
    } 
    

    However this will not affect the underlying layout grid, which still affects the appearance of the page. If possible you can put the items in question in separate regions [sub] and show/hide those, rather than the individual elements.

    Post edited by: fac586

  • Page calculation not return value to the page

    I'm trying to get a calculation of page to work in the rendering phase...
    I've implemented the calculation according to the region, and I want it to run whenever someone adds a detail line on the form. This is a query that returns a single value:

    Select nvl (sum (inv_det_amount), 0) in the invoice_details where inv_id =: P320_INV_ID;

    The query works fine under workshop/SQL SQL commands, but does not occur on the page.

    I have the page element declared as 'source' to a column of data.
    What might be missing?

    The Page element contains the correct calculation, but it is not displayed on the screen.

    Published by: V Rickert on May 15, 2013 15:39

    Hello

    >
    I have the page element declared as 'source' to a column of data.
    >

    What is a parameter for Source used?

    If it's still, by replacing the value that exists in the session state, then that could explain it.

    This means first of all, you do your calculation or procesess, and after that to read data in the element.
    And gets what you read database element.

    Kind regards
    Aljaz

  • Highlight current menu item, which the page is displayed in an iFrame

    Greetings,

    Looking for the Holy Grail here...

    If the parent page has static menu and an iframe that loads in specific pages as long as the user clicks on the menu items (which are the li ul tags).

    I would like to be able to highlight a menu item based on the contents of the page displayed in an iframe. It seems to be pretty hard to do for this style of page loading using the iframe method. I know that it would be easier to php, but I cannot use the iframe (long story).

    When page 1 is displayed in the iframe, I would like to be highlighted in the menu item.

    I hope that the answer is here somewhere as iframe has always existed. If you do not want to see my code, I'm happy to provide it.

    Thank you!

    Ok. In each link, you will have

    onclick = "offclass (); onclass ('linkid'); »

    Where linkid above will be the id of the link on which you turn. the offclass () will be empty and placed before the onclass because we do all disable them first on the rise in the javascript. Edit the script for this...

    Then add you a new line under the function offclass for each of your 34 links. It will be a long list, but he will need only be done once in the script. All the links themselves will have the same code with just the id of the onclass being changed.

  • Pass values of the item to the page with 'No URL Access'

    I have a request of "high security" where I try to limit the information passed around in the URL so I have several pages with branches of the 'branch to the page' where the target page access protection is set to "no access URL".

    However, I still need to set multiple values page element in the target page (the one I am connexiona step).

    Thinking about how to do what I thought of two ways to get this data to the target page.
    First way:
    (a) set up several calculations in the source page that calculates the values of the element in the target page and subordinate these calculations on a button application.
    (b) set up my 'on page' management on the source with the same request conditional button.

    Second way:
    (a) put in place target with a process of pl/sql page that defines the page elements
    APEX_UTIL. SET_SESSION_STATE('P31_SSN',:P40_SSN); -P31 is the target page
    do the same for all elements on the page. The process of subjecting to press the button.
    (b) implemented the same 'page' branch on the source with the same conditional key.

    Pro or con either of these approaches? Is there a different approach? I'm IMPOSSIBLE in any case implement a branch to URL with the item values in the URL as I don't want sensitive data columns in newspapers. I know that set_session_state can have interesting interactions with variable bind where they may not be, but I see no problem with my test pages...

    It doesn't matter what technique lets you define the session state - do what is easier. Call for apex_util.set_session_state is the same as make an assignment, for example,.

    APEX_UTIL. SET_SESSION_STATE('P31_SSN',:P40_SSN);

    .. .is equivalent to

    : P31_SSN: =: P40_SSN;

    Calculations are the same thing.

    Application parts are not broader than the elements on the page regarding the scope of application; any point in the session state can be referenced by any element of the request. Application parts are no rendering/display properties or association of specific page.

    Scott

  • URL - separated by commas contains a list of values to assign items to the page '&amp; '.

    I want to pass values to the page elements in a URL which includes this symbol '& '.

    example: ...f?p=209:1:::p1_ind:aerospace%20%26%20defense
    expects that AEROSPACE & DEFENSE would be passed to the element P1_IND to Page 1 of application 209
    the page is a select and display in the selection list value is AEROSPACE & DEFENSE
    This URL causes an error - mod_plsql: / pls/eds/f HTTP - 400 Missing '=' in query string or post the form (from firefox)... (IE returns a HTTP 400 .but you can find the mod_plsql error in the Apache error_log)

    If I run the same URL as above, but this time modify the P1_IND page to display text element (special escape characters, does not save the State)
    the URL successfully calls the page and displays the value in the element P1_IND - AEROSPACE & amp; DEFENCE (without the space between the & amp...) I could not determine how to get the word combined to make here)

    Once more with the same URL, but this time the page P1_IND element set to display text (does not save the State)
    the URL successfully calls the page and displays the value in the element P1_IND - AEROSPACE & DEFENSE

    QUESTION: How to pass a value to a page element 'list of selection' in a URL when the page element includes an ampersand?
    .. .and what is the relevance of the mod_plsql error... /f HTTP - 400 Missing '=' in query string or form post

    The Solution is to use the spaces (%20) instead of 26%

  • The Menu items in the page header do not work

    When Web pages have "menus" in the head like on your page using Firefox, I can't access it. for example today I signed I can't disconnect. This also occurs on the page of Lloyds bank Sainsbury shopping page and also

    The extension of the Yahoo! toolbar reported that causes this problem. Disable or uninstall this add-on.

       * https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes
    
  • Move a selection of items on the page

    I have a rectangle is selected. I want to run a script that simply sets the coordinates X and Y of the rectangle, in other words, out of the place where it is currently stuck on this page to another location specified by the script (on this page). I tried the following, but nothing happens:

    App.Selection [0] .geometricBounds [1] = 2.0;

    App.Selection [0] .geometricBounds [2] = 7.0;

    My page size is standard 8-1/2 "x 11".

    Also later, I need to copy this object and place the copy somewhere else on the page. I am new to scripting, the pointers to get started me would be greatly appreciated. Thank you!

    App.Selection [0] .geometricBounds [1] = 2.0;

    The real problem here is that, once you dereference element [1] table geometricBounds, it loses its connection to the DOM and you want to set just an anonymous array to 2.0 element. You must set all geometricBounds only once, as was illustrated in a solution of Jongware.

    Now, what should I do if I have a collection of objects that is selected? How to find the center of this collection? What I have to loop through all the objects and keep track of the minimum and maximum x and Y? I want to spend the entire collection to a new X and Y from the center of the collection.

    Objects are on different layers, so I can't group without losing the distinctions of layer.

    Yes, you must do it manually.

    You can loop through them and follow their minimum details.

    You can also duplicate, group them and follow the Group (maybe will interrupt the text wrap).

  • How to change the spacing between list items in the Pages?

    I've implemented some spacing after each paragraph to control the distance between the point and the next title.

    When using lists, this translates a lot of space between each element of the list (#2 Alpha). What I want is a list like #2 Bravo, but without having to change the spacing of each element. I could make a new style specifically for lists (with a spacing of '0'), but this will result in my next title hugging my list.

    Is it possible to Pages (and Keynote) to get this result? Or should I stay with placing a hard 'return' after my list?

    Hope it makes sense

    Thnx!

    I'm using Pages 5.6.1

    Give your title a larger spacing before the paragraph .

    Peter

Maybe you are looking for

  • Block outbound connections

    Hello, I want to know how to block outbound connections on my macbook 12 using MacOs Sierra. In the firewall, I have found that I can block incomming connections. I missed an option? How can I do Terminal form?

  • CP6015: cp6015

    The printer CP6015 stop printing when the fuser unit reaches its end of life suggested 100,000 copies or wil the machine continues to run with the message "change the fuser unit?

  • bookmarks.HTML makes very differently in FireFox 4

    For years, I have been using and loving Firefox (including 4.0). For years, I have also exported my bookmarks on Firefox and use the file bookmarks.html as my home page. Now, Firefox 4 restores the file bookmarks.html very differently from previous v

  • Blank page has no page number after the conversion of Pages 4.3 to 5.6

    I have a big document v4.3 Pages ' 09 running on a Mac in the Mavericks. I sent a copy to another Mac running El Capitan and opened it in Pages 5.6.1. After correcting some formatting issues I just on a blank page at the beginning of a section, and t

  • How to stop my Mac Safari

    We recently bought a MacBook Air and already had an iMac.  Whenever my daughter uses his MacBook Air an additional icon "Safari from Mac" appears on the screen of the iMac and vice versa.  That is why we each see the other is looking at.  Not good.