Dynamic tab does not display data

11.1.1.4, JHS 11.1.1.3 JDev

I have a table with a groupLink field that opens another group in a dynamic tab. When I put in a debug output I see the underlying view for the new dynamic tab performs a query to the top the correct data, but when the tab opens, it says 'no rows found. I have a couple of other groupLinks on other pages, one of which works, one of which gives the same result as this one. They are all setup according to the instructions in the JHS Developer's guide. Any idea, that all would be appreciated.

Here's the JDev console output (lines starting with 'Debug' are my output inserted in the executeQuery method):

< BreadcrumbManager > < processBreadcrumbs > processBreadcrumbs of execution for null
< BreadcrumbManager > < loadBreadcrumbConfig > loadBreadcrumbConfig: pagePath is null
< SetCurrentRowBean > < run > call queryByKeyValue on module app with voUsage MyView1 and rowKeyValue 1028
< JhsApplicationModuleImpl > < queryByKeyValueInternal > queryByKeyValueInternal(value=1028) of execution for MyView1
< JhsApplicationModuleImpl > < queryByKeyValueInternal > queryByKeyValueInternal of execution (key = Id value = 1028) to MyView1
Debug - execute query
Debug - SQL [statement]
Debug - 1 lines found
Debug - found = 1028 line ID
Run < JhsPageLifecycle > ValidateRegion < validateRegion > to the com_pq_tracs_view_pageDefs_AccountsPageDef_WEB_INF_adfc_config_Accounts_xml_AccountsTaskFlow region
Run < JhsPageLifecycle > RefreshRegion < refreshRegion > to the page fragment current region com_pq_tracs_view_pageDefs_AccountsPageDef_WEB_INF_adfc_config_Accounts_xml_AccountsTaskFlow: / AccountsTaskFlow/accounts
< JhsApplicationModuleImpl > < applyBindParams > applyBindParams of performance for Lookup1
< JhsApplicationModuleImpl > < applyBindParams > ViewObject Lookup1: bind the values of the parameters have not changed, no. Requery performed
< JhsApplicationModuleImpl > < applyBindParams > applyBindParams of execution for Lookup2
< JhsApplicationModuleImpl > < applyBindParams > ViewObject Lookup2: bind the values of the parameters have not changed, no. Requery performed
< JhsApplicationModuleImpl > < applyBindParams > applyBindParams of execution for Lookup3
< JhsApplicationModuleImpl > < applyBindParams > no binding query parameters not passed in applyBindParams for Lookup3, do nothing
< JhsApplicationModuleImpl > < applyBindParams > applyBindParams of performance for Lookup4
< JhsApplicationModuleImpl > < applyBindParams > ViewObject Lookup4: bind the values of the parameters have not changed, no. Requery performed
< BreadcrumbManager > < processBreadcrumbs > processBreadcrumbs of execution for/AccountsTaskFlow/accounts
Common thread of < BreadcrumbStack > < add > add stack: "null" (accounts/AccountsTaskFlow /)
< BreadcrumbManager > < processBreadcrumbs > processBreadcrumbs of performance for /UIShell

Steve,

I think you hit a problem that we solved in the next version.
Can you try to replace the macros GROUP_HAS_ROW and PARENT_GROUP_HAS_ROW of common.vm with the code below?

#macro (GROUP_HAS_ROW)
# Through viewObject instead of current line directly from binding of the iter
# a query of entire table otherwise will be always performed during automatic query off!
# but we express it only self-investigation turned off, otherwise the alyout form, the
# switch element shows 'no line '!
#if ($JHS.current.group.databound) #if ($JHS.current.group.autoQuery) #ITERATOR (.currentRow)! = null #else (#ITERATOR (.viewObject)! = null and #ITERATOR (). viewObject.currentRow! = null) #else (true) #end #end #end

#macro (PARENT_GROUP_HAS_ROW)
#if ($JHS.current.group.databound & $JHS.page.group! = $JHS.current.group) #if (${JHS.current.group.parentGroup} & ${JHS.current.group.parentGroup.databound}) #if ($JHS.current.group.parentGroup.autoQuery) #PARENT_ITERATOR (.currentRow)! = null #else (#PARENT_ITERATOR (.viewObject)! = null and #PARENT_ITERATOR (). viewObject.currentRow! = null) #end # true else #end #else (true) #end #end

Steven Davelaar,
Jheadstart team.

Tags: Java

Similar Questions

  • New tab does not display some sites, but nothing.

    When I open a new tab, it does not display the usual sites, but it shows just a white screen. Only the search bars and icons are displayed. It is not also a gear in the top right.

    Hi, try this: Type Subject: config in the address bar, press ENTER, accept the warning, scroll to browser.newtab.url and make sure that 'Value' is defined Subject: newtab (click right to change, if necessary, by taking care of not to change what anyone else).

    If this is not successful or if it changes, to try Firefox Safe Mode to see if the problem goes away. Firefox Safe mode is a troubleshooting mode that temporarily disables hardware acceleration, restores some settings and disables add-ons (extensions and themes).

    If Firefox is open, you can restart Firefox Safe mode in the Help menu:

    • Click the menu button

      click Help

      then select restart with disabled modules.

    If Firefox does not work, you can start Firefox in Mode safe as follows:

    • On Windows: Hold down the SHIFT key when you open the desktop Firefox or shortcut in the start menu.
    • On Mac: Hold the option key during the startup of Firefox.
    • On Linux: Exit Firefox, go to your Terminal and run firefox-safe-mode
      (you may need to specify the installation path of Firefox for example/usr/lib/firefox)

    When the Firefox Safe Mode window appears, select "start mode safe."

    If the problem is not present in Firefox Safe Mode, your problem is probably caused by an extension, theme or hardware acceleration. Please follow the steps described in the section Troubleshooting extensions, themes and problems of hardware acceleration to resolve common Firefox problems to find the cause.

    To exit safe mode of Firefox, simply close Firefox and wait a few seconds before you open Firefox for normal use again.

    When find you what is causing your problems, please let us know. This might help others with the same problem.

  • vo.setAttribute () does not display data on page OAF after DB update

    Hello

    We try to set search field values using vo.setAttribute (). It does not work as expected when there is NO update in the DB table, but it does not display the value on the screen of the OAF when we update the table DB (call parametrisee AM method in controller-> inside the AM by calling the update procedure)

    Query for VO:

    Select t_number, t_type, c_name, t_status, org, of xx_custom_tbl

    where org =: 1

    and c_name =: 2

    and t_status = 'EMPTY '.

    attribute1 is null

    Now we have a button, to the click, it will fill with data in the field list of choices for all ranks. We have made this requirement. But we don't want duplicates in all ranks. To do this, we update the column table as "USED" attribute1 Now, for the second row, when the original Version runs, will be will not display selected data in the first row (as call to the procedure to update the column Attribute1 is done for all ranks)

    We get the code snippet below:

    In the controller:

    If (pageContext.getParameter ("submitButtonClick")! = null) {}

    Vo = OAViewObject

    (OAViewObject) am.findViewObject ("LOVVO1"); Lov inside a Table of manual search VO

    Vo1 OAViewObject =

    (OAViewObject) am.findViewObject ("TableVO1");  Table VO

    While (vo1.hasNext ()) {}

    String org = pageContext.getParameter("Org2").toString ();

    int totalRecord1 = vo1.getRowCount ();

    Row1 row = vo1.first ();

    for (int i = 0; i < totalRecord1; i ++) {}

    String C_Nm =

    (String) row1.getAttribute ("CName");

    Org = string

    (String) row1.getAttribute ("Org");

    VO. Reset();

    vo.setWhereClause (null);

    vo.setWhereClauseParams (null);

    vo.setWhereClauseParam (0, Org);

    vo.setWhereClauseParam (1, C_Nm);

    vo.executeQuery ();

    While (vo.hasNext ())

    {

    Line = vo.first ();

    String T_Type = null;

    String T_Value =

    row.getAttribute("TNumber").toString ();

    Row1.SetAttribute ("Trail_Number", T_Value);

    pageContext.writeDiagnostics (this,

    «aaaI am here.3...» T_Value ' + '.

    T_Value, 1);

    If (row.getAttribute ("TType")! = null) {}

    T_Type =

    row.getAttribute("Trail_NumberType").toString ();

    Row1.SetAttribute ("Trail_NumberType", T_Type);

    }

    }

    Serializable RestrictData [] is {org, C_Nm, T_Value};.

    am.invokeMethod ("RestrictDataLOV",

    RestrictData);

    pageContext.writeDiagnostics (this,

    "After the update of the table ' +.

    Row1. GetAttribute ("Trail_Number"),

    (1);

    break;

    }

    Row1 = vo1.next ();

    }

    break;

    }

    throw new OAException ('updated Table values!',

    OAException.CONFIRMATION);

    }

    Analysis:

    About adding various debugging messages, we have experienced is not populate data in the screen when we update the Attribute1 to "USED". Otherwise, the vo.setAttribute () is working correctly and display the data in the form OFA (search-> row table).

    Can someone please help?

    Kind regards

    Zahid

    Hello

    The code above works fine, it just sets the table at the end of the record values. Since we have similar values, we could not recognize that we actually visualize the latest reports instead of the first 10 records; where vo.setAttribute () worked as expected.

    Also, the first 10 records are now shown by adding the following code to above:

    row = vo.first;
    vo.setCurrentRow(row1);
    

    Kind regards

    Zahid

  • Timekeeper group does not display data from the former employee

    When you set up a group of timekeeper, we cannot find any former employees.

    If a employee leaves mi period... and if the timekeeper may not display former employees, how would (s) he enter/edit data?


    Thank you

    Alex

    Hi Alex,

    Yes, the final processing date should be later or null if you are not allowed to change the date of the final trial and you can try to change the date of entry into time guardian Group screen for before January 31, 2016 "and find the employee. "

    Kind regards

  • New page on the FF13.0 tab does not display thumbnails of the sites, only empty box but the site is mentioned.

    Upgrade to this version but the new page tab didn't save my most visited sites, as is the intention. Dragged my most used sites out there and working, but there is no thumbnail pictures or anything to show, just empty boxes with just below the site described as in my favorites.

    Vignettes on the subject: newtab page are generated from the cache, so if the page is not in the cache or otherwise cannot be rendered as a PNG image, you will get an empty box.

    Don't use no clear recent history allows to erase data when you close Firefox.

    If there is no history, you get a topic: newtab page with empty boxes.

  • Just had computer cleaned, now the calendar does not display date, have vista

    A "clean" computer yesterday now I can't get the calendar gadget to display the date. The small key was not next to her, just the X and the small "keyboard", also date is no longer displayed at the bottom right of the screen (it was).

    A "clean" computer yesterday now I can't get the calendar gadget to display the date. The small key was not next to her, just the X and the small "keyboard", also date is no longer displayed at the bottom right of the screen (it was).

    RE: also date is no longer displayed at the bottom right of the screen (it was).

    If you mean you have time but no Date, follow these steps...

    Right click on the taskbar > make sure that there is no control to the "locking thenTaskbar.

    Then rest the tip of your cursor to the top edge of the taskbar until the cursor turns into a 2 pointer > hold it > drag the slider to the top (you may need to do this more than once) until the taskbar did spend from 1 cm to 2 cm.in height > drop PREY > lock the taskbar.

    Date is now indicated on the taskbar?

    Before:

    After:

  • The phones call log smart blackBerry does not display date/time/period of appeal...

    YET to learn... I know...

    I like to call log to be separated from my "messages"...

    But I want the call log to provide information such as the time and duration of call...

    In any case, the way to do it WITHOUT adding in the 'messages' list so that it gets all mixed in the e-mail and calls, etc.  I like having separate calls/messages/texts. Maybe I could just "Finish" with the "messages" application and have everything in a separate application. ?  For now, I have TEXT Messages in a single application (which I love) but my email goes to the email app and the application "messages".  Can I have a detailed call log and carry 'messages'?

    Thank you

    If you can change the display of the call log. On what you are in the call log, press the key menu you and go in the Options. Then, go to the General Options. You can change the phone list view in the call log. Which shows the date of a call.

    If you highlight a name, press your menu button, you can enter the story as seen looking more details about all the times that name/number was called.

  • How to show newly created lines of a table... Tabe does not display old lines

    JDEV 12.1.3.0

    Hi Experts,

    I should not show older recordings of VO

    only the new lines should be displayed

    Created using EmptyRowSet(). But he showed first record on the line in default. THEN played around with the visible property.

    created a transitional and determination of insertion as attribute 'Y '. Visible condition so I did transition attribute.

  • Creative Cloud applications tab does not display

    I don't see the applications tab in the creative cloud, I'm on a Mac Pro running the Version OS X El Capitan 10.11.1

    I tried several solutions suggested on different threads and finally just tried a complete reinstall:

    (1) deleted the OOBE folder and restarted - failed.

    (2) disconnected and uninstalled creative Cloud > deleted OOBE, AAMUpdater, Applications Manager > Restarted > Ran creative cloud cleaning tool > cloud creative re - failed.

    (3) uninstalled or removed absolutely every file related to Adobe or a file I could find, YUP, deleted the entire Adobe folder > Restarted > Ran creative cloud cleaning tool > cloud creative re - failed.

    It is extremely frustrating for me! This puts me behind on projects for my work because I can't work with my colleague that integrates the latest version of Muse and I did not.

    -Very well, so references of Megha did not help me even if the solution is clear: applications no. tab / empty House food in a creative cloud on the new Mac Pro

    I had already seen this and a similar position and he tried again and again. The problem was that wanted me a whole step reading neglect on my part:

    First step: Run creative tool for cleaning on the creative cloud desktop (https://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems.html)

    Step 2: Open Finder > go > go to folder > ~/Library (this is your user library) > Application Support > Adobe > delete 'AAMUpdater' and 'OOBE' records

    * Step 3: In the Finder > go > go to folder > / library (this is the Mac library) > Application Support > Adobe > delete 'AAMUpdater' and 'OOBE' files *.

    Step 4: go to Applications > utilities > remove "Adobe Application Manager" and "Adobe Creative Cloud' files

    Fifth step: download Adobe Application Manager (http://www.adobe.com/support/downloads/thankyou.jsp?ftpID=4774&fileID=4438)

    Step 6: Go to Applications > utilities > Adobe Application Manager > Core > launch PDApp

    * I missed this crucial step because I did not know that these folders exist in the two libraries. I kept deleting my user library, you will need to remove it at once. Hope this helps someone else who continues to work in this issue for the same reason. I finally got to watch the person customer service Adobe take over my screen and do something I certainly could have done if I paid more attention.

  • Table does not display data when the page is loaded.

    Hi all

    I am using jd 11.1.1.4

    I have an adf Table in my web page created from a VO and a query pane to find the table,
    When I initially loda page table shows all the lines, but when I press the search button in the query Pereira, the table displays lines.
    I want the data in the table shows that when the page loads, pls tell me how to do this.

    Thanx

    Hello

    Try to set the option to refresh on the iterator in the PageDef to "always."

    Or add the pageDef ExecuteQuery method and add an invokeAction to your executable files.

    Kind regards
    Stijn.

  • Windows Gadgets - calendar does not display the date

    original title: windows gadgets

    I use windows vista service pack 2 but calendar in the sidebar shows no date because I deleted a software in windows safe mode.

    I use windows vista service pack 2 but calendar in the sidebar shows no date because I deleted a software in windows safe mode.

    Take a look at this answer in this forum by Imran M

    http://answers.Microsoft.com/en-us/Windows/Forum/Windows_7-desktop/calendar-gadget-sometimes-does-not-display-date/8b4ad5c1-A249-E011-8dfc-68b599b31bf5

  • AMPe ADF with Dynamic tab Shell not made in iPAD 1 +.

    Hello

    We used the Oracle Dynamic tab Shell templates to build our page of dashboard with several dynamic tabs.
    A year back when we have initially created the main dashboard with Dynamic tab Shell and used of the UIShell API to open new dynamic tab when clicking the command links in the browser side of left hand. We started with Jdev 11.1.1.3 and upgrade us until Jdev 11.1.1.5.

    Now this last requirement is, we need to test our applications in the Safari browser in iPAD (2.0). During the test, we observed under questions.

    (1) the page with Dynamic tab Shell JSPX is keep showing "Loading"... "We had updated the Safari browser twice to render the page.
    (2) any af:commandLink under the JSPX which has shell model dynamic tab, does not. We have lots of links on the left navigation and when clicking on each link will open a new tab dynamic (we use UIShell API). Nothing happens when clicking on these af:commandLinks.
    (3) we have 'Home' and 'Logout' links at the top right. Nothing happens on the links click too.

    All these as af:commandLinks and af:commandButtons not working as expected when we have them beside a JSPX page without shell dynamic tab.

    Tested and observed the same behavior both in version 1.0 and newer iPad iPAD 2.0.
    We desperately need help on thin. Pls let us know, if I need to provide more details. Are there specific configurations required to make it work in Jdev 11.1.1.5? At this stage we cannot improve our Env 11.1.1.6 or 11.1.2 as we already have these applications in Production and we should give users flexibility to be used in the iPAD.

    Help, please!

    Thank you!!
    Subba.

    Subba,

    I understand, however support for iPad added in PS5 is a set of new features, not a bug fix, so this cannot be claimed as a one off patch with the support of the Oracle. In this case that is expected to capture customers highlights new features of upgrade.

    Thank you

  • The Task Manager does not display the process and tabs, even if the menu can be seen.

    Dear community, I had a serious problem on my task manager. It does not display the process and tabs, although the menu is visible. Also, any time I open a program or system of adjustment, some and especially no option can be seen since there is no specified words.

    Here is a link that you can see a screenshot on my problem.

    http://kepfeltoltes.Hu/121231/592911021Untitled_www.kepfeltoltes.hu_.PNG

    Thanks in advance for your help

    Original title: Task Manager problem

    I managed to solve the problem by looking for alternatives. Apparently, the problem was caused by a dat file (C:\windows\system32 folder called FNTCACHE.) (DAT) I deleted and it worked like a magic. Everything was normal again.
    Deleted it and the work of all the graphical interfaces as it should.

    Thanks for your answer, in any case. I just post the solution here if someone ever faced with such a question in the future.

    Kind regards
    Laszlo

  • AF:tree does not display a hierarchy in the data

    Hi all

    I'm using Oracle Jdeveloper 11 g R2.

    I created a display object based on a SQL query access in pipeline service packaged as shown below:
    SELECT * FROM TABLE(app_menu_mgmt_pack.tNavigationalMenus(:paraBindUserIdentifier, :paraBindMenuIdentifier))
    This query returns menu_id, menu_label, menu_base_id menu_id corresponding to the attribute relative to menu_base_id.
    I then created a viewlink that retrieves recursive data, based on menu_id (source) and menu_base_id (target).

    I have created af:tree in a page based on the view object and added rules for free recursion. When I run the page, it does not display the data in hierarchies.

    I use the functions of pipeline in view, not possible complete recursive tree (af:tree) as a data pipeline and not returned at the same time? Or I have to use other properties to achieve this.

    Any help will be much appreciated.
    Thanks in advance.

    Concerning
    Bilal

    Usually the component table tree will not use instances of detail added to the data model of the module application uses rather accessor based rowsets view link to show their children. So when you use static linking variables then it will automatically bind variables, but when you set a bind variable dynamically accessor focused view link on the sets of lines not have the bind variable will define which thus will display the data of the child. So try setting the binding settings of the accessor of link to display for the parent of the current address line row.

    Thank you
    TK

  • stock browser does not display the tabs

    No matter who has noticed that the stock browser has occasionally tabs disappear. all I see is the blue line of the page loading. I can't scroll to the top to see the tabs. the web page displayed will completely to the top of the screen. the blue line load runs just below the bezel. I have to kill the browser back to the tabs. It happened a few times yesterday. Today, well. is this a bug or something I'm doing.

    If you have started experimental radial orders, then the tabs are not displayed unless there is more than one open. If you want to see them, bring out the radial control and choose the + to open a new tab. The new and the current tap water will appear at the top. In fact, it's one of the best features of the controls radial. With them is active, you can view your main pages in full screen without extra effort.

Maybe you are looking for