SaveState and restoreState never called after upgrade to JSF2.1.1

Hi,
I upgraded my project to JSF2.1.1.
For all my custom compontent the saveState and restoreState is never called.
Are there any required changes due to JSF2.1.1 release?
Thanks in advance,
Pieter

Most likely, this will fix your issue:
1: http://docs.info.apple.com/article.html?artnum=93698
Also clean up your temp files:
(Empty your Temp directory and restart)
2: http://docs.info.apple.com/article.html?artnum=93976
If you get an error when uninstalling quicktime, go through article 1, then run the Microsoft Cleanup Utility to remove quicktime afterwards:
3: http://support.microsoft.com/default.aspx?scid=kb;en-us;290301

Similar Messages

  • My iPhone 4S has no sound on alerts, music, only on calls and SMS, this happened after upgrading to IOS7. Can anyone help me solve this problem?

    My iPhone 4S has no sound on alerts, music, only on calls and SMS, this happened after upgrading to IOS7. Can anyone help me solve this problem?

    check and make sure that an alert style has been choosen for certain alerts, and make sure you check your sounds in settings

  • SaveState and resetState only called once for a component in a dataTable?!

    I am fairly new to JSF and am trying to write some custom components using MyFaces 1.0.9.
    I am trying to write choose, when and otherwise components to mirror the functionality that XSL provides. I also created function and argument tags that allow me to call any method on a binding bean via a method binding. The when tag allows a function tag as a child so that instead of a test to a value binding, I can call a function on a bean to get the test value.
    Example:<x:choose>
    <x:when>
      <x:function name="#{myBean.myFunction}">
       <x:argument value="testValue" />
       <%-- I will render some components here --%>
      </:x:function>
    <x:otherwise><%-- here is the else components to render --%></x:otherwise>
    </x:choose>I am evaluating the UIWhen components in the encodeChildren method of my UIChoose component.
    Everything is working fine until I started using my tags/components in a data table. Now, I have not tried the normal dataTable, I am using the MyFaces extended one, but I haven't done anything that should make a difference.
    What is happening is that my UIWhen tag's saveState and restoreState methods are only being called once, despite the fact that there are 3 rows in my data table. So what happens, is that the isRendered() property of my UIWhen component is not restored per row, but only once. So my controls are either all validated or none are validated based on the rendered state of the last row only, not each individual row as expected.
    I may be able to "fake" this into working by saving hidden input tags when rendering my UIWhen components and then restoring the rendered property when the page is posted, but that seems like a hack to me. Isn't the purpose of the saveState and restoreState supposed to handle this?
    Is this a bug in the dataTable component/tag or is this a shortcomming of JSF?
    Either way, is there a better way then trying to save my rendered state per row as hidden elements?
    I looked at the code of the normal dataTable renderer in the MyFaces source, and it does not seem to call restore or save state that I could see.
    Thanks for the help,
    Andrew

    Hello!
    You can place in the data model editor formula and placeholder
    columns outside of any groups. I think you need for each of your
    summary-attibutes a placeholder column and one formula column.
    Use the formula column to populate the placeholders via PL/SQL.
    Afterwords you can reference the placeholders anywhere you want.
    Regards,
    Hajo Winkler

  • I can't receive phone call after upgraded to 6.1.2

    I can't receive phone call after upgraded my iphone 5 to 6.1.2
    Sometimes it works, but sometimes it doesn't.....
    Please help!!!

    go to settngs, general, reset, reset network settings, if that does not work then follow this link and restore the phone.
    http://support.apple.com/kb/ht1414

  • I get a black and white logo and a progress bar after upgrade ipad2 5.01

    i get a black and white logo and a progress bar after upgrade ipad2 5.01

    See this page : http://support.apple.com/kb/HT4097 - it covers :
    iPad stops responding, showing the Apple logo with no progress bar or a stopped progress bar, for over ten minutes.

  • Do i need to reinstall programs and applications like FCP after upgrading to the new Lion OS?

    Do i need to reinstall programs and applications like FCP after upgrading to the new Lion OS?

    I've installed Lion over Snow Leopard and all my non Apple software is still here - you may want to check if your software will work with Lion and I would definately recommend having a bootable backup in case anything goes wrong
    Regards,
    Colin R.

  • HT4946 hii, on my iphone 4s, i tried upgrading my OS and i was asked if i needed back up and i said yes, after upgrading i couldnt find any of my files, document, pictures, music and all. please i need help please.

    hii, on my iphone 4s, i tried upgrading my OS and i was asked if i needed back up and i said yes, after upgrading i couldnt find any of my files, document, pictures, music and all. please i need help please.

    Hi,
    usually when you upgrade, it should not delete your files, but if it happens, than you should have a backup.
    Unfortunately it is very common, that people don't know, what exactly is in the backup.
    The question is, what files exactly you are missing? Own pictures, or taken with the device? Purchased music form the iTunes Store, or own? ....
    Documents and files are mostly up to the developer of the app, if they are part of the backup, usually not and you need to transfer them before.
    In the backup you will find just pictures from the Camera Rolle folder, everything else you should have on the PC, if you had it on the device.
    Same then for music, you can transfer purchased music from the device, but your own works just one direction, from PC to device, from device to PC it doesn't work.
    In future I recomand you to be sure how the backup works or use a 3rd party app (iExplorer) where you have a little bit more "freedome" than with iTunes.
    Or you maybe just restored from the worng backup

  • SaveState and restoreState not working properly :/

    Here is my code:
    public class UIChooser extends UIComponentBase implements StateHolder
    private String submitedCategoryItemID;
    private boolean transientFlag;
    public UIChooser()
        super();
        transientFlag=false;
      public boolean isTransient()
        return transientFlag;
      public Object saveState(FacesContext context)
       System.out.println("saveState");
        Object[] values = new Object[2];
        values[0] = super.saveState(context);
        values[1] = submitedCategoryItemID;
        return values;
      public void restoreState(FacesContext context, Object state)
        System.out.println("restoreState");
        Object[] values = (Object[])state;
        super.restoreState(context, values[0]);
        this.submitedCategoryItemID = (String)values[1];
    }saveState and restoreState not working.
    Phrases "restoreState" and "saveState" aren't displayed and value of submitedCategoryItemID not restored. :/ What's happend?

    yes you can,
    in your source add a master_name column and in that make the navigation.
    in the master_id column go to column format and style options and check the Use Custom CSS style option and type,
    display: none
    now in your source the master_id column will get hidden. in your target make the master_id prompted.
    now click on the master_name in your source, your target will get filtered by the corresponding msater_id
    thanks,
    Karthick
    Edited by: kart on Jun 7, 2010 11:52 AM

  • Iscsiadm never returns after upgrading to Solaris10 U4

    After upgrading to Solaris10 U4, iscsiadm stopped working.
    Even calling iscsiadm without any parameter, the help message is displayed but the command never returns.
    I cannot list my discovery address, neither add new ones.
    I tried to reinstall SUNWiscsir and SUNWiscsiu without changes.
    Does anybody else experienced this problem?
    Thanks
    Marco

    We had the same problem but in X86 server with Solaris 10 Update 3. Sun support provided a library file libima.so.1 and replaced the old library with the one that Sun provided and everything went fine.
    If you have support contract from Sun you could ask for a copy of it.

  • Dropped calls after upgrade to iOS7 on iPhone 4S

    After upgrading my 4S to iOS7 I am getting a lot of dropped calls. I never had it in iOS6. No carrier change (T-Mobile). Anybody else?

    Its not the carriers its the IOS 7.0.2. I never had this problem until I did this darn update. Im getting mad and about to go back to the samsung. My hubby has the same iphone 4s but didnt do the update and has no problems. Apple needs to fix this fast or Im trashing this phone

  • Ipad 2 and Iphone 4 hybernates after upgrade to IOS 6

    Hi , After upgrading my iphone 4 and Ipad 2 to IOS 6 , both devices go in "hibernate" mode after being idle for a while. The only way to open them is by hard rebooting. Have you expirienced similar problems ? Is there any solution to fix it ? BR Robert

    Andrew is partially right.  With apps that are still running, they are running regardless of being suspended or not.  A restore should be her last option. as she will lose anything added since her last back up.  And there should be NO reduction in speed as the update was made compatible with all phones included in the update. 
    I recommend the following.
    1st, delete all apps on the phone that are not being used.  They take memory and speed since almost all apps run in the background checking for notifications.
    2nd, go disable all notifications you don't need.  This will help with speed AND battery life.
    3rd, location services....  Go adjust this... if you don't NEED it on, turn it off.  It will reduce usage on the phone, and again save ALOT of battery life.
    4th, organize apps into folders.  this will ruduce "pages" on the phone, and increase speed.
    5th, clear browsing history. 
    6th, delete emails, texts, contacts that are not needed.  ESPECIALLY Spam folders!!  some of us never clear spam, and there could be a large amount.
    7th,  Do a hard restart.  While the phone is powered on, hold the home button and power button down at the same time.  Keep holding while the phone suts down and keep them held down until the Apple logo reappears. 
    If this does not help, then she needs to take a record of all contacts shes added since her last back-up, email all photos taken since her last back up, so she can save them back to the phone,(DO NOT rely on photostream, because once the restore is done, those photos will be taken from the stream.)  She will need to do the restore off her computer and the update through iTunes.

  • Unity Connection - Certificate from cucm no more trusted for encrypted calls after upgrade to 10.5(1)

    Hello Support Community,
    i have a strange problem:
    after upgrading my cucm and unity connection from 9.1 to 10.5(1) enctrypted calls are no more working.
    situation 1: CUCM is down, Subscriber is up: Encrypted call to Unity Connection work correctly
    situation 2: CUCM is up: Encrypted Calls to Unity Connection not working.
    i get the following Info in the log for the Connection Conversion Manager:
    19:35:21.053 |15865,,,MiuGeneral,25,Invalid Certificate: Received Certificate -----BEGIN CERTIFICATE-----
    MIID8zCCAtugAwIBAgIQc/fBdUz1Zdh4CXhcPqGVuDANBgkqhkiG9w0BAQsFADBw
    MQswCQYDVQQGEwJERTELMAkGA1UEChMCSVQxGzAZBgNVBAsTEkhlbGxnYXRlIFRl
    XD0oD9d5MQ==
    -----END CERTIFICATE-----
     doesn't match with stored Certificate: -----BEGIN CERTIFICATE-----
    MIIC2DCCAkGgAwIBAgIIJWCm4bSdt+kwDQYJKoZIhvcNAQEFBQAw
    -----END CERTIFICATE-----
    so where does Unity Connection cache this certificate and how can i delete/replace it?
    the cert shown in the logs is the one from cucm: ("CallManager"), i recreated it through cucm os administration, now i see the same error message on unity connection for the new recreated certificate.

    Actually It doesn't. It says he's on a MacBook. I don't know all the different types of Macs. I was having a ton of problems with iChat. I opened DMZ to my computer, knocked down all firewalls etc and left everything exposed, still with bad results. A few weeks ago my power supply went out on my D-Link. I bought a linksys. Since I'd left all firewalls off I figured it couldn't be the router. I power cycled everything n the netork, still no luck. Today I bought a universal Power supply and started up my D-Link Router. Everything worked perfectly. My wifes computer - a laptop running Tiger worked fine with the Linksys and did my machine before the Leopard upgrade. Now that I've got the D-Link online everythings working.
    Message was edited by: graphico
    Message was edited by: graphico

  • Mac Pro never sleeps after upgrading to Mavericks

    Hi Folks
    Just realised that after upgrading to Mavericks from Mountain Lion, my Mac Pro never goes into sleep mode after the time set for it in System Preferences > Energy Saver.
    This never happened with Mountain Lion.
    Any body here having the same issue?
    FYI - This is a 2012 Mac Pro having duo 6-cores, 64 GB RAM, 1 x SSD and 3 x HDD.
    Thanks you for your comments.
    B

    Test after each of the following steps that you haven’t already tried:
    Step 1
    Take all the steps suggested in this support article. That's the starting point for any further effort to solve the problem. Skipping any of those steps may mean that the problem won't be solved. Note that, as stated in the article, the computerwill not sleep if Internet Sharing is enabled.
    Step 2
    From the menu bar, select
     ▹ System Preferences ▹ Accessibility ▹ Speakable Items: Off
    Step 3
    Select
     ▹ System Preferences ▹ Bluetooth ▹ Advanced...
    and uncheck both boxes marked
    Open Bluetooth Setup Assistant at startup if...
    Step 4
    Reset the SMC.
    Step 5
    Boot in safe mode and log in to the account with the problem. Note: If FileVault is enabled on some models, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Post for further instructions.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Safe mode is much slower to boot and run than normal. Don’t launch any applications at first. If sleep still doesn’t work properly, back up all data and reinstall the OS. After that, if you still have the issue, make a “Genius” appointment at an Apple Store to have the machine tested.
    If sleep now works as expected, go on to the next step.
    Step 6
    Still in safe mode, launch the usual set of applications that are running when you have the problem, including your login items, one at a time, testing after each one. Some applications may not work; skip them. You might be able to identify the cause of the problem this way.
    Step 7
    If sleep is still working after you’ve launched all the usual applications, reboot as usual (not in safe mode) and test again. If sleep still works, you’re done, at least for the moment.
    If you still have the sleep issue after booting out of safe mode, post again.

  • Cell Definition and Reverse sign Issue after upgrade

    Hi ,
    we are having a issue here after upgrade to BI 7 from 3.1c .
    There is a Collision between Cell Definition and Reverse sign in the query designer.
    Issue is . We have Key Figure "Net Days AR" which has Reverse Sign Checked under properties. In 3.1c when we ran the report the Net Days AR would get value like  for example    -40 . but now after upgrade to BI 7 SP 16 we are getting value 40. the negative sign is missing. The formula is correct.
    I went and checkd if we have any cell definitions defined on this and found the cell definitions onthis keyfigure.
    values are comming correct if there are  no cell definitions.
    Thanks in Advance and Points will be awarded.
    Thanks,
    Reddy

    we have the same problem. In BI 2004s with BEx 3.x when the cell reference is defined, the reverse sign flag is ignored.
    I opened a message to SAP. Until now no solution and I think we'll never receive solution. Here are the answers we received:
    SAP
    I have to say this is the limitation of front end 3.5.
    In designer 3.5, it works this way:
    When you define a cell referance, this cell is blocked from change of the column property change. No matter how you change the column key fig proerty, it keeps the original status when you define it.
    If you want the defined cell property, you need to delete the cell
    referance, change property, then redefine the referance.
    I agree this is very inconvinience, that's why I would recommend you to use query designer 7.0 if possible. With 7.0 front end, you can define separately the property for defined cells. It is more flexible.
    ME
    At the moment it is not possible to migrate to 7.0 frontend.
    I tried to delete the cell reference, change properties and redefine the reference. I tried to create new columns, define cell properties, save and define the cell reference. I tried several different combinations...
    No way, as soon as I define the cell reference, column properties are ignored.
    1) How can we restore the correct behavour of a query in frontend 3.5?
    2) If we found a way to restore it, we need a smart procedure to modify all our existing queries (including how to identify those affected by this inconvenience).
    SAP
    For front end 3.5, you need do following:
    1. delete cell referance
    2. change the column property (such as tick on or off the sign reversal)
    3. re-define the cell (this cell will with the new sign status)
    4. define formular base on cell
    After step 3, you can't change cell property whatever you do in
    column property. This is the designed behavior.
    If you want to change property after step 3, you need to start
    all over from step 1.
    ME
    I did it.
    Don't work. When I define the cell reference, column properties are ignored.
    SAP
    It seems there is some issue in front end.
    Do you use the front end 3.5 with latest patch?
    Could you please check front end installation as per sapbexc.xla (described in note 197460). If there are problems shown within this check do the following:
    - Remove your frontend via 'START' - 'PROGRAMS' - 'SAP FRONTEND' -'REMOVE SAP FRONTEND'
    - Install the lastest frontend and GUI patch (according to note 496977or 496989 again and check the installation).
    ME
    I don't think so. I am using:
    Sapgui 7.10 Patch 8
    Bex 3.50 Patch 3
    Bex 7.x Patch 5
    to be continued...

  • IMac Facetime won't receive calls after upgrade to Mavericks

    Hi all,
    I am experiencing a strange issue with Facetime on my 2012 iMac running Mavericks.
    Here's the deal:
    Upgraded my iMac and MacBook Air to Mavericks
    I am able to PLACE calls from all machines (so my account seems to be working fine)
    When being called my iMac won't respond...no message, no sound, no nothing...plays dead man
    My MacBook Air behaves normally (also Mavericks)
    I have tried all of the following:
    disabled and re-enabled Facetime (to maybe override some config issue inherited from before the upgrade)
    tried to receive calls with and without Facetime running
    rebooted...several times
    all the latest updates are installed
    I have not (knowingly) changed anything after the upgrade. "Don't disturb" is off and Facetime calls are allowed for everyone.
    Any ideas?
    Best regards,
    Beschi

    Hi all, Problem not solved yet.
    Maybe you can give your 2 cents to my working hypothesis:
    Could it be that some background process/service is used to continuously monitor incoming requests/calls? Could it be that this process fires up Facetime and forwards incoming calls (Facetime calls are received without Facetime running, right? So something must capture them...)? Could it be that in my case this process is either not running or configured incorrectly (account, password)?
    Maybe you can put me on the right track?!
    Best regards,
    Frustrated Beschi

Maybe you are looking for