Does not af component search: query collapsed

We have migrated several applications of 11.1 12.1.3 and after the migration, I noticed that any page that loads with a component of af: query collapsed will not look after that you develop the component, try a search.

Normally, of course, the pages do not load with af components: query collapsed, but we had a page that allows the user to search using 3 different af:query components and loaded with all of them collapsed.  When the page has been configured in this way, the research would not work.  By at least one of the query components expanded when it loads now works.

However, in another application where a set of navigation links allows a user to navigate to a search page, if the component search is reduced and the navigation link is clicked once again, refresh the page (I think the cache of Internet Explorer) and the af:query component is further reduced.  At this point, the search is no longer in effect.

Is there a way to fix this?

You see all of the messages in the log window?

Is the same behavior for different browsers?

You can build a test case using the schema from db hr, that we can use to reproduce the problem?

Timo

Tags: Java

Similar Questions

  • Make website private, so it does not appear in search results

    How can I make sure that my site does not appear in search engines?

    Your best bet would be to password - protect. There are also ways to ensure that this will not be displayed on Google. You'll have to forgive me, usually people ask exactly in front of the issue.
    Check out this article: block URLs by password - protect your server - webmaster help directories

    Block the search indexing with meta - webmaster help tags

    If my answer helped you or makes you in the right direction, please mark it as either the right answer or a useful answer, respectively. Thank you kindly!

  • Tabular of Autocomplete Ajax does not work in SQL query using apex_item.text.

    Hello

    Is it possible to use the search function that is used in, Dennis Kubicek example, section tabular ENAME of Autocomplete Ajax
    in a query sql using apex_items?

    Request line:
    apex_item.text (17, xp.part_nr, null, null,'onfocus = "f_register (this);) 'autocomplete 'off' = ') PART '.

    In a first time, I followed the example by adding «onfocus = "f_register (this);"autocomplete = "off" in the attributes of the element in the report field.»
    It did not work... so tried to add computers in the attirbutes of the apex_item parameter.
    But it still doesn't work. No errors are given, it does not.
    Could someone help me please?

    THX!
    Astrid

    Of course, it is. I just tested it in this example:

    http://HTMLDB.Oracle.com/pls/OTN/f?p=31517:178

    with an element created using apex_item package and it works.

    If you have access to my Idée, you look at the source.

    Denes Kubicek
    ------------------------------------------------------------------------------
    http://deneskubicek.blogspot.com/
    http://www.Opal-consulting.de/training
    http://Apex.Oracle.com/pls/OTN/f?p=31517:1
    ------------------------------------------------------------------------------

  • Drop-down menu does not when the navigation bar collapses for mobile devices

    My menu drop-down does not work correctly when the navigation bar collapses on mobile devices. The menu, but it's completely to the left, not right where I like it and hidden under a picture so that none of the links are accessible. The site is http://www.medicinedancecounseling.com.

    Index-Z = stacking order.  So even if you make menu items at the top, they mask your portrait in a most flattering way.

    Nancy O.

  • Opera browser problems: OCD does not in expansion & search error display

    RoboHelp HTML

    RH8

    Opera 10.10

    In the generated WebHelp project, my table of contents (TOC) does not develop in the Opera browser.  No matter if I click on the + sign next to my subjects or the text of the topic, the table of contents does not extend.

    Also, when I select the tab/link search in my outings, a mistake is listed where the results would be shown, which States, "error: failed to initialize the database."

    I could not find suggestions in the documentation for RoboHelp or on the forum, so I have no idea where to start.  I know that these problems do not exist in Explorer, Chrome, Safari or Firefox.  Any suggestions you have would be most useful.

    Opera is not a supported browser. If the aid works otherwise OK in IE, FF, and Safari, it maybe not much you can do about it.

    See www.grainge.org for creating tips and RoboHelp

    Follow me @petergrainge

  • INsert Into does not work in the query

    I wrote this part of my web site that allows you to insert records in the DB. Right now it does not work properly. I get no error, but I do not also get a new record. Can you see why this is happening? I write two pages of code, the edit page and the action page. I can't understand what Miss me.

    Change page:

    < name = "cfparam url.id' type = 'integer' default = '0' >"
    < name cfparam = "variables. ProjectID' type = "integer" default = "#url.id #" >
    < name = "cfparam variables.proj_name" default = "" > "
    < name cfparam = "variables. Default Description"=" ">
    < name cfparam = "variables. Default CategoryID"=" ">
    < name = "cfparam variables.cat_name" default = "" > "
    < cfif url.id GT 0 >
    "< name cfquery ="projMan"datasource =" "#sitedatasource #" username = "#siteUserID #" password = "#sitePassword #" >
    SELECT c.CategoryID,
    c.Name AS cat_name,
    p.ProjectID,
    p.Name AS proj_name,
    p.Description
    CATEGORIES AS c
    INNER JOIN project GOT p ON c.CategoryID = p.CategoryID
    WHERE p.ProjectID = < cfqueryparam value = "" #URL.ID # "cfsqltype ="cf_sql_integer">"
    AND c.CategoryID = p.CategoryID
    < / cfquery >
    < cfif projMan.RecordCount EQ 1 >
    < cfset variables. ProjectID = projMan.ProjectID >
    < cfset variables.proj_name = projMan.proj_name >
    < cfset variables. Description = projMan.Description >
    < cfset variables.cat_name = projMan.cat_name >
    < cfset variables. CategoryID = projMan.CategoryID >
    < / cfif >
    < / cfif >
    < name cfquery = 'catList' datasource = "" #sitedatasource # ""
    username = "" #siteUserID # "password =" #sitePassword #">"
    SELECT DISTINCT categories. CategoryID, Categories.Name AS cat_name
    Categories
    ORDER BY name
    < / cfquery >
    < head >
    < / head >
    < body >
    < cfoutput >
    < form action = method of "project - Action.cfm" = "post" name = 'projects' id = 'projects '.
    enctype = "multipart/form-data" onsubmit = "saveIt ()" >
    < input type = "hidden" name = 'ID' value = '#variables. ProjectID #">"

    < input type = "text" name = 'proj_name' class = 'textInputs"value =" ' #variables.proj_name # ' maxLength '510' = > "

    "< textarea cols =" "lines =" "name ="PDSeditor"style =" display: none "> #variables. Description # < / textarea >

    < select name = "CategoryID" size = "1" class = 'everyday' >
    < IsDefined ("projMan.CategoryID") cfif >
    < option value = "#projMan.CategoryID #" > #projMan.cat_name # < / option >
    < cfelse >
    < option value = "" >--select a category--< / option >
    < / cfif >
    < cfloop query = 'catList' >
    < option value = "#CategoryID #" > #cat_name # < / option >
    < / cfloop >
    < / select > < / cfoutput >
    < / body >


    «"" "Action page:»»"»

    "< cfquery datasource =" "#sitedatasource #" username = "#siteUserID #
    password = "#sitePassword #" >
    Projects UPDATE
    SET
    Projects.Name = < cfqueryparam cfsqltype = "cf_sql_varchar" value = "#form.proj_name #" >.
    Projects.CategoryID = < cfqueryparam value = '#form. "CategoryID #" cfsqlType = "CF_SQL_INTEGER" >.
    Projects.Description = < cfqueryparam cfsqltype = "cf_sql_longvarchar."
    value = '#form. PDSeditor #">"
    WHERE ProjectID = < cfqueryparam value = "" #form.ID # "cfsqlType ="CF_SQL_INTEGER">"
    < / cfquery >
    < cflocation url = 'project - manager .cfm' >
    < cfelse >
    "< cfquery datasource =" "#sitedatasource #" username = "#siteUserID #
    password = "#sitePassword #" >
    INSERT INTO projects
    (Name, Description, CategoryID)
    VALUES
    (< cfqueryparam cfsqltype = "cf_sql_varchar" value = "#form.proj_name #" >,)
    < cfqueryparam cfsqltype = "cf_sql_longvarchar" value = "#form. PDSeditor #">,"
    < cfqueryparam value = '#form. ("CategoryID #" cfsqlType = "CF_SQL_INTEGER" >)
    < / cfquery >
    < cflocation url = 'project - manager .cfm' >


    I don't see why there is no records are transferred to the DB. Can someone help me?

    Thank you.

    Phoenix

    the order of the values that you insert is different from the order of the array
    fields, that they are inserted in your INSERT query:

    INSERT INTO projects
    (Name, body, MYFile, CategoryID)
    VALUES
    (,
    ,
    ,

    NULL = "#NOT fileuploaded # ' >)

    in the part of the INSERTION, the order of the fields is NAME, BODY, MYFILE CATEGORYID
    in the part of VALUES, the order of the values is NAME, BODY, CATEGORYID, MYFILE

    HTH

    ---
    Azadi Saryev
    SABAI - Dee.com
    http://www.SABAI-Dee.com

  • error in the table of boat or view does not exist, but on query sql prompt works

    Hello
    Can someone help me understand the error ORA-00942: table or view does not exist when compiling the package on Oracle 9.2.0.4.0

    The below package compiled in the use of the system and trying some queries against the view v$ session_wait however getting error below.

    PACKAGE OF THE BODY SYSTEM. PK_DB_ALERT
    Online: 212
    PL/SQL: ORA-00942: table or view does not exist

    I can run the same query mentioned below sql prompt the user of the system, and it works very well however he dislikes package, please advice, thank you in advance.


    SELECT SID, seq #, event, wait_time
    V $ session_wait
    WHERE event NOT LIKE ' SQL * Net %' AND wait_time <>0
    ORDER BY 2

    DDD says:
    Hello
    Can someone help me understand the error ORA-00942: table or view does not exist when compiling the package on Oracle 9.2.0.4.0

    That means package owner is granted select view not directly, but through roles. However, the roles are ignored by stored rights define or packages stored procedures or functions/triggers... You must grant select owner directly the view package.

    SY.

    Published by: Solomon Yakobson, January 21, 2010 04:06

  • menu start does not appear wen search typed in a program

    running windows 7 Edition family premium with amd, when I type in the boc of research under the start menu, menu not display the search or open the program

    Hi Edward,

    Thanks for posting your question in the Microsoft Community.

    From descriptions of the question, it seems that you can not find anything when you try to search in the search box of the start menu.

    I imagine the inconvenience that you are experiencing. I'll help you fix the problem.

    If you have problems of location of the files, folders, or other items on your computer, try using the search and indexing of troubleshooting to solve the problem. He made sure the Windows Search service is running and checks if you have the correct permissions to search all the directories on your computer by following the methods and mark the question below.

    Method 1:

     

    Follow the steps in the link below.

    Open the search and indexing Troubleshooter:

    http://Windows.Microsoft.com/en-us/Windows7/open-the-search-and-indexing-Troubleshooter

     

    Method 2:

    Windows uses the index to perform very fast searches on your computer. Here are some advanced indexing settings you can change by following the steps in the link below.

    Change advanced indexing options:

    http://Windows.Microsoft.com/en-us/Windows7/change-advanced-indexing-options

     

    Method 3:

    Windows uses the index to perform very fast searches of the most common files on your computer. Here are answers to some common questions about the index by following the steps in the link below.

     

    Improve Windows searches using the index: frequently asked questions:

    http://Windows.Microsoft.com/en-us/Windows7/improve-Windows-searches-using-the-index-frequently-asked-questions

    Your response is very important for us to ensure a proper resolution.

    If you need help on this particular issue or any other related Windows issue, let know us and we will be happy to help you.

  • Why Google does not conduct a search, but blocks indefinitely?

    Firefox does simply not much more. Whenever I run the application (homepage is Google) and try to do a Google search, the program blocks, and nothing will load. For some reason, Firefox do not like Google. I have not changed anything significant (OS, memory, etc.) on my computer recently - the problem just started a few weeks ago and worsened gradually since. I tried all the troubleshooting tips (Yes, I went to the bottom of the list one by one) without good result. My only option at this point seems to be to use Explorer or another browser. This used to be a good product, actually the best... too bad it's not more (work). I'm not inclined to spend hours trying to diagnose the problem without help - there are too many alternatives out there. So I guess that it's hasta la vista baby to Firefox - I uninstall enough shortly after I hit send here... but I'll check to see if there are answers to this post that seem feasible. Otherwise, good luck Firefox - hasta baby vista.

    There are a few possibilities that jump to me here:

    1. when I experienced this type of behaviour, where Firefox is very slow with sites like google that should be very fast, I often found software malware installed on the computer that has affected the performance of the browser. I would say running Malwarebytes to see if something goes upward.

    2. the most common response I hear to help someone with a slow Firefox is to create a new user profile. You can find instructions on the management of your Firefox profiles at https://support.mozilla.com/en-US/kb/Managing-profiles

  • Duck Duck go browser does not display a search results, how to fix?

    The same search using other browsers display the results. But I want to use Duck Duck Go

    Did you already try safe mode or clear recent history?

    Also try resetting Firefox

  • Using the smart tools button now does not work to search for images via Firefox

    I use Firefox version 17. It is a new problem. I was using google search.

    What is a button on a web page or a button provided by an extension?

  • License Manager NOR does not; It performs a query for the current license status, said

    I currently have the evaluation version of Labview. I tried to use a volume of my University license by typing the name of the server in the License Manager NEITHER, but after that, whenever I try to open the License Manager, it seems that he has slain saying "question the current state of the license" and never actually opens. Also, when I try to open Labview, it freezes during the completion of the installation. Later, I realized that students have no access to the license of the University for their own PC, so I can't use this license in volume anyway.

    I uninstalled everything related with NEITHER on my PC and reinstalled the evaluation version of Labview, but the same problem still exists. Is there something I could do also wipe my hard drive?

    Nevermind, it works now. I could go back to a system restore point before the problem started, and that fixed it. Well, what happened was the License Manager could not be interacted with at all and even with Labview. LabVIEW would remain on the same screen sometime after he arrived at the "finishing initialization."  I still have no idea why they froze like that just because I entered a server name in the License Manager, but it's ok now.

    Thanks for your great help!

  • Drop-down menu does not when the navigation bar collapses in rocker

    Hi all

    I use 3 "bootstrap" on the site below and I have some questions when the navigation bar collapses in rocking, as it seems to stop the drop down menus to work. When you tap or click the drop-down menus, the menu closes just, once again.

    Can someone tell me please on this?

    http://www.clockdoctors.co.UK/test/index.html

    I apologize to this topic. I didn't see that earlier post, I obviously had a blond moment.

    OK, so I think that I fixed it!

    I first tried to remove the script ' ' to see what would happen. Which translates to the stop of the page class 'scrolling' to work, but then allows the drop-down menu to work as it should, as you say.

    I then put this script, but removed this piece of code in the file "agency.js".

    Close the sensitive Menu on the Menu, click on item

    $('.navbar-effondrement_ul_li_a').click (function () {}

    $('.navbar-toggle:visible').click ();

    });

    and now it works fine!

  • Video on the background layer does not appear behind the query graph.

    Hello experts first,

    I use 6 first on the Windows machine and in the last days, I created a graph of motion which has an alpha channel for transparency of the background and placed on the video track 2 and it works when I put a static image under it... that is, it shows the background behind my motion properly chart image in preview and video rendering.

    But now, I put in an AVI video file behind my chart of movement and I have tried to put this AVI file on the video track 1A and 1B and made my film, but I'm only get my graphic movement of movement on a black background in the preview and rendering film... no video of my 1 track video or 1 b appears in the graphic background of my movement... but when I put a static image, such as a JPEG or a PSD behind my chart of the motion, which appears in the preview and in the final film.

    Video should not be able to be seen behind a chart of the movement?

    Thanks for any help,

    NuMetro

    -----------

    but there a still broader out look in the preview window of first... even more than my little wide looking for WMV which come from MM2.6...

    -----------

    AHA... progress!

    If you must, experiment as another by, since youre export 856 x 480 maybe use square pixels insteadof usual avi 720 x 480 nominal 16:9... It can crush it back to what you want...

    Yes, robodog1 is lost in cyberspace just now... here on the forums... I think that it is okay and amok running fun out there...

  • shortcut key Ctrl-f does not open the search bar

    nor is the option "find" in the edition of the menu drop down. Overlay on the screen immediately open the toolbar and it works properly. I've noticed this for several versions on Win 7.

    Have you tried to start Firefox in safe mode to see if it is an extension to the cause of the problem? If it works in Mode without failure, you can start Firefox in normal mode, go to "subject: addons" in the bar of address (without the quotes) and disable your modules one by one until you find the troublemaker.

Maybe you are looking for

  • MacMini &amp; Sierra: no sound

    Hi all I spend my MacMini [mid-2010] to Sierra. Since then, the headphone audio output no longer works. If I choose HDMI or a receiver bluetooth audio external sound works. Anyone know how to fix the audio headphone output? Thank you Tom

  • Seeing the drive DVD Satellite M50 does not turn OFF, CD/DVD drive don't read do not

    Hello I have a Satellite M50 - mx5 with a carpet * a DVD player. When I insert the CD or DVD, the player starts, turns the CD autour (the indicator light flashes)... but a few seconds later, the drive stops turning, but the DVD drive light is on. Win

  • HP Dv6 6011tx Radeon Windows 8 drivers switchable

    Hello I have the laptop DV6 6011tx, with 6770 M Mobile graphics card, it also have Intel HD graphics. Previously, I had windows 7 installed and I colud use Intel and AMD under win 7, but after installation of windows 8 and I cannot get my switchable

  • HP ENVY x 360-m6-aq005dx: Downgrade from Windows 7 Ultimate.

    Hi guys. I recently bought the HP ENVY x 360-m6-aq005dx (P/N W2K41UA), which is OEM with Windows 10, I would like to change to Windows 7 Ultimate and I want to know if the drivers Windows 10 works with Windows 7. I'd appreciate your help. Your Erick.

  • white screen on pavilion dm4

    I have a pavilion dm4 and it does not start. I get a blank screen and led lights that blink 3 times on the caps lock button. I tried to take the battery and pressing the button and restart but does not work Windows 7 home is located on the computer