Advanced and Quick Search on UIX Pages

Hi all,
I have run into a situation on pages where I have the advanced and quick search enabled. Here's what is happening. You click on advanced search and search for a particular attribute. This works fine. Then you click on the button for quick search so that the advanced search view collapses. If you go to another page within the application and come back to the original page, the page is displayed with the advanced search view, even though when we left the page it was set to quick search. Any one have any ideas why this occuring or a workaround so that it doesn't happen? Thanks in advance.
Susan

Susan,
Switching between advanced search view and quick search view is done at the client using javascript. Only once a search is issued by pressing the Go or Find button, a request is sent to the server, and we are able to save the "search mode" state.
In 10.1.3 we have solved this by using Partial Page rendering rather then javascript.
Steven Davelaar,
JHeadstart Team.

Similar Messages

  • Hide Search and Quick Search

    Is it possible to show/hide Search and Quick Search depending on who logs in to UCM?

    Hi Malky,
    I had a similar requirement and i tried to hide the standard search link.I am not able t restrict and its on 11g.
    please find the snippet of code and let me know your sugessions.
    thanks in advance.
    <@dynamichtml std_add_search_links@>
    <$include super.std_add_search_links$>
              // Add search links
              var count = 0;
              if (typeof pneSearchDocProfiles != "undefined" && pneSearchDocProfiles)
                   count = pneSearchDocProfiles.length;
                   if (count > 0)
                        navBuilder.addChildNodeTo('NAVTREE', 'collection', 'id==SEARCH', 'label=='+lc('wwSearch'));
                        for (var i = 0; i < count; i++)
                             navBuilder.addChildNodeTo('SEARCH', 'item', 'id==MY_PERSONAL_SEARCHES_'+i, 'label=='+pneSearchDocProfiles[0],
                                  'url=='+pneSearchDocProfiles[i][1]);
              if (count > 0)
                   // Add the standard search link to the drop down menu link. Commented to disable
                   if(userIsAdmin)
                        navBuilder.addChildNodeTo('SEARCH', 'item', 'id==MY_PERSONAL_SEARCHES_'+count, 'label=='+lc('wwStandardSearch'),
                        'url=='+httpCgiPath+'?IdcService=GET_DOC_PAGE&Action=GetTemplatePage&Page=STANDARD_QUERY_PAGE');
              else
                   // Just add the link to the top menu.
                   navBuilder.addChildNodeTo('NAVTREE', 'item', 'id==SEARCH', 'label=='+lc('wwSearch'),
                        'url=='+httpCgiPath+'?IdcService=GET_DOC_PAGE&Action=GetTemplatePage&Page=STANDARD_QUERY_PAGE');
    <@end@>

  • Modifying Search and Quick Search

    We will be having several departments getting in to our UCM. Right now it's been working well for one department but now other departments want to join UCM and need seperate accesses. Now I do understand there are several ways we can seperate departments such as security groups/profiles/rules... etc. But one thing I haven't been able to find anywhere is Modifying or Customizing Searches. Right now if a user from different department runs a "quick search" he/she is able to see documents from other departments but that's as far as it goes it won't let them check it out or check it in or do anything with the documents. Same thing happens when they use the Left Hand menu "SEARCH" menu.
    I want to be able to limit users so when they hit "quick search" they only get search result that's ATLEAST pertaining to there own security group or their own department and same thing with when they run advance search. I want to limit them so they don't see any other documents in UCM acccept what they have "read or write" access to. Thanks in advance.

    Hi you're right when you say "I do understand there are several ways we can seperate departments such as security groups/profiles/rules"
    So this also apply for search, if your users can see other's people document it is because they have Read access to other people's accounts/sec groups, you have to make those departments totally disjoint.
    You'll have to rethink your security model to separate the roles properly, if roles are not enough think about enabling accounts to give it more granularity.
    My guess is that all your roles have access to Public security group and if people is checking content in Public then no matter which department you're from, you'll be able to read it, in any case some of your roles are accessing the same security group.

  • Having problems with firefox and quick search

    whenever i hit my apostrophe key it opens quick search and im not able to use it... any suggestions??

    I'd be interested to discover a solution for this problem. It has happened to me once or twice. Eventually, the problem clears up, but I don't know how!

  • Error when I enable ADvance Search and Quick Search

    When I enable Advance Search it is giving this error
    07/07/16 06:02:22 javax.faces.el.PropertyNotFoundException: Error testing property 'allConditionsMet' in bean of type null
    07/07/16 06:02:22      at com.sun.faces.el.PropertyResolverImpl.isReadOnly(PropertyResolverImpl.java:254)
    07/07/16 06:02:22      at oracle.adfinternal.view.faces.model.FacesPropertyResolver.isReadOnly(FacesPropertyResolver.java:124)
    07/07/16 06:02:22      at com.sun.faces.el.impl.ArraySuffix.isReadOnly(ArraySuffix.java:216)
    07/07/16 06:02:22      at com.sun.faces.el.impl.ComplexValue.isReadOnly(ComplexValue.java:189)
    07/07/16 06:02:22      at com.sun.faces.el.ValueBindingImpl.isReadOnly(ValueBindingImpl.java:293)
    07/07/16 06:02:22      at oracle.adfinternal.view.faces.renderkit.core.xhtml.EditableValueRenderer.getReadOnly(EditableValueRenderer.java:211)
    07/07/16 06:02:22      at oracle.adfinternal.view.faces.renderkit.core.xhtml.FormElementRenderer.renderAsElement(FormElementRenderer.java:155)
    07/07/16 06:02:22      at oracle.adfinternal.view.faces.renderkit.core.xhtml.InputLabelAndMessageRenderer.getLabelFor(InputLabelAndMessageRenderer.java:53)
    07/07/16 06:02:22      at oracle.adfinternal.view.faces.renderkit.core.xhtml.LabelAndMessageRenderer$Label.getForId(LabelAndMessageRenderer.java:500)
    07/07/16 06:02:22      at oracle.adfinternal.view.faces.renderkit.core.xhtml.OutputLabelRenderer.encodeAll(OutputLabelRenderer.java:69)
    07/07/16 06:02:22      at oracle.adfinternal.view.faces.renderkit.core.CoreRenderer.delegateRenderer(CoreRenderer.java:271)
    07/07/16 06:02:22      at oracle.adfinternal.view.faces.renderkit.core.xhtml.LabelAndMessageRenderer._renderLabelCell(LabelAndMessageRenderer.java:222)
    07/07/16 06:02:22      at oracle.adfinternal.view.faces.renderkit.core.xhtml.LabelAndMessageRenderer.encodeAll(LabelAndMessageRenderer.java:159)
    07/07/16 06:02:22      at oracle.adfinternal.view.faces.renderkit.core.xhtml.InputLabelAndMessageRenderer.encodeAll(InputLabelAndMessageRenderer.java:94)
    07/07/16 06:02:22      at oracle.adfinternal.view.faces.renderkit.core.CoreRenderer.encodeEnd(CoreRenderer.java:159)
    07/07/16 06:02:22      at oracle.adf.view.faces.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:624)
    07/07/16 06:02:22      at oracle.adfinternal.view.faces.renderkit.core.CoreRenderer.encodeChild(CoreRenderer.java:236)
    07/07/16 06:02:22      at oracle.adfinternal.view.faces.renderkit.core.xhtml.PanelGroupRenderer._encodeChild(PanelGroupRenderer.java:147)
    07/07/16 06:02:22      at oracle.adfinternal.view.faces.renderkit.core.xhtml.PanelGroupRenderer._encodeChildren(PanelGroupRenderer.java:124)
    07/07/16 06:02:22      at oracle.adfinternal.view.faces.renderkit.core.xhtml.PanelGroupRenderer.encodeAll(PanelGroupRenderer.java:72)
    07/07/16 06:02:22      at oracle.adfinternal.view.faces.renderkit.core.CoreRenderer.encodeEnd(CoreRenderer.java:159)
    07/07/16 06:02:22      at oracle.adf.view.faces.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:624)
    07/07/16 06:02:22      at oracle.adfinternal.view.faces.renderkit.core.CoreRenderer.encodeChild(CoreRenderer.java:236)
    07/07/16 06:02:22      at oracle.adfinternal.view.faces.renderkit.core.xhtml.PanelGroupRenderer._encodeChild(PanelGroupRenderer.java:147)
    07/07/16 06:02:22      at oracle.adfinternal.view.faces.renderkit.core.xhtml.PanelGroupRenderer._encodeChildren(PanelGroupRenderer.java:124)
    07/07/16 06:02:22      at oracle.adfinternal.view.faces.renderkit.core.xhtml.PanelGroupRenderer.encodeAll(PanelGroupRenderer.java:72)
    07/07/16 06:02:22      at oracle.adfinternal.view.faces.renderkit.core.CoreRenderer.encodeEnd(CoreRenderer.java:159)
    07/07/16 06:02:22      at oracle.adf.view.faces.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:624)
    07/07/16 06:02:22      at oracle.adfinternal.view.faces.renderkit.core.CoreRenderer.encodeChild(CoreRenderer.java:236)
    07/07/16 06:02:22      at oracle.adfinternal.view.faces.renderkit.core.xhtml.PanelGroupRenderer._encodeChild(PanelGroupRenderer.java:147)
    07/07/16 06:02:22      at oracle.adfinternal.view.faces.renderkit.core.xhtml.PanelGroupRenderer._encodeChildren(PanelGroupRenderer.java:124)
    07/07/16 06:02:22      at oracle.adfinternal.view.faces.renderkit.core.xhtml.PanelGroupRenderer.encodeAll(PanelGroupRenderer.java:72)
    07/07/16 06:02:22      at oracle.adfinternal.view.faces.renderkit.core.CoreRenderer.encodeEnd(CoreRenderer.java:159)
    07/07/16 06:02:22      at oracle.adf.view.faces.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:624)
    07/07/16 06:02:22      at oracle.adfinternal.view.faces.renderkit.core.CoreRenderer.encodeChild(CoreRenderer.java:236)
    07/07/16 06:02:22      at oracle.adfinternal.view.faces.renderkit.core.xhtml.PanelGroupRenderer._encodeChild(PanelGroupRenderer.java:147)
    07/07/16 06:02:22      at oracle.adfinternal.view.faces.renderkit.core.xhtml.PanelGroupRenderer._encodeChildren(PanelGroupRenderer.java:124)
    07/07/16 06:02:22      at oracle.adfinternal.view.faces.renderkit.core.xhtml.PanelGroupRenderer.encodeAll(PanelGroupRenderer.java:72)
    07/07/16 06:02:22      at oracle.adfinternal.view.faces.renderkit.core.CoreRenderer.encodeEnd(CoreRenderer.java:159)
    07/07/16 06:02:22      at oracle.adf.view.faces.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:624)
    07/07/16 06:02:22      at oracle.adfinternal.view.faces.uinode.UIComponentUINode._renderComponent(UIComponentUINode.java:317)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.uinode.UIComponentUINode.render(UIComponentUINode.java:262)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.uinode.UIComponentUINode.render(UIComponentUINode.java:240)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.BaseRenderer.renderChild(BaseRenderer.java:412)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.BaseRenderer.renderIndexedChild(BaseRenderer.java:330)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.BaseRenderer.renderIndexedChild(BaseRenderer.java:222)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.BaseRenderer.renderContent(BaseRenderer.java:129)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.BaseRenderer.render(BaseRenderer.java:81)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.laf.base.xhtml.XhtmlLafRenderer.render(XhtmlLafRenderer.java:67)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.uinode.UIXComponentUINode.renderInternal(UIXComponentUINode.java:177)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.uinode.UINodeRendererBase.encodeEnd(UINodeRendererBase.java:53)
    07/07/16 06:02:23      at oracle.adf.view.faces.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:624)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.uinode.UIComponentUINode._renderComponent(UIComponentUINode.java:317)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.uinode.UIComponentUINode.render(UIComponentUINode.java:262)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.uinode.UIComponentUINode.render(UIComponentUINode.java:240)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.BaseRenderer.renderChild(BaseRenderer.java:412)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.laf.base.xhtml.RowLayoutRenderer.renderChild(RowLayoutRenderer.java:95)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.BaseRenderer.renderIndexedChild(BaseRenderer.java:330)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.BaseRenderer.renderIndexedChild(BaseRenderer.java:222)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.BaseRenderer.renderContent(BaseRenderer.java:129)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.BaseRenderer.render(BaseRenderer.java:81)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.laf.base.xhtml.XhtmlLafRenderer.render(XhtmlLafRenderer.java:67)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.uinode.UIXComponentUINode.renderInternal(UIXComponentUINode.java:177)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.uinode.UINodeRendererBase.encodeEnd(UINodeRendererBase.java:53)
    07/07/16 06:02:23      at oracle.adf.view.faces.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:624)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.uinode.UIComponentUINode._renderComponent(UIComponentUINode.java:317)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.uinode.UIComponentUINode.render(UIComponentUINode.java:262)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.uinode.UIComponentUINode.render(UIComponentUINode.java:240)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.BaseRenderer.renderChild(BaseRenderer.java:412)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.BaseRenderer.renderIndexedChild(BaseRenderer.java:330)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.BaseRenderer.renderIndexedChild(BaseRenderer.java:222)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.BaseRenderer.renderContent(BaseRenderer.java:129)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.BaseRenderer.render(BaseRenderer.java:81)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.laf.base.xhtml.XhtmlLafRenderer.render(XhtmlLafRenderer.java:67)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.uinode.UIXComponentUINode.renderInternal(UIXComponentUINode.java:177)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.uinode.UINodeRendererBase.encodeEnd(UINodeRendererBase.java:53)
    07/07/16 06:02:23      at oracle.adf.view.faces.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:624)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.uinode.UIComponentUINode._renderComponent(UIComponentUINode.java:317)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.uinode.UIComponentUINode.render(UIComponentUINode.java:262)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.uinode.UIComponentUINode.render(UIComponentUINode.java:240)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.composite.ContextPoppingUINode$ContextPoppingRenderer.render(ContextPoppingUINode.java:224)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.BaseUINode.render(BaseUINode.java:346)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.BaseUINode.render(BaseUINode.java:301)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.BaseRenderer.renderChild(BaseRenderer.java:412)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.BaseRenderer.renderIndexedChild(BaseRenderer.java:330)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.BaseRenderer.renderIndexedChild(BaseRenderer.java:222)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.BaseRenderer.renderContent(BaseRenderer.java:129)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.BaseRenderer.render(BaseRenderer.java:81)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.laf.base.xhtml.XhtmlLafRenderer.render(XhtmlLafRenderer.java:67)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.BaseUINode.render(BaseUINode.java:346)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.BaseUINode.render(BaseUINode.java:301)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.BaseRenderer.renderChild(BaseRenderer.java:412)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.BaseRenderer.renderIndexedChild(BaseRenderer.java:330)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.BaseRenderer.renderIndexedChild(BaseRenderer.java:222)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.BaseRenderer.renderContent(BaseRenderer.java:129)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.BaseRenderer.render(BaseRenderer.java:81)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.laf.base.xhtml.XhtmlLafRenderer.render(XhtmlLafRenderer.java:67)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.BaseUINode.render(BaseUINode.java:346)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.BaseUINode.render(BaseUINode.java:301)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.BaseRenderer.renderChild(BaseRenderer.java:412)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.BaseRenderer.renderIndexedChild(BaseRenderer.java:330)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.BaseRenderer.renderIndexedChild(BaseRenderer.java:222)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.BaseRenderer.renderContent(BaseRenderer.java:129)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.laf.base.xhtml.BorderLayoutRenderer.renderIndexedChildren(BorderLayoutRenderer.java:43)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.laf.base.xhtml.BorderLayoutRenderer.renderContent(BorderLayoutRenderer.java:71)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.BaseRenderer.render(BaseRenderer.java:81)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.laf.base.xhtml.XhtmlLafRenderer.render(XhtmlLafRenderer.java:67)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.BaseUINode.render(BaseUINode.java:346)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.BaseUINode.render(BaseUINode.java:301)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.BaseRenderer.renderChild(BaseRenderer.java:412)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.BaseRenderer.renderIndexedChild(BaseRenderer.java:330)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.BaseRenderer.renderIndexedChild(BaseRenderer.java:222)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.BaseRenderer.renderContent(BaseRenderer.java:129)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.BaseRenderer.render(BaseRenderer.java:81)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.laf.base.xhtml.XhtmlLafRenderer.render(XhtmlLafRenderer.java:67)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.BaseUINode.render(BaseUINode.java:346)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.BaseUINode.render(BaseUINode.java:301)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.composite.UINodeRenderer.renderWithNode(UINodeRenderer.java:90)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.composite.UINodeRenderer.render(UINodeRenderer.java:39)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.uinode.UIXComponentUINode.renderInternal(UIXComponentUINode.java:177)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.uinode.UINodeRendererBase.encodeEnd(UINodeRendererBase.java:53)
    07/07/16 06:02:23      at oracle.adf.view.faces.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:624)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.uinode.UIComponentUINode._renderComponent(UIComponentUINode.java:317)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.uinode.UIComponentUINode.render(UIComponentUINode.java:262)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.uinode.UIComponentUINode.render(UIComponentUINode.java:240)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.BaseRenderer.renderChild(BaseRenderer.java:412)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.BaseRenderer.renderIndexedChild(BaseRenderer.java:330)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.BaseRenderer.renderIndexedChild(BaseRenderer.java:222)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.BaseRenderer.renderContent(BaseRenderer.java:129)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.BaseRenderer.render(BaseRenderer.java:81)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.laf.base.xhtml.XhtmlLafRenderer.render(XhtmlLafRenderer.java:67)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.uinode.UIXComponentUINode.renderInternal(UIXComponentUINode.java:177)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.uinode.UINodeRendererBase.encodeEnd(UINodeRendererBase.java:53)
    07/07/16 06:02:23      at oracle.adf.view.faces.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:624)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.uinode.UIComponentUINode._renderComponent(UIComponentUINode.java:317)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.uinode.UIComponentUINode.render(UIComponentUINode.java:262)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.uinode.UIComponentUINode.render(UIComponentUINode.java:240)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.BaseRenderer.renderChild(BaseRenderer.java:412)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.laf.base.xhtml.RowLayoutRenderer.renderChild(RowLayoutRenderer.java:95)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.BaseRenderer.renderIndexedChild(BaseRenderer.java:330)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.BaseRenderer.renderIndexedChild(BaseRenderer.java:222)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.BaseRenderer.renderContent(BaseRenderer.java:129)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.BaseRenderer.render(BaseRenderer.java:81)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.laf.base.xhtml.XhtmlLafRenderer.render(XhtmlLafRenderer.java:67)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.uinode.UIXComponentUINode.renderInternal(UIXComponentUINode.java:177)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.uinode.UINodeRendererBase.encodeEnd(UINodeRendererBase.java:53)
    07/07/16 06:02:23      at oracle.adf.view.faces.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:624)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.uinode.UIComponentUINode._renderComponent(UIComponentUINode.java:317)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.uinode.UIComponentUINode.render(UIComponentUINode.java:262)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.uinode.UIComponentUINode.render(UIComponentUINode.java:240)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.BaseRenderer.renderChild(BaseRenderer.java:412)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.BaseRenderer.renderIndexedChild(BaseRenderer.java:330)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.BaseRenderer.renderIndexedChild(BaseRenderer.java:222)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.BaseRenderer.renderContent(BaseRenderer.java:129)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.BaseRenderer.render(BaseRenderer.java:81)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.ui.laf.base.xhtml.XhtmlLafRenderer.render(XhtmlLafRenderer.java:67)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.uinode.UIXComponentUINode.renderInternal(UIXComponentUINode.java:177)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.uinode.UINodeRendererBase.encodeEnd(UINodeRendererBase.java:53)
    07/07/16 06:02:23      at oracle.adf.view.faces.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:624)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.renderkit.RenderUtils.encodeRecursive(RenderUtils.java:54)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.renderkit.core.CoreRenderer.encodeChild(CoreRenderer.java:232)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.renderkit.core.CoreRenderer.encodeAllChildren(CoreRenderer.java:255)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.renderkit.core.xhtml.PanelPartialRootRenderer.renderContent(PanelPartialRootRenderer.java:66)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.renderkit.core.xhtml.BodyRenderer.renderContent(BodyRenderer.java:117)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.renderkit.core.xhtml.PanelPartialRootRenderer.encodeAll(PanelPartialRootRenderer.java:147)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.renderkit.core.xhtml.BodyRenderer.encodeAll(BodyRenderer.java:60)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.renderkit.core.CoreRenderer.encodeEnd(CoreRenderer.java:159)
    07/07/16 06:02:23      at oracle.adf.view.faces.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:624)
    07/07/16 06:02:23      at javax.faces.webapp.UIComponentTag.encodeEnd(UIComponentTag.java:623)
    07/07/16 06:02:23      at javax.faces.webapp.UIComponentTag.doEndTag(UIComponentTag.java:546)
    07/07/16 06:02:23      at oracle.adf.view.faces.webapp.UIXComponentTag.doEndTag(UIXComponentTag.java:100)
    07/07/16 06:02:23      at page.secure._tuitionprovider._trackapp._NewGroupaaaa_jspx._jspService(_NewGroupaaaa_jspx.java:1280)
    07/07/16 06:02:23      at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:60)
    07/07/16 06:02:23      at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:416)
    07/07/16 06:02:23      at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)
    07/07/16 06:02:23      at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)
    07/07/16 06:02:23      at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    07/07/16 06:02:23      at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    07/07/16 06:02:23      at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:332)
    07/07/16 06:02:23      at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:629)
    07/07/16 06:02:23      at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
    07/07/16 06:02:23      at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:298)
    07/07/16 06:02:23      at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:42)
    07/07/16 06:02:23      at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:205)
    07/07/16 06:02:23      at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
    07/07/16 06:02:23      at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:209)
    07/07/16 06:02:23      at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:322)
    07/07/16 06:02:23      at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:130)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:157)
    07/07/16 06:02:23      at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)
    07/07/16 06:02:23      at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)
    07/07/16 06:02:23      at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)
    07/07/16 06:02:23      at javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)
    07/07/16 06:02:23      at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    07/07/16 06:02:23      at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:332)
    07/07/16 06:02:23      at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
    07/07/16 06:02:23      at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:332)
    07/07/16 06:02:23      at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:367)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:336)
    07/07/16 06:02:23      at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:196)
    07/07/16 06:02:23      at oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:87)
    07/07/16 06:02:23      at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:627)
    07/07/16 06:02:23      at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
    07/07/16 06:02:23      at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
    07/07/16 06:02:23      at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
    07/07/16 06:02:23      at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:218)
    07/07/16 06:02:23      at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:119)
    07/07/16 06:02:23      at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
    07/07/16 06:02:23      at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    07/07/16 06:02:23      at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:230)
    07/07/16 06:02:23      at oracle.oc4j.network.ServerSocketAcceptHandler.access$800(ServerSocketAcceptHandler.java:33)
    07/07/16 06:02:23      at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:831)
    07/07/16 06:02:23      at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    07/07/16 06:02:23      at java.lang.Thread.run(Thread.java:595)

    Can you just generate and run your application again to double check?
    If the error persists, check the following (assuming "Employees" as group name)
    - In WEB-INF there should be a file named Employees-beans.xml.
    - In this file, there should be a bean definition named searchEmployees
    - In web.xml, the javax.faces.CONFIG_FILES context param should include an entry /WEB-INF/Employees-beans.xml
    Steven Davelaar,
    JHeadstart Team.

  • Set arch forums or wiki in opera's keyword quick search?

    Hey just wondering if this is at all possible.  I don't really know much about html or search engine protocols, but I think it would be really cool if someone knew how to set up custom searches in opera's keyword searches.  This is what I am thinking of if anyone knows how:
    type f  ---> searches bbs.archlinux.org  forum search
    type w ---> searches wiki.archlinux.org wiki search
    It would be awesome if anyone knows how to do this since I do so many forum searches it would be nice to just pop opera open and quickly search. 

    In Konqueror, this works as the search function:
    http://bbs.archlinux.org/search.php?action=search&keywords=\{@}&author=&forum=-1&search_in=all&sort_by=0&sort_dir=DESC&show_as=topics&search=Submit
    Where \{@} is the search word. So in the 'Web Shortcuts' menu I have a shortcut named 'arch' under the title 'Arch Linux'. If I go to the address bar and type:
    arch: test
    It will search for 'test' with all the default search settings. It seems like this should be pretty easy to translate to Opera.
    Last edited by skottish (2007-05-03 01:45:09)

  • Quick search and New buttons on master - detail pages

    Hi
    When I generate master-detail pages, the master has quick search and new button, but detail's doesn't. How can I generate the detail with quick search and new button options?
    Thanks in advance
    Liceth

    Liceth,
    Only one group within a page can have Quick Search functionality.
    A New button is generated for a group when insert is allowed and the layout style includes a form layout page (table-form, select-form, form or tree-form)
    Steven Davelaar,
    JHeadstart Team.

  • UIX-XML BC4J - Unexpected errors using paths and DeltaTree on a particular UIX page

    We are using a PageDescription to dynamically change a UIX tree using the DeltaTree technique described in the Dynamic Structure for For UIX Pages chapter of the UIX Developers Guide.
    We search for a particular node using PathUtils.FindPathWithNodeID(RenderingContext context, UINode from, java.lang.String nodeID), but this fails when the page contains nested ViewObjectScopes.
    The method throws a NullPointerException, and the render fails:
    29/08/02 9.08 Valutazioni: java.lang.NullPointerException
         oracle.cabo.ui.data.DataObjectList oracle.cabo.ui.collection.DataObjectListNodeList.getDataObjectList(oracle.cabo.ui.RenderingContext)
         int oracle.cabo.ui.collection.DataObjectListNodeList.size(oracle.cabo.ui.RenderingContext)
         int oracle.cabo.ui.BaseUINode.getIndexedChildCount(oracle.cabo.ui.RenderingContext)
         boolean oracle.cabo.ui.path.PathUtils._findPath(oracle.cabo.ui.RenderingContext, oracle.cabo.ui.path.PathImpl, oracle.cabo.ui.UINode, oracle.cabo.ui.path.PathUtils$Finder)
         boolean oracle.cabo.ui.path.PathUtils._findPath(oracle.cabo.ui.RenderingContext, oracle.cabo.ui.path.PathImpl, oracle.cabo.ui.UINode, oracle.cabo.ui.path.PathUtils$Finder)
         boolean oracle.cabo.ui.path.PathUtils._findPath(oracle.cabo.ui.RenderingContext, oracle.cabo.ui.path.PathImpl, oracle.cabo.ui.UINode, oracle.cabo.ui.path.PathUtils$Finder)
         boolean oracle.cabo.ui.path.PathUtils._findPath(oracle.cabo.ui.RenderingContext, oracle.cabo.ui.path.PathImpl, oracle.cabo.ui.UINode, oracle.cabo.ui.path.PathUtils$Finder)
         boolean oracle.cabo.ui.path.PathUtils._findPath(oracle.cabo.ui.RenderingContext, oracle.cabo.ui.path.PathImpl, oracle.cabo.ui.UINode, oracle.cabo.ui.path.PathUtils$Finder)
         boolean oracle.cabo.ui.path.PathUtils._findPath(oracle.cabo.ui.RenderingContext, oracle.cabo.ui.path.PathImpl, oracle.cabo.ui.UINode, oracle.cabo.ui.path.PathUtils$Finder)
         boolean oracle.cabo.ui.path.PathUtils._findPath(oracle.cabo.ui.RenderingContext, oracle.cabo.ui.path.PathImpl, oracle.cabo.ui.UINode, oracle.cabo.ui.path.PathUtils$Finder)
         boolean oracle.cabo.ui.path.PathUtils._findPath(oracle.cabo.ui.RenderingContext, oracle.cabo.ui.path.PathImpl, oracle.cabo.ui.UINode, oracle.cabo.ui.path.PathUtils$Finder)
         boolean oracle.cabo.ui.path.PathUtils._findPath(oracle.cabo.ui.RenderingContext, oracle.cabo.ui.path.PathImpl, oracle.cabo.ui.UINode, oracle.cabo.ui.path.PathUtils$Finder)
         boolean oracle.cabo.ui.path.PathUtils._findPath(oracle.cabo.ui.RenderingContext, oracle.cabo.ui.path.PathImpl, oracle.cabo.ui.UINode, oracle.cabo.ui.path.PathUtils$Finder)
         boolean oracle.cabo.ui.path.PathUtils._findPath(oracle.cabo.ui.RenderingContext, oracle.cabo.ui.path.PathImpl, oracle.cabo.ui.UINode, oracle.cabo.ui.path.PathUtils$Finder)
         boolean oracle.cabo.ui.path.PathUtils._findPath(oracle.cabo.ui.RenderingContext, oracle.cabo.ui.path.PathImpl, oracle.cabo.ui.UINode, oracle.cabo.ui.path.PathUtils$Finder)
         oracle.cabo.ui.path.Path oracle.cabo.ui.path.PathUtils._findPath(oracle.cabo.ui.RenderingContext, oracle.cabo.ui.UINode, oracle.cabo.ui.path.PathUtils$Finder)
         oracle.cabo.ui.path.Path oracle.cabo.ui.path.PathUtils.findPathWithNodeID(oracle.cabo.ui.RenderingContext, oracle.cabo.ui.UINode, java.lang.String)
         oracle.cabo.ui.UINode com.websiteitalia.wsdk.uix.pageflow.PageFlowManager.getRootUINode()
         oracle.cabo.ui.UINode oracle.cabo.servlet.ui.UINodePageDescriptionProxy.getRootUINode()
         oracle.cabo.ui.UINode oracle.cabo.servlet.ui.UINodePageRenderer.getRootUINode(oracle.cabo.servlet.BajaContext, oracle.cabo.ui.RenderingContext, oracle.cabo.servlet.Page)
         oracle.cabo.ui.UINode oracle.cabo.servlet.ui.HTMLUINodePageRenderer.getRootUINode(oracle.cabo.servlet.BajaContext, oracle.cabo.ui.RenderingContext, oracle.cabo.servlet.Page)
         void oracle.cabo.servlet.ui.UINodePageRenderer.renderPage(oracle.cabo.servlet.BajaContext, oracle.cabo.servlet.Page)
         void oracle.cabo.servlet.AbstractPageBroker.renderPage(oracle.cabo.servlet.BajaContext, oracle.cabo.servlet.Page)
         oracle.cabo.servlet.Page oracle.cabo.servlet.PageBrokerHandler.handleRequest(oracle.cabo.servlet.BajaContext)
         void oracle.cabo.servlet.BajaServlet.doGet(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
         void javax.servlet.http.HttpServlet.service(com.evermind.server.http.EvermindHttpServletRequest, com.evermind.server.http.EvermindHttpServletResponse)
         void javax.servlet.http.HttpServlet.service(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
         void javax.servlet.http.HttpServlet.service(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
         void com.evermind.server.http.ServletRequestDispatcher.invoke(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
         void com.evermind.server.http.ServletRequestDispatcher.forwardInternal(javax.servlet.ServletRequest, javax.servlet.http.HttpServletResponse)
         boolean com.evermind.server.http.HttpRequestHandler.processRequest(com.evermind.server.ApplicationServerThread, com.evermind.server.http.EvermindHttpServletRequest, com.evermind.server.http.EvermindHttpServletResponse, java.io.InputStream, java.io.OutputStream, boolean)
         void com.evermind.server.http.HttpRequestHandler.run(java.lang.Thread)
         void com.evermind.util.ThreadPoolThread.run()
    We found the element of the UIX page that causes the problem:
    <bc4j:viewObjectScope name="ElementsView" >
    <contents>
         <bc4j:rowScope name="NewElement" >
         <contents>     
              <bc4j:region automatic="false" >
                   <bc4j:key>
                        <bc4j:rowKey name="keyElement"/>
                   </bc4j:key>
                   <contents>
                        <bc4j:attrScope name="FlgState">
                        <contents>
                             <messageChoice name="FlgState" prompt="State" >
                                  <boundAttribute name="selectedValue">
                                       <concat>
                                            <bc4j:attrProperty name="value"/>
                                            <fixed text=""/>
                                       </concat>
                                  </boundAttribute>
                                  <contents>
                                       <!-- This is the nested vo scope causing the error -->
                                       <bc4j:viewObjectScope name="DecodeStateView" >
                                       <contents data:childData="list@DecodeState">
                                            <option data:value="StateCode"
                                                 data:text="StateDescription"/>
                                       </contents>
                                       </bc4j:viewObjectScope>
                                  </contents>
                             </messageChoice>
                        </contents>
                        </bc4j:attrScope>
                   </contents>
              </bc4j:region>
         </contents>
         </bc4j:rowScope>
    </contents>
    </bc4j:viewObjectScope>
    This usage of nested view object scopes has been explained in reply of a previous post, How to databind the children of a UIX XML choice, and before ours attempts to modify the tree it worked fine. Removing the nested view object scope the page makes the page render correctly, but we need it to retrieve the description of its state.
    We get the same behaviour (and a much similar stack trace, with the same oracle.cabo.ui.data.DataObjectList oracle.cabo.ui.collection.DataObjectListNodeList.getDataObjectList (oracle.cabo.ui.RenderingContext) throwing a NullPointerException) if we use NodeUtils.createPreorderDescendentAttributeEnumeration method instead of PathUtils.

    It's a bug in the DataObjectListNodeList class that's up at the top of
    the stack. It's been fixed for 9.0.3. The bit of XML that's triggering
    it isn't the <viewObjectScope>s, but the "data:childData".
    I believe you can workaround this bug by not passing a null RenderingContext to
    findPathWithNodeID(). Now, you don't have a real RenderingContext, and we
    don't especially need one - "null" is legit here, but I think if
    you just pass "new oracle.cabo.ui.RootRenderingContext()" then you'll
    get around this bug.

  • I downloaded a reader file and it screwed up my Safari browser and the app opens with the Goggle Quick search which I can't get rid of

    I downloaded a file to open a owners manual for a camera I needed. I had difficulty getting it down loaded and never could get the manual. I tried using my Safari browser and started getting this Goggle Quick Search file which opened in place of my Safari….I tried to close it and I can't. I did manage to get ride of the reader file.

    You may have installed one of the common types of ad-injection malware. Follow the instructions on this Apple Support page to remove it. It's been reported that some variants of the "VSearch" malware block access to the page. If that happens, start in safe mode by holding down the shift key at the startup chime, then try again.
    Back up all data before making any changes.
    One of the steps in the article is to remove malicious Safari extensions. Do the equivalent in the Chrome and Firefox browsers, if you use either of those. If Safari crashes on launch, skip that step and come back to it after you've done everything else.
    If you don't find any of the files or extensions listed, or if removing them doesn't stop the ad injection, ask for further instructions.
    Make sure you don't repeat the mistake that led you to install the malware. It may have come from an Internet cesspit such as "Softonic" or "CNET Download." Never visit either of those sites again. You might also have downloaded it from an ad in a page on some other site. The ad would probably have included a large green button labeled "Download" or "Download Now" in white letters. The button is designed to confuse people who intend to download something else on the same page. If you ever download a file that isn't obviously what you expected, delete it immediately.
    Malware is also found on websites that traffic in pirated content such as video. If you, or anyone else who uses the computer, visit such sites and follow prompts to install software, you can expect more of the same, and worse, to follow. Never install any software that you downloaded from a bittorrent, or that was downloaded by someone else from an unknown source.
    In the Security & Privacy pane of System Preferences, select the General tab. The radio button marked Anywhere  should not be selected. If it is, click the lock icon to unlock the settings, then select one of the other buttons. After that, don't ignore a warning that you are about to run or install an application from an unknown developer.
    Still in System Preferences, open the App Store or Software Update pane and check the box marked
              Install system data files and security updates
    if it's not already checked.

  • Quick Search and Domains

    When using quick-search in a field which contains a domain, the value queried is not the ones from the "meaning" but the physical value on the table. Example:
    The following domain:
    <Domain name="Priority">
    <AllowableValue value="LOW" meaning="niedrig"/>
    <AllowableValue value="MEDIUM" meaning="mittel"/>
    <AllowableValue value="HIGH" meaning="hoch"/>
    </Domain>
    Can only be searched by LOW/MEDIUM/HIGH and not niedrig/mittel/hoch.
    In advanced search is working fine, as I have the drop-down list with the options. But in quick-search, where I have to type the value, is not working.

    Idevaldo,
    This problem is inherent to the Quick Search dropdownlist technique. The same text item is used for each queryable attribute. In the Advanced Search, there is a separate item for each attribute, which makes it possible to have a choice item for the domain/lookup that returns the underlying value, even if the end user only sees the meaning.
    You will find that if you change the Quick Search type to singleSearchField, and as the search attribute specify the one with a domain or choice lookup, then JHeadstart will generate a dropdownlist for the meanings in the Quick Search area as expected.
    So my suggestion is that you remove this particular attribute from the Quick Search, and let it only be available in the Advanced Search (post-gen). Or you could generate only an Advanced Search region, or make the attribute non-queryable (which would remove it from both the Advanced Search and the Quick Search).
    Hope this helps,
    Sandra Muller
    JHeadstart Team
    Oracle Consulting

  • When searching two word sites (i.e.router bit)page 2 inserts special character(+) between words and stops search asking if I spelled incorectly

    When I'm on Firefox and enter search terms that have two words separated by a space such as "Harbor Freight" or "router bit"'if I advance to the second page a (+) sign is inserted between the words and the search stops and I'm asked to check my spelling. This does not happen if I am using Int.Expl.

    I followed your instructions and installed Developer Suite 10G on Windows Vista Home Premium edition. I have Oracle 11G DB running on the same machine.
    Two points, Steve:
    1. When I tried to set the maximum virtual memory to 6110 an error message displayed from Windows and told me that I can't set the maximum virtual memory to more than 4096. I set it to 4090 and it worked and I got nothing wrong during the installation process.
    2. After installing JInitiator and disabling Java on Firefox I called the http://127.0.0.1:8889/forms/frmservlet page and everything seemed to be OK because the Oracle Forms Services logo appeared and then a successful installation message appeared , but as I clicked (ok) to continue a gray screen appeared inside the browser (like the one displayed when you try to run a Java applet inside a browser) and then I wait to death till something appears but sadly nothing. I just get a blank gray screen inside my Firefox browser.
    Do you have any idea what to do to solve the problem?
    Regards

  • Searching using a combination of MessageChoice & TextInput in ADF UIX  Page

    Hello,
    I'm trying to create a page in ADF UIX which implements search operation using a combination of "Message Choice" & "Text Input". I refered to the OTN How to's Document for "Building a list of Values (LOV) with ADF UIX". It's been mentioned in the document to create an LovInput component & when you do that an UIX page LovWindow0.uix is created by default along with two handler's "LovFilter" and "LovSelect".
    when I try to implement this concept in the simple UIX page with out creating a LOV Input field.... i.e; I tried to implement this concept by just using the List of values component.... I'm not able to associate a handler to the go button present in the default list of files component.
    Consider the scenario where I'm using the Departments View.. In the list I'm displaying the filter Choice & in the Text Input specifying the where condition...
    Can anyone please help me out on this...I'm new to this concept...
    Thanks & Regards,
    Arun
    Message was edited by:
    sam_1328

    Hi Sam,
    i think this link should have part of ur solution.
    http://www.oracle.com/technology/products/jdev/tips/shmeltzer/setwhereclause/uix.html
    There you need to make slight modifications to the codes so as to suite ur scenario of search(having a message choice to choose filter and a textinput for the search value)
    The new method that you add by reading the page can be modified.
    Origional method mentioned is
    public void setCondition (String p_cond)
    ViewObject empvo = findViewObject("EmployeesView1");
         //Creating a Where clause for the query
    String whereclause = "LAST_NAME like '%"+ p_cond +"%'";
    empvo.setWhereClause(whereclause);
    empvo.executeQuery();
    replace this with the new method
    public void setCondition (String p_filter,String p_value)
    ViewObject empvo = findViewObject("EmployeesView1");
         //Creating a Where clause for the query
    String whereclause = p_filter+" = "+p_value ;
    empvo.setWhereClause(whereclause);
    empvo.executeQuery();
    But if u have a filter which is suppposed to be charechter field den the code should be
    public final void setMoreConditions(String p_field, String p_value)
    ViewObject empvo = findViewObject("EmployeesView1");
    if (p_field.equalsIgnoreCase("last_name")||p_field.equalsIgnoreCase("first_name"))
    String whereclause = p_field+" LIKE '%"+p_value+"%'";
    empvo.setWhereClause(whereclause);
    else
    if (p_field.equalsIgnoreCase("manager_id")||p_field.equalsIgnoreCase("department_id") )
    String whereclause = p_field+" = '"+p_value+"'";
    empvo.setWhereClause(whereclause);
    else
    String whereclause = "";
    empvo.setWhereClause(whereclause);
    empvo.executeQuery();
    In the above code include all the charechter field names in the first if condition.
    I think that should solve ur purpose.
    Try it and let me know if ur having any problems.
    Regards,
    Vineet

  • Is it possible to select multiple files on the W8.1U1's SEARCH RESULTS window page? For instance, if 10 CPP files are found by the seraching mechanism, can I select all 10 files and have them open in Visual Studio at once?

    TIA.

    Brandon, this forum member is known since a long time ago an arrogant (he thinks he knows more than every other) and stupid(*) (full of misconceptions). His first post is a very good example of what I just wrote. How does he dare to suggest to use File
    Explorer, if W8.1 already has a system built for doing just this search?  Do I have to open File Explorer in the folder (or somewhere near) the item I'm looking for? What about the other items in folders above it? This suggestion is stupid(*). He even
    asserts that I'm using Modern UI! I'm not! I'm using the desktop, but his misconceptions make him write such idiocies(*) with such arrogance: asserting what he doesn't know (arrogancy and stupidity). And more, this guy is no one to say he/he/he to me, because
    I know he is what you deleted from my posts, and more, he is often crying, moaning and snivelling like a spoiled child in this forum and messing up any thread posting stupid(*) images of programs imagined/designed/developed by others. All posts from him in
    this thread must be trashed (you should do it). He has nothing to contribute POSITIVELY in this thread, but just to MESS IT UP.
    (*) stupid, I can write, after all, you didn't delete this word from this ... poster.
    Now, look at the first reply: this forum member has no idea how much stupid is his 'work around'. And this 'work around' does not answer my question and even does address the environment I mentioned: W8.1 U1 search results window page, and not File Explorer!
    His second post just reassures me he has no idea what is the searching mechanism I'm talking about. He even mentions Win-w(!) which proves he totally ignore what is the searching mechanism I'm talking about. A user like this one, must have many monitors to
    keep him busy looking at them, and having excuses for not read and learn technical documentation. It's ignorance about technical aspects of computer issues that makes him post bad bug report and a bad idea in Connect site:
    Using Get-Date -Format "CyM" to work around some bugs
    https://connect.microsoft.com/PowerShell/feedback/details/884502/using-get-date-format-cym-to-work-around-some-bugs
    Only total ignorance about PowerShell makes someone post such bad 'bug' report. He got critics about his bad post, but I'm sure he doesn't understand.
    Column headers for alias should include DisplayName instead of just Name
    https://connect.microsoft.com/PowerShell/feedback/details/908152/column-headers-for-alias-should-include-displayname-instead-of-just-name
    In fact, the information displayed is already DisplayName, but this guy has no technical knowledge to understand what is happening.
    These 2 forum members just messed up a thread that should be free of negative contributions, besides off topic.

  • I will type in google let say tree the search will click on to one of the searches and instead of tree web page showing up a ad page will come up this happens with very thing can you help.

    I will type in google let say tree the search will click on to one of the searches and instead of tree web page showing up a ad page will come up this happens with very thing can you help.

    You (or your kids) inadvertently installed adware. You do not need to download or install anything to fix it.
    Any tips on how to stop it from happening?
    Yes. To learn how to avoid it in the future read How to install adware.
    If you require them, Apple's removal instructions are linked in the Recovery Procedure near the end of that document. Read and follow them carefully. Pay particular attention to the easily overlooked passages directing you to restart your Mac when required.

  • How to implement Quick Query and Saved Searches in ADF?

    We are using 11gR2 ADF.
    The requirement is to enable Quick Search and save the Searches.
    In the Oracle ADF documentation, it is mentioned that
    - Create a view with view criteria named.
    - In the .jspx drag and drop the view criteria and Select Quick Query
    Upon doing the above, we see that a Search panel is getting created, but with a message 'No Search Fields Added'.
    In the named view criteria, Under 'UI Hints' we have set
    -- execution mode as Both
    -- Search region mode is Basic
    -- Show Operators in Basic
    Under 'Criteria Definition'
    the attributes are added in a group with OR condition.
    Thanks for your reply. Oracle ADF developer guide does not help!!
    If you have any other documentation that helps in implementing this Quick Query and Saved Search, your help is greatly appreciated.

    Set the following on your af:query component
    SaveQueryMode = hidden
    ModeChangeVisible = false
    This should work for you ..
    Regards,

Maybe you are looking for