Customized selectBooleanCheckbox works fine on Firefox but not IE, Opera?

I'm using a customized selectBooleanCheckbox solution to give me a 'select all' like feature:
<h:form>
<h:dataTable binding="#{DialogManager.bean.nodeTable}" value="#{DialogManager.bean.nodeList}" var="nodeItem" border="1" cellpadding="10" cellspacing="1" >
    <h:column>
        <f:facet name="header">
           <h:selectBooleanCheckbox value="#{DialogManager.bean.selectAll}" valueChangeListener="#{MultipleSelectionDialog.allSelected}" immediate="true" onchange="this.form.submit();" />       
        </f:facet>
        <h:selectBooleanCheckbox value="#{nodeItem.selected}" />       
    </h:column>
</h:dataTable>
</h:form>When a user clicks on the selectBooleanCheckbox in the header, the other selectBooleanCheckboxs should also be selected. This works on Firefox, but not on IE or Opera. On IE, the checkbox in the header is selected and none of the checkboxs beneath it are selected. On Opera, the checkbox in the header is only selected for a moment before it is deselected.
Why would this happen? How can I fix it for IE and Opera?

tried onclick instead of onchange, no difference.
The IE browser produces browser failure messages:
'elements' is Null or not an object
container.jsp row 325
'elements.dialog:act' is Null or not an object
container.jsp row 381
Code: 0 Character 3I checked in the corresponding files and cannot make sense of the error messages.

Similar Messages

  • Very Strange...10gR3 EM is working fine in Firefox but not in IE6

    Friends,
    OS: Windows XP SP3
    DB: Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Prod
    I am able to work on the "Administration" tab in FireFox browser but not able to open the "Administration" tab in IE6.
    But iam able to connect the db using both the browsers but the problem is opening the "Administration" tab in IE6.
    Mozilla Firefox is not having any problem with any tab.
    when i click the "Administration" tab in IE6 its not giving any error but its keep on browsing without showing the "Administration" screen.
    what might be the problem?
    thanks

    I did it but no use.....
    Thanks
    oh.......
    here is the change.....
    i saw the history part.
    it shows "1" day to keep the page history....
    i make it as "0"
    now its working.....
    Message was edited by:
    VPS

  • Fixed headers while scrolling works fine in bids but not when deployed to reportserver

    Hi, I am using SQL Server 2008 R2 & deploying a report to reportserver with fixed headers while scrolling, this works fine in bids but not when deployed to reportserver. We are IE 9.
    Thanks in advance...............
    Ione

    Hi ione721,
    Since you have identified the 2 xml files are identical, according to my knowledge, there maybe a compatibility issue with IE 9 and SSRS 2008 R2, so I suggest that you could run the report in compatibility mode. Please make sure you have turned on Compatibility
    View in Internet Explorer 9 by following steps:
    When Internet Explorer recognizes that a webpage is not compatible, you will see the Compatibility View button on the Address bar. Try clicking it.
    When Compatibility View is turned on, the button changes from an outline to a solid color when you view the page.
    The following screenshots are for your reference:
    If you have any questions, please feel free to let me know.
    Best Regards,
    Wendy Fu

  • ITunes/Apple Mobile Device works fine w/iPod but not iPad

    Hi. I'm getting stuck on this and would like some help to solving this problem. Basically I'm trying to sync my iPad; however, whenever I connect it, this meesage pops up: "this iPad cannot be used because the Apple Mobile Device is not started." The problem is that when I try to plug in an iPod using the same wire, it works fine, no problem, but the iPad just won't connect. I have since uninstall and reinstall all Apple components (iTunes, AMD, QuickTime, etc) and it's still the same thing...iTunes connects fine w/ the iPod, but not the iPad. What to do? Thnx in advance.
    EDIT:
    Btw, I've tried to connect the iPad while the iPod is connected, and the "Apple Mobile Device is not started" error message pops up too, which is weird, because the iPod is connected and syncing at that time...which means the Apple Mobile Device thing IS started. >.>

    The iOS devices use Apple Mobile Device Service, while older iPods use the iPod Service.
    Checkout this Apple document -> How to restart the Apple Mobile Device Service (AMDS) on Windows
    Are you able to restart the service after following the steps in that article?

  • Query working fine in toad but not in forms 6i

    i have following coding on when button press triger
    declare
    CURSOR C1(year number,month number) IS
    SELECT ITM_NO,ITM_NAME,XAQ QTY,XAQ*TP VAL,gp
    FROM
    select ci.itm_no ITM_NO,ci.itm_name ITM_NAME ,cpg.group_id gp ,xaq ,ALLIED.CORP_PRIC_TP( ci.itm_no)TP from
    select prod_no,sum(xaq)*1 xaq
    from
    select prod_no, sum(nvl(xrd_sqty,0)) Xaq
    from allied.mrk_01_02
    where year=year and f_prd=month
    and area_id in (10200,10400,10100,10300,10500,20500,20300,20100,20200,20400,30100,30400,30300,30200)
    group by prod_no
    union all
    select prod_no, sum(nvl(xrd_sqty,0)) Xaq
    from allied.mrk_02_02
    where year=year and f_prd=month
    and area_id in (10200,10400,10100,10300,10500,20500,20300,20100,20200,20400,30100,30400,30300,30200)
    group by prod_no
    union all
    select prod_no, sum(nvl(xrd_sqty,0)) Xaq
    from allied.mrk_03_02
    where year=year and f_prd=month
    and area_id in (10200,10400,10100,10300,10500,20500,20300,20100,20200,20400,30100,30400,30300,30200)
    group by prod_no
    union all
    select prod_no, sum(nvl(xrd_sqty,0)) Xaq
    from allied.mrk_04_02
    where year=year and f_prd=month
    and area_id in (10200,10400,10100,10300,10500,20500,20300,20100,20200,20400,30100,30400,30300,30200)
    group by prod_no
    group by prod_no
    ) A,allied.corp_inv ci,allied.corp_01_01 c01, allied.corp_01_02 c02,allied.corp_prod_group cpg,allied.v_prod_grp vpg
    where ci.itm_no=a.prod_no
    and ci.itm_no=c02.itm_no
    and c01.grp_id=c02.grp_id
    and c01.grp_id in(55,56,57,58,59)
    and vpg.prod_no =ci.itm_no
    and vpg.group_id=cpg.group_id
    where XAQ <>0;
    Begin
         delete from fiaz.tmp_topten_prod;
         for i in c1(:year,:month)
    loop
              insert into fiaz.tmp_topten_prod
              values(i.itm_no,i.itm_name,i.qty,i.val,i.gp,0);
         end loop;      
    standard.commit;
    message('inserted in temp');
         exception when others then
              message (dbms_error_text);
              message (dbms_error_text);
    End;
    Same Query (as used in cursor c1) works fine in toad but giving wrong result from forms... and the problem is xaq field i.e returns incorrect qty...
    i guess union clause is not working in this situation...
    plz suggest me the appropriate changes in the query to work well from form as well...
    combination:Forms 6i,Oracle 8.0.6
    Regards,
    Usman Afzal

    As per your suggestion i have created a stored procedure but the followin error prevents procedure creation
    create or replace procedure fiaz.topten_prod(v_yr number,v_mn number) is
    begin
    delete from fiaz.tmp_topten_prod;
    insert into fiaz.tmp_topten_prod(itm_no,itm_name,qty,val,grp_id,prority)
    SELECT ITM_NO,ITM_NAME,XAQ QTY,XAQ*TP VAL,gp,0
    FROM
    select ci.itm_no ITM_NO,ci.itm_name ITM_NAME ,cpg.group_id gp ,xaq ,ALLIED.CORP_PRIC_TP( ci.itm_no)TP from
    select prod_no,sum(xaq) xaq
    from
    select prod_no, sum(nvl(xrd_sqty,0)) Xaq from allied.mrk_01_02
    where year=v_yr and f_prd=v_mn
    and area_id in (10200,10400,10100,10300,10500,20500,20300,20100,20200,20400,30100,30400,30300,30200)
    group by prod_no
    union all
    select prod_no, sum(nvl(xrd_sqty,0)) Xaq
    from allied.mrk_02_02
    where year=v_yr and f_prd=v_mn
    and area_id in (10200,10400,10100,10300,10500,20500,20300,20100,20200,20400,30100,30400,30300,30200)
    group by prod_no
    union all
    select prod_no, sum(nvl(xrd_sqty,0)) Xaq
    from allied.mrk_03_02
    where year=v_yr and f_prd=v_mn
    and area_id in (10200,10400,10100,10300,10500,20500,20300,20100,20200,20400,30100,30400,30300,30200)
    group by prod_no
    union all
    select prod_no, sum(nvl(xrd_sqty,0)) Xaq
    from allied.mrk_04_02
    where year=v_yr and f_prd=v_mn
    and area_id in (10200,10400,10100,10300,10500,20500,20300,20100,20200,20400,30100,30400,30300,30200)
    group by prod_no
    group by prod_no
    ) A,allied.corp_inv ci,allied.corp_01_01 c01, allied.corp_01_02 c02,allied.corp_prod_group cpg,allied.v_prod_grp vpg
    where ci.itm_no=a.prod_no
    and ci.itm_no=c02.itm_no
    and c01.grp_id=c02.grp_id
    and c01.grp_id in(55,56,57,58,59)
    and vpg.prod_no =ci.itm_no
    and vpg.group_id=cpg.group_id
    where XAQ <>0;
    commit;
    end;
    Error:
    "PLS-00201: identifier ALLIED.MRK_01_02 must be declared "
    i have not changed any thing in query working fine in toad without create procedure text and if i describe this table it shows the structure (desc allied.mrk_01_02)
    Now where is the problemmmmm
    Plz Help

  • Can't FLIP a quick RENDER! Works fine in SHAKE but not to flip or Disk!

    Learning with Lynda.com!
    Part 1 has you rendering two files, one is a still image, the other a quicktime movie, I don't have the money for premium so I got my own clouds movie (.mov) and added a still plane.
    I key framed 1 - 100 and playing it back its fine in shake, but not on FLIP or DISK, its nothing but a still image. Have done it 5 times making sure that all the right buttons are on, or not, and as I said, it works INSIDE of shake but won't RENDER to FLIPBOOK!
    I don't suppose anyone wants to send me the exercise files? (on knees begging LOL) I am a member, just can't afford $300 for one pop and this is really the only program I need to learn.
    Thanks!

    Sorry if I'm pointing out something obvious that you already know. Have you checked the time range in the render dialog? Shake does not fill in the values for you automatically, and defaults to "1" so only renders the 1st frame. It needs to be set to eg "1-100".

  • Apple TV working fine with Wireless, but not on Ethernet

    I just got an Apple tv for my B-day and I can't get the Ethernet port to work.
    It works fine on wireless but if i plug in the cable to my 5 port switch that then goes to my router it will not login to the store, or sync or fine youtube. It has and ip and everything. I tried opening that port 38 something. And no go? Does anyone have any ideas?
    I have a 2wire router, and one 5 port switch, the PS3, Wii and Xbox all work on the switch just fine.
    I even upgrade to firmware 2.01

    Thanks for your help guys
    I have tried another ethernet cable but no go. I'm going to get a new one at the store today. As for the IP. the first time I plugged it in the IP was way diffrent from the one on my router so i manually added the new ip and subnet mask etc etc. And still no go. It is seen in itunes but tells me it can't sync. And if i go to the Apple TV it will not open any of the web enabled features. No you tube, no store, no nadda.

  • FP works fine in IE but not in Firefox any more.

    It Used to work in Firefox. I think I tried updating the version I was using. (I can't remember anymore - it's been over a week I've been messing with this trying to get it to run.)
    Have tried  the uninstaller, checked & the files are gone. Reran the installers (including some for past versions)
    Nada
    Tried uninstalling & reinstalling Firefox, then Flash.
    Nada
    This site Used to work fine:
    http://dictionary.reference.com/fun/crossword/index.html
    Now nothing.
    Running Firefox 3.5.2 under Win2000
    Help! please.
    xr

    Problem solved. What happened is that my image was not big enough to be seen in a small window so it appears as if the image was not loaded at all.

  • Chat works fine in IE but not in Firefox - shows "loading" but never does

    Facebook Chat always shows "loading" but never does - I've tried most of the suggested solutions but have yet to find one that works with Firefox - it still works fine in IE..

    Now sorted but I don't know what I did! :)

  • Custom Dashcode widget works fine on mac, but not in iBooks

    I wrote a dashcode widget that works fine on my mac but not in iBooks, what am I doing wrong?
    I am trying to create a widget that performs a specific calculation when the user inputs the 2 variables. However when I go to preview it on my iPad, the button that performs the calculation disapears. It is visible in the thumbnail, but once you launch to full size... bye bye...
    Help is appreciated. Are buttons not allowed?

    tk0us wrote:
    it sets the size of the widget when displayed as a widget full screen or whatever size the png is
    That is not correct. What sets the size of the widget when it runs is the canvas size of the widget, not Default.png.
    At the link below, you can find a widget with a Default.png of 140x200 pixels. When you run the widget, it displays at 900x607 pixels.
    http://www.triodia.com/staff/michi/drumming/RopeCalc.zip
    This demonstrates that Default.png has nothing to do with the size of the widget when it runs. Default.png need not even have the same aspect ratio as the widget canvas.
    Michi.

  • When going from Gmail to google calendar I get an error message that the google is asking for a redirect that cannot complete. This works fine in IE, but not my beloved Firefox. I have the default cookie settings still in place

    When looking at my gmail, I want to open google calendar, but get the above error message. Cookies are enabled, default settings are still I place. This works fine when I use IE. HELP!

    This issue can be caused by corrupted cookies.
    Clear the cache and the cookies from sites that cause problems.
    * "Clear the Cache": Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    * "Remove the Cookies" from sites causing problems: Tools > Options > Privacy > Cookies: "Show Cookies"
    * http://kb.mozillazine.org/The_page_is_not_redirecting_properly

  • My email program smartzone has suddenly started working on smartzone lite instead of the regular one even though I have it set to work on the regular one. It works fine on IE but not on Firefox

    My email program, smartzone has started coming on as Smartzone Lite even though I have it set to work on the regular Smartzone. It works fine on IE. This problem makes my email list come up with HUGE print and it is very awkward to use. I want the Smartzone regular back. Please tell me what to do.

    Hopefully this support article is what you need:
    http://support.mozilla.com/en-US/kb/Websites+look+wrong

  • Custom Login works in IE Explorer, but not mozilla 1.2. Why?

    Portal Rel. 2, all patches applied. Our custom login portlet works just fine when IE Explorer is the browser. When mozilla 1.2 is the browser, everything processes without errors, but the user is never logged in. The portlet is calling the procedure wwptl_login.login_url, and p_requested_url is set to portal.home. Any idea why it would work using one browser and not the other?

    Firefox does not use the same version of Flash as Internet Explorer, you need to download and install the version of Flash used by Firefox.
    Using Firefox go to http://get.adobe.com/flashplayer/ to download the installer, then run this file to install Flash.
    This support article has further details - [[Install the Flash plugin to view videos, animations and games]]

  • HTML Mashup works fine in Silverlight, but not in UI5

    Hello community,
    we are building an integrated Customer Service Management solution for a Client of ours, via the SAP Cloud for Customer platform (solution for Services).
    Currently, we are trying to embed some external Business Process activities in our Service Tickets UI Screens, by using HTML Mashups. Our reference has been the standard Cloud Application Studio documentation, and some well-written articles here on the SCN, such as the following: HTML script mashup - launched from an Embedded Component by Vinita Sinha.
    In our solution, the HTML Mashup has been connected via a Port Binding interface to the C4C UI Layer, in a way to pass it some relevant information such as the Ticket ID, the Customer ID and the Cause Category ID, as shown in the picture below:
    We built a custom Port Binding object, but if you use the Standard "Ticket Information" port Binding (in category "Productivity & Tools"), the effect will be the same. The Standard Port Binding we used in the Mashup Authoring configuration floorplan is the following:
    In addition, we discovered that, in our case, this Mashup development works just in Silverligh Web Interface, but not in UI5. While in Silverlight we are able to consume and correctly interact with our Mashup, in UI5 we can see just an empty pane stuck at the initial "Loading..." screen, as shown below:
    We opened an incident with the SAP Support for our system, and we have been told to try to build the Mashup can work just with no Port Binding specified. Indeed, if we remove the Input Port Binding from the Mashup configuration, the screen seems to work fine even in UI5, as shown below:
    Unfortunately, this technical constraint does not cover sufficiently our Business Scenario, because the Mashup should be initialized with our Service Ticket (and Customer) data.
    Has anybody ever experienced this kind of issue? And how did you solve it? If it has no resolutions, is there available any possible workaround?
    Thanks a lot for your contributions.
    Cheers,
    Davide

    Hi Pragya,
    thank you for the update.
    Another question: could you please give us any reference about these corrections you told about? Maybe they could be relevant in our case too.
    Our raised incident number is: 3100851983
    Kind regards,
    Davide

  • Help? Views fine in Firefox but not in IE?!

    I am building a webpage that is basically a gallery of
    thumbnails that when moused over call up a "tooltip" which contains
    a larger view of the image. I used created my page in Dreamweaver
    and added the code and javascript files from this freeware tool...
    http://www.dyn-web.com/code/tooltips/documentation.php#styles
    Anyway, for some reason when I preview in Firefox everything
    works fine. But when I preview in Internet Explorer, my rollove
    rimages don't work. Ok so I "allow blocked content" in the IE
    protected mode window at the top of the browser, rollovers work
    fine. BUT, my tooltips do NOT work. They just don't pop up. No
    amount of settings on my end in IE seem to help. action scripting
    is enabled, pop ups are not blocked (even though tooltips are not
    technically a pop up).
    What other kinds of things should I be looking at? I could
    post the website so you could look at the code, but before I do
    that maybe there is something obvious I am missing?

    I have reinserted the SWF files and I can now see all pages except my 
    index.html For instance www.bransonareagolfcouncil.com/specials
    (http://www.bransonareagolfcouncil.com/specials)   works fine, but
    www.bransonareagolfcouncil.com (http://www.bransonareagolfcouncil.com)   still only shows the
    background image. Any suggestions?
    In a message dated 12/14/2009 10:58:41 P.M. Central Standard Time, 
    [email protected] writes:
    I don't  know where to begin. You have a number of problems, but let me
    just address  the IE issue. Your swf files are not coded correctly. The easiest
    thing to do  is to delete your swf files and reinsert them again using
    Dreamweaver so it  will write the code for  you.

Maybe you are looking for

  • Problem while deploying app : An error occurred while contacting the subscription settings service

    I am trying to deploy a provider hosted app. According to various articles by MSDN, I have configured the app domain, the necessary services. When I go on deploying the app, I get this error: Error occurred in deployment step 'Install app for SharePo

  • MacBook Pro 2011 - Migrated from MBP that had Flash but now it won't work

    Does anyone else have a solution to this issue that does not involve doing a fresh install of Snow Leopard? There was another thread in this forum where the OP indicated that they did a fresh install of SL and that solved the issue. However, that sol

  • App store search always returns to  first page

    When I search the app store I am always returned to the 1st page after viewing an app description. This is very frustrating especially if there are hundreds of pages. Is there a way to get around this?

  • Dynamic columns in Reports

    Hello, We are using Oracle Report 6i to develop reports. I have a frame with 60 fields displayed in 6 lines. Each line has 10 fields. All the fields might have values or some fields may be empty. In case fields 1-20 only have values. Is it possible t

  • TC's "Archive" option in AU vs. SuperDuper Smart Update

    i'd like to back up the contents of my TC. both my machines back up to it. say i create 2 +back up+ sparse bundles on an external usb drive, connected to the TC, via the SuperDuper copy options, and continuously +smart update+ them. let's also say my