JSFF inside the component watch square as boxes

Hi experts jdev,.

With the help of jdev 11.1.1.5.0 - adfbc.

am sad to this:(am continuer à se battre avec jdev)

When conponet jsff opened inside all show themselves as a square box.

so I closed and open. He (square box) disappears. If I drag the component means. It shows once again as a square box.

When executing page without problem.

What is the reason. ?

Try this
http://rcastrosp.blogspot.in/2011/09/JDeveloper-1112-fails-to-render-Web.html

Tags: Java

Similar Questions

  • Selection of setting inside the component af:table LOV

    Hi all

    I use Jdev 12 c.

    I can't find anything on the definition of the selection of a component of SelectOneChoice when it is inside a table.

    My use case: I'm iteration in a list of serial numbers, and ask a CreateWithParams liaison to a number of different parameters.  Those new lines appear in an af:table component.  One of these parameters can take the values 1, 2 or empty.  For this attribute, I have set up a selectOneChoice with a fixed/static LOV to the choice.  Now, the CreateWithParams is correctly set the value of the ViewObject line, but I don't know how to set the selection SelectOneChoice the correct value.  It is not done automatically.  Y at - it a way I can get the RichSelectOneChoice component in my managed java bean for each line so that I can manually set the selection of the component?

    Thanks for reading.

    Lance

    Solved the problem with a static list display object.  It was with my link layer.  The LOV was not part of the binding of the tree, so he was not updated correctly.  For those who have this problem in the future, put in place a static list view object and access it like a LOV in the view object related to af: table.

  • How to communicate a button to a movie_clip inside the component UiLoader using AS3?

    Hi, I do a flash app to test various paintings, for a company.


    I have a movie clip on stage with buttons on the left side and a uiloader side that loads an external swf file on button (thumb_01) click-target. In main movie clip, there are two buttons. 1 trigger a function to choose a wall and a 2nd trigger a function to select the roof. External file swf (movie_01.swf) has two clips 1 is a wall (mask_01) and the 2nd is roof (mask_02). Now the problem is I want to click a button to select the wall inside the external swf file to change its color. I am sure that the problem is in the path by which I try to choose a film of wall that is inside UiLoader. Can someone tell me what will be the path to trigger a function to a clip inside Uiloader?



    Here is my code for the button to select a wall or roof .




    import flash.events.MouseEvent;

    Import fl.motion.MotionEvent;



    var targetObj:Object;


    selectWall_btn.addEventListener(MouseE... selectWall);


    function selectWall(evt:MouseEvent):void {}

    targetObj = uiloader.movie_01.mask_01; <-I think the problem is in this way...

    trace ("wall is selected!');


    }





    Here's the code for uiloader =...



    Import fl.containers.UILoader;



    Object (this). slider_mc.thumb_01.addEve,... loadMovie_01);


    function loadMovie_01(evt:MouseEvent):void {}


    trace ("film is loading!");


    var uiLoader:UILoader = new UILoader();

    uiLoader.source = ' movies/movie_01.swf ";

    uiLoader.scaleContent = false;

    uiLoader.x = 291;

    uiLoader.y = 19;

    addChild (uiLoader);




    uiLoader.addEventListener(Event.COMPLE... completeHandler);

    function completeHandler(event:Event) {}

    trace ("number of bytes loaded:" + uiLoader.bytesLoaded);

    }

    }

    Error is the following...

    Scene 1, Layer 'Forth', frame 1, line 431120: access of undefined property uiLoader.



    Can someone help me?

    Part of the problem is due to declare the uiLoader inside a function.  When you do that limit its scope within this function.  You must declare outside any function if you need to access it in more than one function.

    import flash.events.MouseEvent;

    Import fl.motion.MotionEvent;

    var uiLoader:UILoader;

    var targetObj:Object;

    Other issues I consider the line that you point.  This is not spelling the name, with a small 'l '. Also, if you want to target that contains the UILoader, you should target its 'content' property, as in...

    targetObj = uiLoader.content.mask_01

  • ListView with TextField inside the component and requestFocus()

    Hello

    I'm trying to implement the logical: when the page with ListView is indicated - start editing (see the keyboard) in the field of specific text that is part of the agenda of the ListView.

    TextField.requestFocus () works very well if it is called some time later, after loading the page (assuming that when ListView load model and created the UI elements).

    How to identify when requestFocus() is success? onCreationCompleted for TextField/ListView does not work.

    It can be done with QTimer but I want to keep it as a backup plan.

    Thank you

    Can you try to add to your Page (or your ListView):
    attachedObjects:]
    {RenderFence}
    raised: true
    onReached: textFieldName.requestFocus)
    }
    ]

  • The content inside the af: showDetailItem not vertically stretched to adjust the size of the browser

    Hello

    The structure of my page is as follows:

    < af:panelTabbed id = "pt1" dimensionsFrom = "disclosedChild" styleClass = 'AFStretchWidth AFStretchHeight' > >

    < af:showDetailItem id = "sdi1" styleClass = "AFStretchWidth AFStretchHeight" >

    < af:panelStretchLayout id = "pgl21" styleClass = "AFStretchWidth AFStretchHeight" >

    < f: facet name = "center" >

    < af:panelGroupLayout id = "pgl1" layout = "scroll" >

    ........ (content)

    < / af:panelGroupLayout >

    < / f: facet >

    < / af:panelStretchLayout >

    < / af:showDetailItem >

    < / af:panelTabbed >

    If the size of the browser's 1936 X 1056, the content inside the component - panelGroupLayout is not the size of the full browser and it seems that it does fit for 1024 X 768 size of the browser.

    How to create content to occupy the size according to the size of the different browser?

    Thank you!

    Susan

    Susan, she doesn't look like you have given to your disposal. I see the problem could well be the surrounding container facet "contenseStretch." There you have a layout of the Group Panel in scroll mode. This container does not stretch its children.

    Try my or your sample (the stuff of Panel tabs) in a new page in the facet of the center of a provision of the expandable Panel or a set of tie of available grid 100%.

    See if it works then.

    Timo

  • Pages is not track changes inside the text boxes?

    I try to use Pages, industry changes, but it seems to be limited to body text. If I include images deleted, or if I change the text inside the text boxes, no changes are followed. What is a limit? (Version 5.6.1 of pages)

    See this thread for an answer from VikingOSX, the short answer for the current Version is no.

    Pages ' 09 fact.

    Track changes in text boxes

    You could always suggest via Contact us Apple to add this feature in the news

    http://www.Apple.com/feedback/pages.html

  • call the statement box inside the case statement

    I am writing a program which requires me to run a statement box inside another case statement. Although this sounds like a simple thing, I need to be able to call the case statement using a sequence structure, where s1 sends the true value to the case, s2, a fake. Then I need to record the results of this instruction box in a text file. Attatched is a simplified version of what I'm trying to do. Please note that the way my program runs may not call the case statement without using a sequence structure, two nesting box instructions is not feasible. I hope someone out there can help me because I was stuck trying to find this for awhile.

    Thank you

    LVStudent wrote:

    [...] I can't call the case statement without using a sequence structure

    Yes you can.  You just need to be smart.

    LVStudent wrote:

    I don't think I can use a state machine to fix this.

    I think you probably can.

    With respect to your original post. What are these s1 and s2 are you talking about?  My opinion on the matter, it is that you want to select a case based on the values of several controls Boolean.  If this is correct, I do this:

    Build your Boolean controls in a table, convert the table number and insert it into the structure of your business.  No button pressed = 0, s1 = only 1, s2 = only 2 both = 3.   This works for Boolean values as much as you want and is an easy way to make a decision that depends on many entries.

  • Limited edition of Halo 4, metal case damaged inside the box.

    I was told by Xbox support to publish on this site... even if my question is not related to all topics here...

    I pre-ordered the limited edition Halo 4 of Amazon.ca and just got yesterday. The metal game case that comes inside the box has been damaged. There are scratches and missing paint on the case, and the ink on the logo of the UNSC is stained. It is clearly unacceptable for a game for $100... it does not go through QA, looks as they took out of the garbage and just threw it into the box.

    I contacted Xbox support, and they said that they cannot replace parts such as "cross game", so I was told that my best bet was to contact Amazon. So I called Amazon, and they told me that they were sold out of Halo 4 Limited Editions and my only option was to return the game for a full refund... but that does not help me. I tired to communicate with the people that make the game (343 Industries), but they do not have these coordinates. So... my only options are simply return it for a full refund, or go on Ebay and buy another for $130 - $175. It's ridiculous, you think that with such a big like Halo game that there might be a service customer out there, but not... I just dropped over $ 100 to do this, the manufacturer could even be bothered and Xbox support just shrugs and says "Oh well..." Sorry "... as this fact it is ok.

    I have all of Halo collector's editions... Halo 2 collectors, legendary Halo 3, Halo Reach legendary, and now Halo 4 Limited... All I want is what I paid for, and after WHAT I bought, I think I won for my Stinking full face, replaced by another which should have been in the area.

    One of you have the Contact information for ANYONE that can help me find a replacement for this game box?

    Hello

    As Brian said you work with Amazon.

    =====================================================

    The Microsoft Community (formerly answers) has no influence on the XBox or XBox Live
    If you need to contact them.

    XBox - Support
    http://support.Xbox.com/en-us/pages/default.aspx

    XBox - Contact us (support)
    http://support.Xbox.com/en-us/contact-us

    XBox - Support Forums - and my XBox (top-right)
    http://forums.Xbox.com/

    Xbox technical support phone number

    • Toll-free: (800) 4MY-XBOX or (800) 469-9269

    Opening hours: 600 PM 2200 h / Pacific / daily

    International (direct line in the U.S.): 425-635-7180

    XBox LIVE - Service status
    http://support.Xbox.com/en-us/Xbox-Live-status

    Manage the XBox Live account
    http://support.Xbox.com/en-us/billing-and-subscriptions/account-management/Xbox-Live-account-management

    XBox Live Sign-in problems
    http://support.Xbox.com/en-us/billing-and-subscriptions/Windows-Live-ID/Xbox-Live-sign-in

    I hope this helps.

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle=""><- mark="" twain="" said="" it="">

  • SMTP transmission inside the Exchange box 25

    Hi all

    I've been dealing with this on my new pix for a while now.

    I'll put up my config via the MDP is that OK or should I use the command line tool?

    Also X end commands, should be given or turn off the firewall would do the same job?

    Looks like a simple enough task but can't seem to break.

    How to watch this config and if its ok what other reasons might be a failure?

    6.3 (3) version PIX

    interface ethernet0 car

    Auto interface ethernet1

    Automatic stop of interface ethernet2

    ethernet0 nameif outside security0

    nameif ethernet1 inside the security100

    nameif ethernet2 intf2 interieure4

    enable password xxxx

    passwd xxxx

    hostname PIX515E

    owl domain name - housing.local

    fixup protocol dns-length maximum 512

    fixup protocol ftp 21

    fixup protocol h323 h225 1720

    fixup protocol h323 ras 1718-1719

    fixup protocol http 80

    fixup protocol rsh 514

    fixup protocol rtsp 554

    fixup protocol sip 5060

    fixup protocol sip udp 5060

    fixup protocol 2000 skinny

    fixup protocol smtp 25

    fixup protocol sqlnet 1521

    fixup protocol tftp 69

    names of

    192.168.1.3 OWL-W2KS-MAIL name

    access-list inside_access_in allow a tcp

    Allow Access-list inside_access_in a whole udp

    outside_access_in tcp allowed access list any eq smtp interface outside eq smtp

    pager lines 24

    Outside 1500 MTU

    Within 1500 MTU

    intf2 MTU 1500

    IP address outside 80.176.xxx.xxx 255.255.255.xxx

    IP address inside 192.168.1.1 255.255.255.0

    No intf2 ip address

    alarm action IP verification of information

    alarm action attack IP audit

    location of PDM 192.168.1.50 255.255.255.255 inside

    location of PDM OWL-W2KS-MAIL inside 255.255.255.255

    PDM logging 100 information

    history of PDM activate

    ARP timeout 14400

    Global interface 10 (external)

    NAT (inside) 10 0.0.0.0 0.0.0.0 0 0

    public static tcp (indoor, outdoor) interface smtp smtp OWL-W2KS-MAIL dns netmask 255.255.255.255 0 0

    Access-group outside_access_in in interface outside

    inside_access_in access to the interface inside group

    Route outside 0.0.0.0 0.0.0.0 80.176.xxx.xxx 1

    Timeout xlate 03:00

    Timeout conn 01:00 half-closed 0:10:00 udp 0: CPP 02:00 0:10:00 01:00 h225

    H323 timeout 0:05:00 mgcp 0: sip from 05:00 0:30:00 sip_media 0:02:00

    Timeout, uauth 0:05:00 absolute

    GANYMEDE + Protocol Ganymede + AAA-server

    RADIUS Protocol RADIUS AAA server

    AAA-server local LOCAL Protocol

    Enable http server

    http 192.168.1.0 255.255.255.0 inside

    http 192.168.1.50 255.255.255.255 inside

    No snmp server location

    No snmp Server contact

    SNMP-Server Community public

    No trap to activate snmp Server

    enable floodguard

    Telnet timeout 5

    SSH timeout 5

    Console timeout 0

    dhcpd address 192.168.1.2 - 192.168.1.254 inside

    dhcpd lease 3600

    dhcpd ping_timeout 750

    dhcpd outside auto_config

    Terminal width 80

    XXXXXX

    : end

    All suggestions greatly appreciated

    RGS

    Colin

    Colin,

    I'm glad to hear everything is working. On you the question on the CLI or PDM, here's a good explanation of another post recently on the same topic:

    http://Forum.Cisco.com/eForum/servlet/NetProf?page=NetProf&CommCmd=MB%3Fcmd%3Dpass_through%26location%3Doutline%40%5E1%40%40.1dd5d7e5/0#selected_message

    To be honest, personally, I prefer to use CLI instead of PDM and usually market SHARE for its surveillance capabilities.

    Also please rate/vote for positions that have helped you on your problem this way, others can use the resolution that was displayed.

    Thanks and let me know if you need more help.

    Jay

  • I bought a Windows 7 Home Premium software on disk, however my product inside the box key does not work. Any help please?

    I have recently reinstalled windows 7 Home premium from the disk after deleting the existing partition.  During installation, I entered the key of product inside the box, but I get a message saying that this key cannot be used to activate wondows on this computer.
    Any help please?

    Skip entering your product key Windows 7 and complete the installation.

    When you reach the desktop, click Start, right-click on computer

    Click on properties

    Scroll down to the Windows Activation

    Click the link x days before activation.

    Click on the link that says: "show me other ways to activate.

    Enter the product key

    Click next

    Select the Activation of the phone

    Click Next when you enter your key page

    Select your country

    Click Next, call the number listed

    Be sure to explain your situation to the Appeals Officer.

    Provide the installation generated when ID requested by the call agent

    They give a confirmation ID in return, enter it

    Click next to complete the activation.

    However, the requirements for the media upgrade is that you have an operating system already eligible such as Windows XP or Vista installed to use it. Since the Windows 7 end user license agreement.

    15 UPDATES. To use upgrade software, you must first be licensed for the software that is eligible for the upgrade. After the upgrade, this agreement takes the place of the agreement for the software that you upgraded. After upgrade, you can no longer use the software that you upgraded.

    So, if you are always denied, you will just have to reinstall Windows XP or Vista and let it do the verification of eligibility.

    or

    How to activate Windows 7 manually (activate by phone)
     
    1) click Start and in the search for box type: slui.exe 4
     
    (2) press the ENTER"" key.
     
    (3) select your "country" in the list.
     
    (4) choose the option "activate phone".
     
    (5) stay on the phone (do not select/press all options) and wait for a person to help you with the activation.
     
    (6) explain your problem clearly to the support person.
     
    http://support.Microsoft.com/kb/950929/en-us

  • I bought Lightroom 4 CD, but lack a CD-ROM in my ultrabook. Is there a download for Lightroom 4? Can I use the serial number inside the box to Lightroom 4.1?

    I bought Lightroom 4 as a CD, but lack a CD-ROM in my ultrabook. Is the download for Lightroom 4 still available? Can I use the serial number inside the box to Lightroom 4.1?

    Hello

    You can access the following link to download the Setup program for Lightroom 4.

    Adobe - Lightroom: For Windows: Adobe Photoshop Lightroom 4.4

    Thank you.

  • When I click to choose a square plan boxes just keep spinning and don't be loading can not someone help?, when I click to choose a plan the just square boxes continue and don't load can someone help?

    When I click to choose a square plan boxes just keep spinning and don't be loading can not someone help?, when I click to choose a plan the just square boxes continue and don't load can someone help?

    Try a different browser.

  • Hi, when I create a text box, and I type text in it, then I resize this text box, I want to see inside moving text at the same time I'm re-sizing of the text box. It does show me not LIVE what is happening inside the text box while I'm re-sizing text

    Hi, when I create a text box, and I type text in it, then I resize this text box, I want to see inside moving text at the same time I'm re-sizing of the text box. It does show me not LIVE what is happening inside the text box while I'm re-sizing of the text box and the same goes for the area of the image, I hope I could clarify my question.

    When resizing of a text box, click and hold for a moment before starting to resize. This will allow to see live redesign.

  • Find a component inside the jsf fragment using javascript in adf

    Hi all

    I use jdeveloper 11.1.1.5.
    I want to find a component inside my frgament of jsf using javascript.
    Inside the jspx page, I was able to find the component using
    AdfPage.PAGE.findComponentByAbsoluteId ("ID");

    Now my requirement is I have a fragment of jsf, and I want to find the component within jsf frgament using javascript.

    I'm looking for the component.


    Please suggest

    Thank you

    Published by: Navin K December 21, 2011 16:24

    Hello

    fragments are displayed in the ADF regions, which are containers of naming. So a good strategy would be to first find the region

    var region = AdfPage.PAGE.findComponentByAbsoluteId("regionId");
    
    if(region != null){
    
      var comp = region.findComponent("ID");
      ...
    } 
    

    Another option would be

      var comp = AdfPage.PAGE.findComponentByAbsoluteId("regionId:ID"); 
    

    If you have a side handle server for the component, and then a third option exists, which is to call getClientId on this element and pass the customer ID to the JavaScript (for example af:clientAttribute)

    Frank

  • Page layout question: have 2 box inside the splitter facet

    Hi guru

    I need to have 2 Cabinet stacked vertically within the 2nd side of a separator (vertical) Panel and have a vertical scroll bar to scroll through the entire space of the 2nd facet. In addition, the Panel box #2 should move upward when the Panel box #1 is reduced. How to get there?

    I tried this

    < af:panelSplitter orientation = "vertical" >
    -< f: facet = 'first' name >
    -stuff inside the first facet
    -< / facet >

    -< f: facet 'second' = name >
    -PanelGroupLayout scroll >
    -< PanelBox 1 >
    -The things inside the box
    -< / PanelBox 1 >

    -< PanelBox 2 >
    -< PanelCollection >
    ----------------------------------<Table>
    ----------------------------------</Table>
    -< / PanelCollection >
    -< / PanelBox 2 >
    -< / PanelGroupLayout >
    -< / facet >
    < / af:PanelSplitter >

    The above provision extends from the first Panel area to the entire width of the screen, but the 2nd box is extended to only 50% of the width. I also modified the above to have the two boxes to Panel within a presentation of form of Panel with lines = '2' and argument maxColumns = '1 '. With that, the two panel boxes are stretched until 50% of the width of the screen. The problem is due to the table inside the box # 2 Panel?

    Help, please.

    Thank you

    Published by: user12612448 on January 4, 2011 04:10

    Hello

    A panelGrouplayout can be stretched in a panelsplitter until the layout is set to scroll or vertical.
    So it of ok and should work in your case

    A panelBox can be extended, however, it will not stretch her children, while the panelCollection will not stretch.
    Indeed, if it is caused by the content of the second panelbox.

    Try to use a styleClass to stretch the panelCollection example styleClass = "AFStretchWidth."

    Good luck

    Luc Bors

Maybe you are looking for