Clearing VO after the search in ADF C, JSP

How do you clear a where clause of a VO after searched for a record. I have VO using more than one table. As soon as you open the view it shows all the records. I have Find and Execute buttons to search for specific records in the table. This works fine. But if there no records for the Find, I want to reset the VO to show all the records. How do you do that? Thanks.

Maybe this can work:
1. Add a public method to your Application Module (right click on AM and go to Application Module Class) - example:
public void showDetail(){
ViewObject vo = (SearchDynamicViewImpl)findViewObject("SearchDynamicView1");
String s_where = "ID = 100";
vo.setWhereClause(s_where);
vo.executeQuery();
2. Use avaliable VO methods to programmatically control the View Object (i.e., see clearcache() method):
Some references:
* http://www.oracle.com/technology/products/jdev/tips/muench/mostcommon/index.html
* Re: most common ADF Business Components article
* http://www.oracle.com/technology/products/jdev/archive.html (download SRDemo ADF BC Edition - has some good code examples)
3. Drag and drop the AM Method onto your page and select Command Button - will end up with code on .jspx page like this to call AM Method:
<af:commandButton actionListener="#{bindings.showDetail.execute}"
text="showDetail"
disabled="#{!bindings.showDetail.enabled}"/>
I have not done this before but if I thought these references may help.

Similar Messages

  • The best  way of carrying the search string across different jsp pages?

    I heard about transfer object. What about carrying object with session for different pages.
    Please suggest me the best approach to
    carry the search string across different jsp pages?
    thanks
    vijendra

    I doubt its possible even with a fancy HTML widget, although the last iBA update now allows links to other books.

  • My  iTunes Library cleared out after the forced shutdown, how to recover it?

    So here is the thing, yesterday as usual, i was adding songs to my 10,000 tracks library's super organized as i do most of the time. Then i decided to shut down the computer  instead of just putting in of just hibernating him as i always do.. So my habit was to just close the laptop, this time i had it clicked to shut down but then i closed it before it really turned off. That means today when i opened it back it still was asking me if i really wanted to force quit the applications i had still opened, i said 'yes' and then the computer truly shut down. Then i restarted it again, opened browser, and when i open iTunes ALL my library was simply gone!
    I know that i didnt trashed any of the .itl or .xml files the day before so i really shocked when i saw it I dont know why did it happened, i wasnt updating iTunes or anything else..
    I went to 'iTunes' Folder in 'Music' folder, and there were the 'iTunes Library' .itl and a 'iTunes Library (2)' files along with the usual Extra, Genius .itl files and the .xml too.
    So ive searched on the thrash that by casualty still had files from TEMP folder i had erased a few weeks ago, and there only Extra and Genius .itl files but no iTunes Library .itl file... So it was not a thing happened by my manual deleting.
    I've tried re-installing the latest version of iTunes i found on the site (it was just a 'repair' since the version was up to date) and opened it again and there was still nothing :/
    I checked 'Previous iTunes Libraries' folder and f****! The newest file was from March this year (2012), i knew that ive added hundreds of new songs since that date and one other thing, i knew that date was not the latest update ive done to iTunes, the last one was for sure way after that kinda something in May or June so i dont know too why did it not appeared that .itl file.
    So i tried opening that 'iTunes Library (2)', and from my 10k songs it would only show ~8900 and then i tried the 'iTunes Library' from March and it would only show 9000 songs, So i guess im ****** up by 1000 songs difference... That is a lot a still, since they were all organized by Name, Artist, Album, Genre, Year, Rate, Times Played, Artwork,etc..
    So now i have serious problems..
    Do you have any suggestion on ways i could follow in order to find my 'Yesterday' Library infos and songs? With all the stuff it had? Like rewinding in time?
    Even if you dont, and presuming i would want to add those 1000 missing files from the iTunes Music folder where, dont know why, says i have 14k songs, which is very strange since i always delete to recicle bin all the songs i want to clear out from the Library so they wont stay in folder and not in iTunes, so how could i add those missing 1000 without adding those other 9000 that would be repeated??
    Please, somebody help me with this, because at this moment im really out of solutions and my Library and its organization are "my babies" and it would be a devastating loss to me if i have to ruined this way :S

    Reinstalling iTunes won't ever repair damaged libraries or find lost files.
    Unlike nearly all Windows software double-clicking an iTunes Library file does not necessarily open the selected database. Rather, iTunes opens the last database it successfully opened, or if that was in the "normal" <User's Music>\iTunes location, but is missing, it will create a new empty library.
    You can open an alternate library file, or create a new one, by holding down shift as you start iTunes. Although you can open the library files in the Previous iTunes Libraries folder this way, your library will perform better if you restore the archived library database to the main iTunes folder in the way that I have described.
    Your most recent library may be present in the main iTunes folder as a .tmp file, or recoverable via a file undelete tool, however either of these files, if found, may be partially corrupt getting you no further forward.
    The two most recent releases of iTunes were June 11th and March 28th 2012..
    Yes I read your post, but I don't know if you know all of the above. If you had a full backup of your library you could just restore that. It is possible that what you've tried so far hasn't yet brought back the most complete version of your library that is available to you. As a last resort you will have to work with what you have and add in whatever media is not in that version of your library, accepting the loss of recently added ratings, playlists & play counts.
    You can simply add the entire iTunes Media folder using File > Add Folder to Library folder which should ignore everything already in the library and only add new (to that database) stuff. If there is any chance that your iTunes media folder contains .m3u playlist files the import process will also import all of those, which may not be what you want. iTunes Folder Watch would then present a better approach.
    tt2

  • I lost the + and x on my tabs and now i have what looks like a clear box after the tab

    i have lost the + and x at the back of the tabs and now i have what looks like a clear box behind the tab but its only 1/8" thick and is as tall as the tab box itself
    == today

    If you have Tab Mix Plus then check its option to see if those buttons are still selected.
    See also [[Troubleshooting extensions and themes]] and http://kb.mozillazine.org/Resetting_preferences

  • Trying to find action class that acts behind the search button in a jsp

    Hi all,
    I am trying to change the Search Functionality of Standard B2B Web Shop. In B2B Web shop , if we click on Products tab on left hand side, we get a search box and if we search for a product, in standard system the search will return duplicates. If a product is assigned to more than one area in the catalog, it will show up on the results of the search more than one time.
    But my requirement is that I have to filter out the duplicates and display the link for the first instance found. For that I figured out the jsp and it is  b2b/organizer-content-product-search1.jsp and now I want to find out which action class it is calling.  Does anyone know which action class is it calling?
    Regards,
    Jessica Sam

    Hi Jessica,
    File b2b/organizer-content-product-search1.jsp call action="<isa:webappsURL name="b2b/nextquicksearch.do" />" you can find which class is calling in config.xml file. Below is the entry from config.xml file.
    <action path="/b2b/nextquicksearch" input="/b2b/organizer-content-product-search1.jsp" type="com.sap.isa.isacore.action.QuickSearchAction" name="quickSearchForm" validate="true">
                   <forward name="success" path="/b2b/organizer-content-product-search1.jsp"/>
                   <forward name="failed" path="/b2b/organizer-content-product-search.jsp"/>
              </action>
    It is calling com.sap.isa.isacore.action.QuickSearchAction Action class.  To get more idea and clear picture about how search is working in ISA please refer [Dev and Ext guide|https://websmp206.sap-ag.de/%7Esapdownload/011000358700000469462006E/SAP_ISA50_DevAndExtGuide.pdf]
    Please Goto Page 101-Generic Search It will give you more detail about how search is working in ISA.
    I hope this inofrmation will help you.
    eCommerce Developer

  • Rollback after postchanges() in struts / adf bc / jsp project

    I have a wizard that collects info from the user and binds the data as I move through the wizard. On the final screen I have a dataaction that first posts the data to the database and then calls a procedure on the database(the purpose of posting the data is so that the procedure has visibility of the data collected through the screens). So far so good...
    I then call a payment gateway to validate credit card information. If the gateway returns an error code I rollback the database post/ procedure changes(so I don't end up with a double post!) I then allow the user to change their card information and then go back to the final screen again. The problem I have is because of the rollback the data from the screens is no longer bound. To try and solve this I tried a specific rollback on the database by calling a database procedure that does a rollback.
    I was hoping that this would just rollback the post changes / procedure changes without affecting the middle tier?. It doesn't. I now get an error stating that the entity with row key xxx has been deleted. I don't understand how a rollback performed in a procedure on a database can also remove entries from the entities in the middle tier.
    Has anyone got a solution to my problem ???????

    Does the above not make sense, or does no one have a suggestion?
    Any help would be appreciated.
    Many Thanks.

  • Formatting on several websites is incorrect. Everything loads on the left hand side one after the other. Clearing 'Everything' from history works temporarily...

    Formatting on several websites is incorrect. Everything loads on the left hand side one after the other. Clearing 'Everything' from the search history fixes the problem temporarily, for a very short time. I've been using Firefox for years and I've only recently been getting this problem. It's been happening on both Windows 7 and 8. I'm not sure if this has anything to do with it but this problem has only arose since I upgraded to fiber power broadband, 100Mb. The link below is just one of many.

    Thanks for the advise. I already tried Safe Mode and the problem persists though...

  • How to call  a javascript method after the PPR event has finished  ?

    Hi!
    How can we make a javascript method get called after the processing of ADF PPR event?
    My specific use case is,
    I want to call a javascript function after the data in the table is loaded...
    In 10g, that is not a problem, as the data used to get loaded directly during onLoad, and so i would call my js function on load;
    but in 11g , the table data is being loaded through PPR which is initiated onload, and so i needed to call my function after the PPR Response processing has been done; for which I need the name of the event triggered at that instance.
    Is it possible to do this?
    Regards,
    Samba

    Hey, I got it.
    I handled the ADF Controller's PREPARE_RENDER_ID phase of the lifecycle, and then called the
    script to get Executed.
    The code :
        public void afterPhase(PagePhaseEvent pagePhaseEvent) {
            FacesPageLifecycleContext ctx = (FacesPageLifecycleContext)pagePhaseEvent.getLifecycleContext();
                 if (pagePhaseEvent.getPhaseId() == Lifecycle.PREPARE_RENDER_ID) {
                    if(AdfFacesContext.getCurrentInstance().isPostback() )
                        afterRender();
        }is written in lifecycle listener , and my backing bean extended this listener ,
    and in the afterRender() method I did this :
       public void  afterRender(){
                System.out.println("AFTER RENDER CALLED");
               FacesContext context = FacesContext.getCurrentInstance();
               ExtendedRenderKitService service = (ExtendedRenderKitService)Service.getRenderKitService(context, ExtendedRenderKitService.class);
               service.addScript(context, "translate();");
           }That's it.
    It did work, magnificently.
    Thanks for the idea.
    Regards,
    Samba

  • How to get the search function to find the correct files

    i have long wondered if it was me or the system, but i am very clear finally that the search function *****.
    1) i try to find a word in a document.
    2) the system shows me several possibilities. chapters 16, 18, 21, etc...
    3) i then bring up each one individually and search each one. some of them DON'T EVEN HAVE THE WORD OR PHRASE IN THEM THAT I AM SEARCHING FOR. what's THAT all about?
    4) so i look at my real life book or search on the web. voila! there it is. chapter 14.
    5) i try again. both finder search and spotlight. NEITHER SHOW ME THE CORRECT DOCUMENT. neither shows me chapter 14. they still show 16, 18, 21, etc.
    this has always been VERY mysterious.
    it has happened hundreds of times over the years.
    i am VERY clear now it is NOT me and it IS the system.
    what use is it to get a list of documents that do not have the correct criteria and NOT get the document that has the correct criteria?
    is leopard as sucky?

    thanks for your response.
    perhaps you don't use it as much as i do?
    i have been cursing this search feature for years.
    i often try to find exact words in a particular book
    that i have on my computer as .doc files.
    and it often does not find what i want and it often
    finds what i do not want. so i am very confused.
    i went to system preferences. opened spotlight.
    there is nothing listed under 'don't search here'...
    and i have only a few things listed under 'search here.
    i do not understand how that link could help my
    problem.
    when i search for the word inside a document or
    inside a pdf, the programs find the word. but
    finder/spotlight does not find it.
    i still need more help.
    and thanks for your response.

  • I'm trying to type a website on the search bar and it won't let me type anything. It keeps clearing after I type a letter! Please Help!

    I'm trying to type a website on the search engine but it won't let me type the website. Like, when I type a letter it'll automatically clear it unless I hold the letter down. How do I fix this?

    Firefox > Alt+H+T > Show Folder > close Firefox > Delete '''user.js''' file > rerun FF

  • The 'Clear search history' button in mygoogle search box is not working; it doesn't clear the searches. I can clear them by going to the firefox tools 'Clear recent history' button. Why is this? How to fix it please.

    The 'Clear History' button in my 'Google' search box has stopped working. it does not clear the searches. I have to go to Tools - 'Clear recent history' in the toolbar to clear the 'Google' searches. Why is this?How to fix it please. James McGunn

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    * Don't make any changes on the Safe mode start window.
    * https://support.mozilla.com/kb/Safe+Mode
    If it does work in Safe-mode then disable all extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    * Use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    * Close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")
    * [[Troubleshooting extensions and themes]]

  • Caching@URLservices  How to clear  resp. exception after the provider-refresh?

    Hello,
    we have created a servlet-application "CondorSTAR", running in OC4J via mod_proxy.
    Using URLservices at the portal, we get an 405 "Method not allowd". Oops, there was a misconfiguration in the servlet-application, so that was correct.
    After repairing the application, we can now connect "native", i.e. via the URL for the OC4J! But that works not in Portal, the "error-page seems to be cached". We get the same error-message 405 Method not allowed...
    Then we have restarted httpd (graceful, later restart), we have given a provider refresh, but still the error is there. Oops, there was also an exception...
    Has anybody an idea, to clear the cache resp. what about the exception after the provider-refresh?
    Thanks
    Michael
    -----8<---------8<----------8<---------8<---------8<--------8<--
    configuration details:
    this is PDK Services for Java version 3.0.9.0.5./PDK URL
    Services version 3.0.9.0.4. (December-Release)/Oracle Portal Version: 3.0.9.8.0/iAS 1.0.2/SunOS 5.7
    -----8<---------8<----------8<---------8<---------8<--------8<--
    jserv.properties: wrapper.classpath=/oracle/IAS/web/PDK/JPDK.3.0.9.0.5/jpdk/lib/provider.jar
    wrapper.classpath=/oracle/IAS/web/PDK/JPDK.3.0.9.0.5/urlservices/lib/urlservices.jar
    wrapper.classpath=/oracle/IAS/web/PDK/JPDK.3.0.9.0.5/urlservices/lib/tidy.jar
    -----8<---------8<----------8<---------8<---------8<--------8<--
    From jserv.log after the provider.refresh
    24/01/2002 10:20:28:199 GMT+01:00] CondorSTAR/ 3.0.9.8.0
    [24/01/2002 10:20:28:200 GMT+01:00] CondorSTAR/DefaultProvider.getPortlets() - ProviderId = 83990
    57
    [24/01/2002 10:20:28:200 GMT+01:00] CondorSTAR/ - start index = 0
    [24/01/2002 10:20:28:200 GMT+01:00] CondorSTAR/ - count = 999
    [24/01/2002 10:20:28:201 GMT+01:00] CondorSTAR/ - byUser = false
    [24/01/2002 10:20:28:224 GMT+01:00] CondorSTAR/ - User = PORTAL30
    [24/01/2002 10:20:28:225 GMT+01:00] CondorSTAR/DefaultProvider.getPortlets() - returning 1 of 1 p
    ortlets
    [24/01/2002 10:20:30:942 GMT+01:00] page/JNI: Exception when trying to connect in 1.
    [24/01/2002 10:20:30:953 GMT+01:00] page/Timeout occurred, label=71 url=http://c3po.isae.condor-v
    ersicherungen.de:7778/pls/portal30/!PORTAL30.wwpro_app_provider.execute_portlet
    [24/01/2002 10:20:30:953 GMT+01:00] page/ContentFetcher InterruptedIOException Caught, Fetcher Ti
    medout name=content-fetcher20
    -----8<---------8<----------8<---------8<---------8<--------8<--
    From jserv.log after the 405 error is displayed
    [24/01/2002 10:24:03:855 GMT+01:00] CondorSTAR/Entering URLSecurityManager hasAccess(Portlet,ProviderUse
    r) *****************
    [24/01/2002 10:24:03:855 GMT+01:00] CondorSTAR/URLSecurityManager:hasAccess(Portlet). Auhtorize Type Is
    non registered, Returningtrue
    [24/01/2002 10:24:03:989 GMT+01:00] CondorSTAR/Entering URLSecurityManager hasAccess(PortletReference,Pr
    oviderUser) *****************
    [24/01/2002 10:24:03:989 GMT+01:00] CondorSTAR/Entering URLSecurityManager hasAccess(Portlet,ProviderUse
    r) *****************
    [24/01/2002 10:24:03:989 GMT+01:00] CondorSTAR/URLSecurityManager:hasAccess(Portlet). Auhtorize Type Is
    non registered, Returningtrue
    [24/01/2002 10:24:04:012 GMT+01:00] CondorSTAR/URLSecurityManager:hasAccess(PortletReference: Return Val
    ue being returnedtrue
    [24/01/2002 10:24:04:098 GMT+01:00] CondorSTAR/renderBody : Entering render ****************************
    [24/01/2002 10:24:04:098 GMT+01:00] CondorSTAR/renderBody : DebugLevel = 3
    [24/01/2002 10:24:04:098 GMT+01:00] CondorSTAR/ProviderSubscribe : Hashtable doesn't have any values. Lo
    ading from file ...
    [24/01/2002 10:24:04:098 GMT+01:00] CondorSTAR/URLProvider:init:mapFilePath /oracle/IAS/web/Condor-Provi
    der/CondorSTAR
    [24/01/2002 10:24:04:099 GMT+01:00] CondorSTAR/URLProvider:storeSubscriberKeyPersistent: Leaving ...
    [24/01/2002 10:24:04:099 GMT+01:00] CondorSTAR/URLProvider:loadSubscriberInfo: Entered ...
    [24/01/2002 10:24:04:109 GMT+01:00] CondorSTAR/URLProvider:loadSubscriberInfo: Created File Inputstream
    ...java.io.FileInputStream@119119e
    [24/01/2002 10:24:04:151 GMT+01:00] CondorSTAR/URLProvider:loadSubscriberInfo: Exception occured ... jav
    a.io.StreamCorruptedException: Caught EOFException while reading the stream header
    [24/01/2002 10:24:04:158 GMT+01:00] CondorSTAR/ProviderSubscriber:getSubscriber -- ProviderId & subscrib
    erID -- 8399057 & null
    [24/01/2002 10:24:04:158 GMT+01:00] CondorSTAR/URLRenderer:renderBody -- subscriberID -- null
    [24/01/2002 10:24:04:158 GMT+01:00] CondorSTAR/Before getHtpsProxyInfo
    [24/01/2002 10:24:04:158 GMT+01:00] CondorSTAR/No httpsProxy Values specified in provider.xml
    [24/01/2002 10:24:04:158 GMT+01:00] CondorSTAR/After checking for httpsProxy proxy tag
    [24/01/2002 10:24:04:197 GMT+01:00] CondorSTAR/Inline pageurl received = null
    [24/01/2002 10:24:04:197 GMT+01:00] CondorSTAR/getURLStream Inside
    [24/01/2002 10:24:04:210 GMT+01:00] CondorSTAR/getURLStream:Session = null
    [24/01/2002 10:24:04:210 GMT+01:00] CondorSTAR/getURLStream : Content URL Specified = http://c3po.isae.c
    ondor-versicherungen.de:7778/pof/servlet/Welcome
    [24/01/2002 10:24:04:224 GMT+01:00] CondorSTAR/getURLStream : URL Constructed = http://c3po.isae.condor
    -versicherungen.de:7778/pof/servlet/Welcome
    [24/01/2002 10:24:04:267 GMT+01:00] CondorSTAR/Connection type = HTTPClient.HttpURLConnection[http://c3p
    o.isae.condor-versicherungen.de:7778/pof/servlet/Welcome]
    [24/01/2002 10:24:04:277 GMT+01:00] CondorSTAR/getURLStream : After doInput and doOutput
    [24/01/2002 10:24:04:277 GMT+01:00] CondorSTAR/getURLStream : After Connect
    [24/01/2002 10:24:04:277 GMT+01:00] CondorSTAR/getURLStream:After open connection
    [24/01/2002 10:24:04:277 GMT+01:00] CondorSTAR/getURLStream: Null check for session
    [24/01/2002 10:24:04:277 GMT+01:00] CondorSTAR/getURLStream: Check for Cookies != null
    [24/01/2002 10:24:04:277 GMT+01:00] CondorSTAR/getURLStream: No cookies found in servlet session.null
    [24/01/2002 10:24:04:277 GMT+01:00] CondorSTAR/getURLStream: Before getInputStream
    [24/01/2002 10:24:05:823 GMT+01:00] CondorSTAR/getURLStream: After getInputStreamHTTPClient.RespInputStr
    eam@1b45f7d
    [24/01/2002 10:24:05:823 GMT+01:00] CondorSTAR/getUrlStream: Before returning Input Stream ...
    [24/01/2002 10:24:05:823 GMT+01:00] CondorSTAR/UrlStream received = HTTPClient.RespInputStream@1b45f7d
    [24/01/2002 10:24:05:823 GMT+01:00] CondorSTAR/renderBody:filter is not null
    [24/01/2002 10:24:05:833 GMT+01:00] CondorSTAR/filterContent : Entering HtmlFilter filterContent ******
    [24/01/2002 10:24:05:834 GMT+01:00] CondorSTAR/filterContent : Url input stream ---- : HTTPClient.RespIn
    putStream@1b45f7d
    [24/01/2002 10:24:05:834 GMT+01:00] CondorSTAR/ConvertStreamToStringBuffer: Inside
    [24/01/2002 10:24:05:834 GMT+01:00] CondorSTAR/Character encoding = ISO-8859-1
    [24/01/2002 10:24:05:834 GMT+01:00] CondorSTAR/ConvertStreamToStringBuffer:Before close
    [24/01/2002 10:24:05:834 GMT+01:00] CondorSTAR/ConvertStreamToStringBuffer: Leaving
    [24/01/2002 10:24:05:835 GMT+01:00] CondorSTAR/filterContent : HtmlFilter Trim HTML Header Contents :
    [24/01/2002 10:24:05:835 GMT+01:00] CondorSTAR/TrimHtmlHeader:Before replacing escape characters
    [24/01/2002 10:24:05:835 GMT+01:00] CondorSTAR/TrimHtmlHeader:Token to be replaced<head
    [24/01/2002 10:24:05:835 GMT+01:00] CondorSTAR/TrimHtmlHeader:ExcludeString6
    [24/01/2002 10:24:05:835 GMT+01:00] CondorSTAR/TrimHtmlHeader:Last occurence found for: <head
    [24/01/2002 10:24:05:835 GMT+01:00] CondorSTAR/TrimHtmlHeader: Before returing after trimming
    [24/01/2002 10:24:05:835 GMT+01:00] CondorSTAR/filterContent : URL Contents Before footerTrimTag : <HEA
    D><TITLE>405 Method Not Allowed</TITLE></HEAD><BODY><H1>405 Method Not Allowed</H1>Initialisation Error:
    Welcome null</BODY></HTML>
    [24/01/2002 10:24:05:835 GMT+01:00] CondorSTAR/filterContent : Trimming HTML Footer Contents :
    [24/01/2002 10:24:05:835 GMT+01:00] CondorSTAR/TrimHtmlFooter:Before replacing escape characters
    [24/01/2002 10:24:05:835 GMT+01:00] CondorSTAR/TrimHtmlFooter:Token to be replaced/body>
    [24/01/2002 10:24:05:835 GMT+01:00] CondorSTAR/TrimHtmlFooter:Last occurence found for: /body>
    [24/01/2002 10:24:05:835 GMT+01:00] CondorSTAR/TrimHtmlFooter: Before returing after trimming
    [24/01/2002 10:24:05:835 GMT+01:00] CondorSTAR/filterContent : URL Contents AFTER TRIM HTML FOOTER : <H
    EAD><TITLE>405 Method Not Allowed</TITLE></HEAD><BODY><H1>405 Method Not Allowed</H1>Initialisation Erro
    r: Welcome null</BODY>
    [24/01/2002 10:24:05:836 GMT+01:00] CondorSTAR/filterContent : Processs Request : Before checking base
    hrefhttp://c3po.isae.condor-versicherungen.de:7778/pof/servlet
    [24/01/2002 10:24:05:836 GMT+01:00] CondorSTAR/********************filterContent : Converting relative
    srcs to absolute srcs ********************
    [24/01/2002 10:24:05:836 GMT+01:00] CondorSTAR/*********************************************
    [24/01/2002 10:24:05:836 GMT+01:00] CondorSTAR/Attribute to be searched for = src
    [24/01/2002 10:24:05:836 GMT+01:00] CondorSTAR/**********************************************
    [24/01/2002 10:24:05:836 GMT+01:00] CondorSTAR/Total no. of occurences = 0
    [24/01/2002 10:24:05:836 GMT+01:00] CondorSTAR/filterContent : Converting relative hrefs to absolute hr
    efs
    [24/01/2002 10:24:05:836 GMT+01:00] CondorSTAR/*********************************************
    [24/01/2002 10:24:05:836 GMT+01:00] CondorSTAR/Attribute to be searched for = href
    [24/01/2002 10:24:05:836 GMT+01:00] CondorSTAR/**********************************************
    [24/01/2002 10:24:05:836 GMT+01:00] CondorSTAR/Total no. of occurences = 0
    [24/01/2002 10:24:05:836 GMT+01:00] CondorSTAR/filterContent : Converting relative actions to absolute
    actions
    [24/01/2002 10:24:05:836 GMT+01:00] CondorSTAR/*********************************************
    [24/01/2002 10:24:05:836 GMT+01:00] CondorSTAR/Attribute to be searched for = action
    [24/01/2002 10:24:05:836 GMT+01:00] CondorSTAR/**********************************************
    [24/01/2002 10:24:05:836 GMT+01:00] CondorSTAR/Total no. of occurences = 0
    [24/01/2002 10:24:05:836 GMT+01:00] CondorSTAR/filterContent : Converting relative backgrounds to absol
    ute backgrounds
    [24/01/2002 10:24:05:837 GMT+01:00] CondorSTAR/*********************************************
    [24/01/2002 10:24:05:837 GMT+01:00] CondorSTAR/Attribute to be searched for = background
    [24/01/2002 10:24:05:837 GMT+01:00] CondorSTAR/**********************************************
    [24/01/2002 10:24:05:837 GMT+01:00] CondorSTAR/Total no. of occurences = 0
    [24/01/2002 10:24:05:837 GMT+01:00] CondorSTAR/filterContent : Convert all href to have a parameter of t
    arget=_blank
    [24/01/2002 10:24:05:857 GMT+01:00] CondorSTAR/addTargetNew: Inside
    [24/01/2002 10:24:05:857 GMT+01:00] CondorSTAR/addTargetNew: HREF Not Found
    [24/01/2002 10:24:05:857 GMT+01:00] CondorSTAR/addTargetNew: Before returning
    [24/01/2002 10:24:05:857 GMT+01:00] CondorSTAR/filterContent() Before check for AuthType:
    [24/01/2002 10:24:05:884 GMT+01:00] CondorSTAR/renderContents:getCharacterEncoding() = ISO-8859-1
    [24/01/2002 10:24:05:884 GMT+01:00] CondorSTAR/******************renderContents:Contents to be rendered
    [24/01/2002 10:24:05:884 GMT+01:00] CondorSTAR/<FORM NAME="urlservices_parameter_form_1889" METHOD="GET"
    ACTION="http://c3po.isae.condor-versicherungen.de:7778/servlet/page"><INPUT TYPE="hidden" name="_pageid
    " value="54,56,98,88,90" />^M<INPUT TYPE="hidden" name="_dad" value="portal30" />^M<INPUT TYPE="hidden"
    name="_schema" value="PORTAL30" />^M<SCRIPT Language="JavaScript1.1">
    function submitURL1889(url)
    document.urlservices_parameter_form_1889.p_8401668.value=url;

    Hi,
    Log information shows that the URL you are trying to use =>
    "http://c3po.isae.condor-versicherungen.de:7778/pof/servlet/Welcome" always return content
    <HTML><HEAD><TITLE>405 Method Not Allowed</TITLE></HEAD><BODY><H1>405 Method Not Allowed</H1>Initialisation Error:
    Welcome null</BODY></HTML>
    while the exception has nothing to do with the portlet functioning. Please make sure that you are using the right servlet.
    Thanks,
    Amjad.

  • How do I clear msgs that I've already deleted from the search page on the iPhone with IOS 6

    How can I clear messages that still show up on my search page even after I've deleted them

    No using the home button it takes me to the search and it shows msgs I've already deleted

  • How to kill the session after the user exit the ADF application

    Dear all
    I have a problem
    The problem is the session still exist after the user close the application and the browser. I want to kill all sessions that is not active.
    This is my test scenario:
    1- I open IE and run my ADF application that is deployed on weblogic. http://192.168.100.17:7001/myapp/faces/login
    2- At the same time I issue this SQL command to view the sessions for user 'ADFUSER' - the "ADFUSER" is the schema user.
    SELECT USERNAME,STATUS FROM v$session
    WHERE USERNAME = 'ADFUSER';QUERY RESULT IS
    USERNAME                       MODULE                                           STATUS
    ADFUSER                         JDBC Thin Client                                 INACTIVE3- Now the user close the browser
    4- Run the SQL again and I notice that the session still exist
    SELECT USERNAME,STATUS FROM v$session
    WHERE USERNAME = 'ADFUSER'RESULT:
    USERNAME                       MODULE                                           STATUS
    ADFUSER                        JDBC Thin Client                                 INACTIVE5- now the user open the URL again http://192.168.100.17:7001/myapp/faces/login
    6-Run the SQL again , and I notice that the old session still exists and a new session created too.
    SELECT USERNAME,STATUS FROM v$session
    WHERE USERNAME = 'ADFUSER'RESULT:
    USERNAME                       MODULE                                           STATUS
    ADFUSER                        JDBC Thin Client                                 INACTIVE
    ADFUSER                        JDBC Thin Client                                 INACTIVE
    2 rows selected.and every time I login to the application , a new session is open and the old session still exist
    I do not know why this happens
    I want to kill old session when the user close the application.
    These sessions are cleared only when i restart the weblogic domain.
    here is some information about my development environment:
    Jdeveloper 11.1.2.3
    WebLogic Server Version: 10.3.5.0
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    thanks in advance

    Hi,
    for performance reasons you should not use dedicated user connections to the database. Instead you use JDBC data sources (default in JDeveloper for ADF BC) that you can configure the database connection pooling for. This means that your v$session will always show a set of active session, which however are shared among users. Assuming you use ADF BC, this is what happens
    - A user requests a data bound page
    - The ADF BC checks out an AM and connects to the database using one of the database connections in the pool
    ... user work here ...
    - user exits application
    - ADF BC returns AM to pool and passivates pending user state (if application is left with dirty transaction)
    - Database connection is available in pool as soon as AM released
    This also happens between requests. Long story cut short: v$session doesn't give you a true picture
    Frank

  • Recent searches will not clear from the search box in Safari

    Hi,
    I've been trying to get my recent searches to clear in Safari from the search box at the right corner of the browsing window. So far, I have tried the following:
    1. "Clear recent searches" in the menu that appears when you click on the magnifying glass.
    2. Changing my preferences not to auto fill other forms (after deleting everything that was already listed as auto-fill).
    3. Deleting Google cookies (since I use the Google search in that search box).
    4. Clearing the history.
    5. Emptying the cache.
    6. Resetting Safari entirely.
    7. Throwing .plist files for Google and Safari into the trash (and restarting after all of these).
    8. Completely dumping all Safari files and the application in the trash and then reinstalling Safari.
    And yet my first searches from a year and a half ago are still showing up in recent searches. It won't get rid of the initial ones even if it does delete any recent searches from the past few weeks--they just get replaced with whatever I searched when I first got the computer.
    Any suggestions? I'm about ready to trash Safari entirely and just go with other browsers exclusively.
    Julie

    Hi jmgstlouis,
    First of all, Welcome to the Apple Discussion forums!
    You may find your answer HERE that will explain better than I could.
    hope that helps,
    LS

Maybe you are looking for