Adf page display garbled

One of our ADF application that runs in the standalone web logic server, shows the page display garbled. (rows and columns display one over the other - messed up)
This application runs for months ok and suddenly the page display is garbled.
Then when we restart the managed server (in which this adf app is deployed) it displays fine there after.
Does anyone can think of why this happens?
Thanks

Which jdev version?
I guess you can't reproduce this behavior?
Sometimes a server starts missbehaving if it runs out of memory or other resources.
Timo

Similar Messages

  • How to display flash file in adf pages

    how to display flash file in adf pages need help

    Thanks all,
    It is resolved.
    the code i am using to display a flash is below.
    <f:verbatim>
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version
    =10,0,0,0" width="300" height="300" id="11gR1_aniH_grey" align="middle">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="allowFullScreen" value="false" />
    <param name="wmode" value="transparent" />
    <param name="movie" value="mx2004demo.swf" />
    <param name="quality" value="high" />
    <param name="bgcolor" value="#4d5c64" />     
    <embed src="../Images/mx2004demo.swf" quality="high" width="300" height="300" name="mx2004demo.swf" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false"
    type="application/x-shockwave-flash" wmode="transparent"
    pluginspage="http://www.adobe.com/go/getflashplayer" />
         </object>
    </f:verbatim>

  • To Display HTML content on ADF page

    Guys,
    I want to display the content from Website (its contains images and text) on to the ADF page. Which component should i use?
    I dont want to use Iframe since we cant set the height properly...

    af:inlineFrame is pretty much your only option. What do you mean you cannot set the height properly?

  • Dynamic display of table on ADF page

    I am looking for a ADF page which has a drop down box having table name as inputs and when selected it should show the data inside that table in the ADF table component.

    Hi John,
    Regarding your situation if you use different page fragment and then by using dymanic task flow decide which page fragment must be shown (each fragment has a table) in this case it is really performance effective because in the case of switcher or simpler (add 3-4 differenct table and just flag the rendered attribute of each table) your page must have all the iterator of the tables.
    when your page render all the iterator must be proceed.
    in the TAsk flow situation just the iterator of the fragment would be proceed.
    so the most simple solution is drag all the table to the page and just flag the rendered attribute of each of them so only one of them render base on the choice list.
    the best solution is to use the task flow.
    Good Luck.

  • Programmatic creation of ADF pages

    Does ADF allow creation of pages programmatically instead of creating them from JDev? Exploring option where components can be created dynamically at runtime.
    For most applications, static UIs build declaratively from JDev would suffice. We need to build an application that requires users with very little technical skills create ADF pages. Building the page in JDev is not an option. We can make it easier for the administrator/user by building a simple UI that captures the page definition (ex page text, controls that are required, destination page etc), and programmatically construct the page using the data provided. Does ADF provide APIs to programatically construct a page?

    Frank,
    Is it possible to create binding for a VO instance created at runtime and associate it with a table created at runtime. I've a page in which I need to dynamically create multiple instances of a table & vo based on a metadata stored in the database and display all in one screen.
    Thanks,
    Sreeni

  • Got the Exception in ADF page while getting BPM task list

    Hi,
    My requirement is i,n ADF page i need to display BPM human task list in ADF region.
    while Deploying my applciation server got the below exeption and it's taking the more time too.
    Please find details of Exception below.
    06:56:08 PM] [Deployer:149192]Operation 'deploy' on application 'ADFResources_application1 [Version=V2.0]' is in progress on 'AdminServer'
    [06:56:09 PM] [Deployer:149193]Operation 'deploy' on application 'ADFResources_application1 [Version=V2.0]' has failed on 'AdminServer'
    [06:56:09 PM] [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application ADFResources_application1 [Version=V2.0] on AdminServer.: .
    [06:56:09 PM] Weblogic Server Exception: weblogic.application.ModuleException:
    [06:56:09 PM] Caused by: java.lang.ClassNotFoundException: oracle.bpm.web.security.faces.AuthenticationPhaseListener
    [06:56:09 PM] See server logs or server console for more details.
    [06:56:09 PM] weblogic.application.ModuleException:
    [06:56:09 PM] #### Deployment incomplete. ####
    [06:56:09 PM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
    is any thing i missed out to include the jar files.?
    Thanks,
    madhava

    Search which library you are missing from Jdeveloper ->Tools -> Manager Libraries by using the missing class name
    oracle.bpm.web.security.faces.AuthenticationPhaseListener

  • Horizontal scroll bar for each page of the ADF page???

    Hi Everyone,
    I have developed one ADF page which is working very fine.
    The width and height of the page is more by which it is showing vertical scroll bar and horzontal scroll bar at the end(bottom) of the page.
    But the requirement is that the horzontal scroll bar should be displayed for every page when we scroll down but it is displaying at only bottom of the page.
    How can i include horizontal scroll bar?
    Any suggestions wil be really useful.
    Thanks.

    See if this works:
    <af:form id="f1">
    <af:panelStretchLayout id="psl1">
    <f:facet name="center">
    <af:panelGroupLayout id="pgl2" layout="scroll">
    <af:panelGroupLayout id="pfl1"/>
    </af:panelGroupLayout>
    </f:facet>
    </af:panelStretchLayout>
    </af:form>
    Drop your content inside the second panelGroupLayout

  • Create ADF page based on wsdl is passing null values

    Hoi,
    We are creating some simple ADF forms te demonstrate our webservices that we have created for our customer.
    The first one was created without any problems.
    The second one is more complex and now i am having a problem running it.
    I noticed that the datacontrol that is created is different.
    The working one has a process with the 3 parameters direct within process
    The other has a process whit only 1 parameter "payload" underneath. That parameter declared as process_parameters (and there are the real parameters: naam, poscode, etc)
    Both pages have a split panel with left the parameters and a button and right the result (in table)
    When i tried to drag the datacontrol into the split panel you only get 1 parameter "payload" which was not the real parameter. Then i dragged the process parameters into the split panel and then you get the items on the canvas.
    However when we run the second page only empy messages are sent to the webservice.
    Is it possible the create a simple page without changing the webservice? Can i change the way the parameters are filled in an easy way?
    Thanks,
    Jan-Derk

    Hi friends,
    Maybe it is better that i ask:
    How i can set a ViewObject current row to an specific row on page display?
    for example when my page display i need to set its current row to another row.
    e.g:
    servicesView.setCurrentRow(myOwnRow);but i want this code to execute when my page is shown, where i write the code?

  • Programmatically making the ADF page dirty

    In ADF page, I have a form to add one record. When I add one record, it adds record to temporary list to a bean which is in viewscope. The temporary records list will be displayed below the form as a table data. There is button for final commit once I have added all records to temporary list. The add button calls a method in application module which is plain java bean. My application module method invokes webservice through proxy client.
    My requirement is that if user adds few temporary records and if user tries to move away from the page/page fragment by clicking any link other than final commit then I need to show uncommitted data warning popup. The popup should be triggered by <af:checkUncommittedDataBehavior/>.
    Please let me know how to achieve this requirement or point to any links which has solution. Also let me know if you need any further details here.

    Check this blog post which provides the required information:
    http://stegemanoracle.wordpress.com/2006/03/04/a-re-usable-prompt-to-save-changes-component/
    If you have AM - you do the following:
    AppModuleDefImpl amdef = new AppModuleDefImpl();
    amdef.setDirty(true);Thanks,
    Navaneeth

  • Write html to adf page?

    Which one component can display html on jsff page?
    I dont know how to write hml document on adf page for example on popup? Html read from database like blob.
    Edited by: user12985010 on 14-Apr-2010 05:02

    Hi,
    the af:outputText can print HTML if you set the escape property to false.
    http://download.oracle.com/docs/cd/E15523_01/apirefs.1111/e12419/tagdoc/af_outputText.html
    Note that using an iFrame component is a better choice if all you want to do is to dump HTML onto a page
    Frank
    Edited by: Frank Nimphius on Apr 14, 2010 3:37 PM

  • ADF page integrated in OAF as a rich region.

    Hi,
    We are following the post https://blogs.oracle.com/jruiz/entry/embedding_adf_ui_components_into to embded the ADF region into OAF, we are facing a serial of issues here.
    Our ADF page is running on a different server and when we have tried adding the same page to our OAF page.
    Tried a different number of permutation and combination to make it working but all the time its throwing a error.
    This is we set up in the function call :: OA.jsp?targetPage=faces/http://10.117.155.5:7001/TestingExtenstionApps-ViewController-context-root/faces/page/DVTPage.jspx.
    oracle.apps.fnd.framework.OAException: Region could not be found in AK_REGIONS; RegionCode: RegionApplicationId: -1
    Thanks
    Vipin

    After a number of modifications , with OAF expertise (Which I am not :-( ). I am able to render the page with the button click in EBS.
    Now when I am using the same function in my region, I am getting the issue with IE, which is displaying that
    This content cannot be displayed in a frame
    To help protect the security of information you enter into this website, the publisher of this content does not allow it to be displayed in a frame.
    What you can try:
    Open this content in a new window
    ===========================================
    and when I am clicking the link provided, I am able to see my page.
    While in firefox there is no such error and region is rendering But with no content inside.
    Thanks
    Vipin
    Limitations gives you a reason to explore more. :-)

  • Error when running applet in a adf page (but succeed in html)

    Hi all
    I have a movie player applet and want to put it in my web page.
    I tried with html and the applet work just fine. Here is my code:
    <applet code=SimplePlayerApplet width=320 height=300>
    <param name=file value="Unknown2.mov">
    </applet>
    However, when I put it in adf page, nothing is displayed:
    <jsp:plugin code="SimplePlayerApplet.class" codebase="." type="applet" align="middle" width="320" height="300" jreversion="1.6" >
    <jsp:params>
    <jsp:param name="file" value="Unknown2.mov" />
    </jsp:params>
    <jsp:fallback>
    <p>This plugin can't be loaded</p>
    </jsp:fallback>
    </jsp:plugin>
    The html page and the jspx page I put in the same directory structure.
    And link to html: http://127.0.0.1:7101/JMFStudio-Project1-context-root/htmlTest.html
    Link to the jspx: http://127.0.0.1:7101/JMFStudio-Project1-context-root/faces/untitled1.jspx
    So I tried changing codebase to "/faces" but nothing happens.
    Any suggestion? should I put codebase as "." ??
    Thanks a lot.

    I use the verbatim tag, or use the <jsp:plugin> as above with the code attribute specified without ".class" the applet is loaded ( I can tell as there is loading media panel of the applet displayed ). However the movie is never played.
    <f:verbatim>
    <applet code="SimplePlayerApplet" width="320" height="300">
    <param name="file" value="Unknown2.mov" />
    </applet>
    </f:verbatim>
    It seems that the movie file is not found??
    If I view source code of the page, I see the code generated as follow
    - <f:verbaim><applet>..... : <applet code="SimplePlayerApplet" width="320" height="300"><param name="file" value="2.mov"/></applet>
    -<jsp:plugin> : <EMBED type="application/x-java-applet;version=1.6" pluginspage="" code="SimplePlayerApplet" codebase="." align="middle" archive="" hspace="" name="" vspace="" title="" height="300" width="320" file="Unknown2.mov" >
    <NOEMBED><p>This plugin can't be loaded.</p></NOEMBED></EMBED>
    Is there any issue of loading file source with adf page? Previously I encountered the similar issue when trying to embed a plain movie file into a adf page. I used <embed> or <object> tag inside the verbatim tag. But there is nothing displayed in the browser. (I suspect the problem with the loading of file source as when I replace the movie source (which is stored locally) by a url to a video on the internet, it worked fine)
    Any suggestion? how do I debug this?
    Thanks a lot.
    Khue.

  • Render Raw XML in adf page

    Hi
    I need to display a large xml content(raw) which is returned as a String in jspx(adf page). i need to render the raw XML content in my panelgrouplayout . How to go about this??
    Thanks
    Chaya

    Can you explain more your case? When you say render do you refer to just visualize the xml content or use it to render a part of the page?
    If is just to visualize the xml content you can use a component like af:outputText, it should be able to escape the xml entities.
    AP

  • Standard Pattern to Access EBS VOs from ADF page

    Hi,
    I want to access EBS VOs from ADF Page. Is there any Standard Design Pattern to Access EBS VOs from ADF Page
    Thanks in Advance,
    Pradnya

    Hi,
    Actually I want to display Data from Oracle EBS to ADF Page. I want to know the standard Practice.
    Please suggest which option is suitable in this case:
    1. Shall Icreate VOs from View as by you. But if we create VO can we access it from ADF page?
    2. I should use either SOA gateway to expose Stored Procedures of EBS as webservice and access webservice from ADF backing Bean.
    3 Access EBS views from Toplink/ Hibernate (ORM) create EJB service on top of it. Access this EJB service from ADF Page.
    Thanks in advance,
    Pradnya

  • Customize ADF Page

    JDev 11.1.1.6.0 ADF BC
    I want to customize my ADF page for differenet business scenarios. For example, A label displayed as "ABC" for user A should be displayed as "XYZ" for user B.
    I mean, the label component is the same but have different texts for different users.

    I do not have demo code with me but let me explain it more in depth .
    Step 1-:Where user logged in you might have one dologin method where you can check the user name or use group it dependent on you business requirement.
                  is user name is abc
                 ADFContext.getCurrent().getSessionScope().put("labelValue","XYZ");
                 or else
                  ADFContext.getCurrent().getSessionScope().put("labelValue","ABC);
                  {code}
    Step 2:in your UI page use folllowing code
            {code}
          label="#{sessionScope.labelValue}"
         {code}
    Thanks
    Prateek                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Maybe you are looking for

  • How do I capture a screen image on my MacBook Pro?

    I have had problems getting my MacBook Pro to back-up to my WD My Passport since updating to Mavericks. I am in email conversations with WD and require to email them a capture of the WD diagnostics Screen. Since there is no PRINT option in the WD men

  • TA26012 Has anyone used keyring 808 spy camera with an itouch and rendered with good results in final cut pro ?

    I am using spy camera 808 which has the same 1280 by 720 H264 AAC as an itouch for filming. Problems occour in fincal cut pro 6.06 on export if i export 808 on its own no issue the issue is the itouch messes up the time liine on sound video, example

  • Declarative Component inside of an Iterator

    I am building a custom declarative component, and that's how I am using it from the main page: <af:iterator var="row" value="#{viewScope.manageMinorCrBB.linesForAddGroup}" id="it1"> <af:panelGroupLayout id="id13" layout="horizontal" halign="left"> <a

  • Some downloaded podcast files restart in the middle

    Hi, Every so often, an audio podcast file (from any of a bunch of series I subscribe to) that iTunes downloads has the correct duration, but the contents are oddly corrupted: In mid-playback the audio starts over again. Say it's a 15 min. episode - a

  • Impossible to read rt.jar classes??

    Hi, I noticed that recent versions of the rt.jar from Sun are compressed in a way making it impossible to extract files from it? I need to do this from a Java tool I am creating, but I end ut with a: java.util.zip.ZipException: invalid CEN header for