Bug when trying to commit for the first time

I have a bug that I tried to solve but can't find any solution till now.
I have a table that contains many rows and from this table I can press edit or add to open a new page that I can edit or add a new record for this view
the page that contains the table has execute with parameter as I open this table from another page
the problem is that the first time I go to this page ('that contains the table')
and I try to edit or add a new record and press save the form save correctly but clear itselt and fields appear as read only fields "the for doesn't save its state"
but if I press roll back for example and go to form the contains the table and come back to add or edit a record the page works correctly with no problem.
how can I fix this.

No there is nothing in this page
but the page I call this page from (parent Page) have execute with param on the page binding.
I added commit to the parent page and added call to this commit on Prepare Modle .
and this fixed my issue but I don't know till now why this issue appeared to me .
any one knows why this happened.

Similar Messages

  • Event gets lost when iView is uncompressed for the first time

    Hi All,
    we are developing an application that manages attachments (meaning: files stored in KM) and per request by the client consists of several iViews. One of them contains a search interface, another one lists the hits that have been found. So the iViews have to communicate.
    We achieved the funcionality by using portal eventing and the HTTP session. The search iView compiles the search string and writes it to the session.
    request.getComponentSession().getHttpSession().setAttribute(searchString, .....);
    We then use javascript to fire an event on which the searchResult iView reacts and fetches the searchString from the session. The actual search is then performed within the searchResult-iView.
    The only problem is that the client requested that the searchResult iView should initially be collapsed. So we set its "initial display" property to "collapsed" and implemented some javascript functionality in the search iView that expands the searchResult iView when a search is performed:
    function openIview( iviewID ) {               
      var temp = parent.pageSupport._getIvuPageId(iviewID);
      var ivuBankObj = parent.pageSupport._getIViewBank(temp);
      if (ivuBankObj.getToogle() == 0) {
        var trayid = ivuBankObj.getTrayId();
        var event = document.createEventObject();
        event.type = "click";
        if(parent.htmlb_TrcToggle(trayid,'0',event)) parent.pageSupport.ivuToogle(iviewID);
    We then fire an event:
    EPCM.raiseEvent('...', 'SearchEvent', param, '');
    All works fine, except for the very first time the searchRersult iView is expanded after the application (meaning the page containing the iViews) has been opened. The searchResult iView is properly expanded, but the event seems to get lost so that no search is being performed (no error, but no reaction by the iView).
    We observed that it seems as if the contents of the iView are only fetched by the browser when it's expanded for the first time. (The progress bar of the browser shows loading activity when expanding the iView for the first time). Supposedly the event gets lost because the serachResult iView doesn't fetch it since it's just being loaded.
    After this initial erroneous behavior, the iView can be in compressed or expanded state before a search is being performed and everything works fine.
    Interestingly enough the problem can be resolved by setting a timeout of several seconds after expanding the iView and before firing the search event. But we find this to be a very questionable (and inconvenient) method of solving this problem and would rather like to solve it properly.
    Does anyone have any ideas how we could achieve this? Is there a way to determine whether an iView has been loaded by the browser (because obviously displaying and loading an iView seem to be two different things)?
    Thanks in advance,
    Jens

    We introduced a boolean "isInitial" flag to the bean which we use to determine whether the iView is expanded for the first time or not. If so, there is a timeout of 2 seconds before the event is fired.
    Not really satisfactory, but working.
    Jens

  • Tried synching iphone for the first time on new PC and got error followed by itunes logo and USB cable picture. No idea what went wrong and now phone is in this screen locked. please help!

    tried synching iphone for the first time on new PC and got error followed by itunes logo and USB cable picture. No idea what went wrong and now phone is in this screen locked. please help!

    I tried connecting to iTunes and neither the PC nor iTunes recognizes the device. I went through all the troubleshooting on the Apple website for this issue and nothing worked. I've reinstalled iTunes, the driver, everything and still can't get either the PC or iTunes to recognize the phone.  I don't know what else to do :-( any help or suggestions are highly appreciated!
    I would hate to have lost all my info, especially contacts and calendar items since I have no idea what was backed up prior to the phone getting locked on this screen. I've been told that my only option is to go to the phone carrier and they will reset it for me, but that means it will wipe out all the info.
    I hope someone has a fix other than that one.

  • I just tried to sync for the first time and i receieved an error message saying, "Itunes could not backup because backup could not be saved on the compute"??

    i just tried to sync for the first time (iohone to PC) and i receieved an error message saying " it iTunes could not backup because backup could not be saved to the computer"

    just as i've posted the same issue here   hope that someone could give us a hand. I have just swtched from nokia to iPhone for my company cell and i have more than 1000 contacts... it would be murder to create those contacts one by one )))))

  • [SOLVED] Trying out scripting for the first time... confused...

    ok so here is the script that I have started
    echo 'This is a custom updater app written by Daniel Schneider'
    echo "Check for updates now? (y/n)"
    read answer
    if [ "$answer" = "y" ]; then
    sudo pacman -Syy
    sudo pacman -Syu
    read
    fi
    if [ "$answer" = "n" ]; then
    exit
    fi
    but when ran, pacman reports another package manager running when that is not true.  Here is the output exactly..
    :: Synchronizing package databases...
    error: failed to init transaction (unable to lock database)
    if you're sure a package manager is not already
    running, you can remove /var/lib/pacman/db.lck
    :: Synchronizing package databases...
    error: failed to init transaction (unable to lock database)
    if you're sure a package manager is not already
    running, you can remove /var/lib/pacman/db.lck
    So how do I fix this bug in my script?
    ps. I know this script is kinda silly just messing around with "coding" for the first time
    Last edited by Dans564 (2011-03-22 20:11:31)

    Not sure if this is true
    but instead of
    sudo pacman -Syy
    sudo pacman -Syu
    try
    sudo pacman -Syy && sudo pacman -Syu
    If I'm not mistaken the reason why is giving that error is because you are trying to do sudo pacman -Syy and sudo pacman -Syu at same time which is impossible . I think with a && first will do the first comand and only when this is over will run the second.

  • Error message on iphone 3GS when initiating back-up for the first time "icloud backup failed - how to fix

    When initiating back-up of my 3GS to icloud for the first time, I repeatedly receive an error message reading:
    "iCloud backup failed
    There was a problem enabling iCloud backup"
    I cannot find a solution to this problem amd no amount of checking and rechecking account settings etc. has made any difference. Does anyone have experience of how to overcome this issue. The iCloud back-up initiated on my iPad without any problem so I do not think the problem is account related.
    Thanks.

    Same problem here...
    I just upgraded my 3GS to iOS5 and signed into iCloud using my Apple ID...
    Every time I click "Back Up Now" in the iCloud preferences on the iPhone, I get "There was a problem completing the backup.  Please try again later."
    On my wife's iPhone 4, I just performed a back up and there were no errors.  I tried this also on my wife's iPad 2 and it worked perfectly.
    I have tried the following:
    1. In iTunes, when my phone is connected, I selected "Back up to iCloud" on the summary tab
    2. Reset my phone using the steps in the above post
    3. Deleted the iCloud account on my iPhone and logged in again
    4. Tried to backup from 3 different wireless networks
    None of the steps above fixed the issue which has been going on all day for me...
    Any other help would be great - thanks!

  • Only a "zombie" process appears when Firefox is launched for the first time.

    When I launch Firefox, only Firefox process appears in the Task Manager. Firefox window does not appear at all. When I launch Firefox for the second time, Firefox window appears normally and there are two Firefox processes in the Task Manager.
    While writing this story, I have two Firefox processes in the Task Manager:
    firefox.exe *32 Jussi 01 102 540K Firefox <= the second process
    firefox.exe *32 Jussi 01 1432K Firefox <= the first process
    Why doesn't Firefox start at the first attempt?
    The procedure repeats every time I try to launch Firefox.

    A possible cause is security software (firewall,anti-virus) that blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox and the plugin-container from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process and the updater process.
    See:
    *https://support.mozilla.org/kb/Server+not+found
    *https://support.mozilla.org/kb/Firewalls

  • Misspelled email address when login to iPhone for the first time

    Hello everyone,
    I have quite a big issue with my iPhone (I have iPhone 5c).
    When I was creating my apple id for iPhone for the first time (after I purchased it)  I added an unexisting email address by accident (I never had or used that email as a domain I misspelled does not even exist...).
    Now I cannot access my phone at all (I needed to change a SIM card) and when I turned my phone back on, it showed that my phone was assigned for a particular apple id that is impossible to use - as an email (which is also an apple id in that case) and its domain,do not exist ...(it was even impossible to verify password after I accessed iPhone for the first time).
    I did not realized I cannot switch it to the other id to unlock my phone...as to change main apple id I would have to do it through the old one and this is - as I stated above - not possible at all ...
    using iCloud is also impossible for an above reason (cannot log in as I couldn't verify my password for main apple id).
    I have an additional apple id I use for an AppStore (that's how I managed to log in here)
    Does anyone have any idea/advise what are my options now?
    I am unable to use my phone at all because of that
    Thanks in advance!

    If you turned on Find My iPhone turn it off, then Settings > General > Reset > Erase All Contents & Settings.

  • What change to the firewall Java is trying to make when it is launched for the first time?

    We are upgrading our jpi from 7u60 to 7u67.  We are running EBS 12.1.  We are having issues trying to deploy this to the organization with zero prompts and messages.  We are getting a firewall prompt from the plugin the first time we launch EBS.  What change to the firewall is java trying to make when we launch the plugin from EBS the first time?  I have attached screen shots of the messages we are seeing.  The first screen shot is on Windows 7x86 and the second is on Windows 7x64.  The x86 is prompting for jp2launcher.exe
    while the x64 is prompting to allow java.exe.  This is the same software package for both instances and we are using the IE 32-bit browser.

    You haven't downgraded the iOS or lost any features, what you've done is restored your phone from an old iOS backup.

  • When I open FF4 for the first time after starting the computer it is very slow to load. From then on it loads normaly.

    I have an HP Pavilion DV9000.

    I had this problem too. Not just with FF 4 but also previous versions. For that and other reasons I decided to by an SSD and install windows and all the programs on there. That worked fine except for firefox. Boot time is much faster (2o secs) and programs (from the startup folder) are loaded almost immediately after the desktop comes up. However firefox still took 90 seconds to load. After some trial and error I disables in the registry prefetcher and superprefetch (I am running windows 7, no SP1). Then I restarted my computer twice. The first time firefox did not load any faster but at any subsequent startup firefox starts in a few seconds. In fact some times it is so fast it comes up before the wireless network connection is established. HTH
    HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control/SessionManager/MemoryManagement/PrefetchParamaters/EnablePrefetcher --> 0
    HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control/SessionManager/MemoryManagement/PrefetchParamaters/EnableSuperFetch --> 0

  • When i signed in for the first time I was charged of 1,98€ without any purchase. Does anyone help me on this?base

    I signed in in ITunes the first time to' access the store but I didn't buy any AppStore or game. I then got a charme of 1,98€ on my balance. Do you why?

    If you input or changed your credit card details then it is probably just a store holding charge which is made to check that the details you input are valid and that the card is active - the charge should disappear within a few days. There is more info on holding charges here : http://support.apple.com/kb/HT3702

  • When I launch Finder for the first time the same folders are always open

    Hi. When I first boot up and launch Finder the same folders are always open on my boot drive. I close them all and continue to work on the computer, opening and closing folders as needed for that day's projects until I quit for the day. But the next time I start up (normally the next day) the same exact folders are open on my boot drive when I first open Finder or if I just double-click the drive. I've tried switching accounts and then back again and trashing Finder preferences, making sure every single folder is closed before I shut down, but the folders continue to show up as open the next time I boot up my Mac Pro. Any ideas anyone?
    Mac Pro 2.8 GHz Quad-Core Intel Xeon / OS X 10.6.8

    Thanks for your suggestion. In the meantime I contacted support at www.bombich.com (creator of Carbon Copy Cloner) and told them what I was thinking about doing and they suggested deleting the hidden .DS_Store files in the folders remaining open. This is the explanation they gave me:
    This file, created by the Finder, keeps track of folder view options, icon positions, and other visual information about folders. A separate .DS_Store file is created in each directory about that directory.
    So I went online and found the Terminal commands for showing (and hiding) hidden files and trashed, one by one, all the .DS_Store files in the folders that were remaining open and that did the trick. I've tested Finder several times on relaunch and reboot and it's working perfectly again. Folders remain closed as I've left them before shutting down. Big relief. And I've learned something about .DS_Store files.
    Thanks to you and Eric Root for your replies and suggestions. They are appreciated.

  • My parents ended up with my contacts on their Iphone when updating their Iphone for the first time, help?!

    Ok, my family uses one Apple Account and we share music and stuff but when me and my sibling got Iphones like my parents, it got confusing. I was the first to sync my Iphone 4s into the computer and the Apple ID is put under my name. All of my Apps, contacts etc are on the account. But my parents decided to update their phone. Theirs is an Iphone 4s, like mine but they haven't updated it to IOS 7 since they got it so they plugged their phone into the computer syncing my information while deleting THEIR information. I think the computer thought it was MY phone and kicked out my parents information in the process. I don't know what to do, they have my contacts, pictures, apps, games, email accounts and TEXT MESSAGES. We have different phone numbers but how is that possible? I don't get it. Anyway, it would be nice to solve this problem because my sibling wants to update his own phone. If you guys have the answer, just post it up on here That would help alot!! Thank you!
    <Email Edited by Host>

    Go to Settings>General>Passcode Lock>tap Turn Passcode Lock Off, enter your "pin".
    Edit:  Are you saying you are getting a prompt for your email pin, or are you talking about the passcode lock that appears when you turn the phone on?

  • Trying to sync for the first time to my ipad. device not shown on leftside. i want to sync photos using iphoto.

    trying to sync photos from macbook pro to ipad, first time. What do i do if no device is shown even though it's plugged in, etc?

    Thanks, Jim.  I finally got it all to work after I closed iTunes on both machines, unplugged the iPad, and started from scratch. To anyone else having this problem, if you hit the wrong thing for "device", it disappears totally.
    Gail

  • When i open a new tab even i have set the start page in "blank" babylon home page keeps coming on.always on new tab.never when i open firefox for the first time. what can i do to fix the problem?

    i tried to find any babylon programs on my computer but i didnt found something.

    '' get rid of babylon toolbar and get back home page"
    see the first answer, the one from the-edmeister in
    :https://support.mozilla.com/en-US/questions/860950

Maybe you are looking for

  • How to open photos photos in a seperate window

    Hi all, I recently ran across a website where the images were able to open in a seperate page as well as the usual photo gallery and slideshow. Does anyone have any insight as to how this is done? This is a link to that website http://www.francoiskal

  • Asset Procurement in SRM 5.0

    Hi All, We are using Classic Scenario.Trying to use the account assignment category " Asset". 1.Maintained account assignments categories=AS(Standard), 2.Defined G/L account for product category and account assignment category" for AS. 2.Flagged one

  • License of Database Mobile server

    Hi all Can any one of you give me the information about the license fee for oracle database mobile server. How is Oracle database mobile server different from SQLite-sync?? Thanks in advance Regards

  • Distorted audio on cassette transfer

    Forgive me if this is a simplistic question! I want to transfer my audio cassettes to Garageband and then to Itunes. I plugged my cassette player into my new IMAC using 3.5 male stereo mini jacks on either end, ie into Audio Line In on the Imac and i

  • Why does edited year in an iTunes music file not permanently save.

    When I edit, change, the year of an iTunes purchased song the year reverts back to the original downloaded year when making subsequent music purchases not related to the edited file.