XML Forms Combobox entries are disappearing after validation error

In my XMLForm I have a combobox which is filled with items from a property. After submitting the form (when saving) with a validation error (e.g. date invalid) the entires in the combobox disappear and the entry can be saved without an entry (can this be permitted?).
Also, when opening the saved entry, the combobox is also empty. I think this is a (unpatched?) KM/XMLForms bug, but maybe there a patch or an other solution for this?
Is it possible the fill the combobox with fixed entries (without using the property)

ok, fixed it with the following :
<ice:selectOneMenu id="chosenSystem" value="#{userRoles.selectedSystem}"
                   valueChangeListener="#{userRoles.systemValueChanged}"
                   immediate="true" partialSubmit="true" required="true"
                   requiredMessage="#{fv_msg.ursysmandatory}" >
    <f:selectItem itemLabel="Choisissez un truc" itemValue=""/>
    <f:selectItems value="#{userRoles.remoteSystemItems}"/>                    
</ice:selectOneMenu>
<ice:selectOneMenu id="chosenAbstraction" value="#{userRoles.userRole.abstraction}"
                   converter="remoteAbstractionConverter" >
    <f:selectItem itemLabel="Choisissez un truc" itemValue=""/>
    <f:selectItems binding="#{userRoles.remoteAbstractionsHtml}"/>
</ice:selectOneMenu>The valuechangelistener simply updates the binded component in chosenabstraction.
Any idea on how to do that with ajax?
Edited by: hereps on Aug 21, 2010 2:16 AM

Similar Messages

  • Impersonalized form document rights are no longer valid after db lookup

    Hi,
    I have an impersonalized form which does some client side database lookup. The idea is that I can fill the data off-line, save it and submit it when online. Everything is working fine if I am entering all the data manually. I am able to use the same pdf multiple times. This is not working if I am opening a form which was saved after some client side database lookup. It is complaining that "document rights are no longer valid".
    I have installed the SAP given credentials and there is no issue with the credentials (as far as I know). What could be the problem? This is not working with both GP and Webdynpro. Appreciate if you could lead me to an answer.
    Thanks
    Ram

    you say "it's not working with GP and WD. do you mean "your newly rendered PDFs are not submitting anymore?". do you have problem creating new impersonalized forms that can submit? your db lookup from the form should not altered the PDF rights as far as i know.
    are you saying your impersonalized form used to submit successfully many times and after you did a db lookup from one of the field in your form then the submit stopped working? if you created a new impersonalized form again from the same template, can you repeat the same problem?

  • Outlook 2011 Mac local subfolders are disappearing after "send and receive"

    After working for long time without a issue, Outlook 2011 Mac (with all updates) start to show a strange habit:
    Fresh from the start the application shows all local subfolders as usual.
    After a send and receive of all mail suddenly all subfolders are disappearing.
    I have to restart the application to regain access to the subfolders.
    Tried a rebuild of the database and a safe boot with no luck. Any suggestion is appreciated. Thanks!

    xdude29 did you ever get this problem sorted out. I am encountering the exact same problem and have to quit outlook and restart to find my folders again.

  • Page rendering process doesn't run after validation error

    I have a page rendering process (On Load - After Regions) that needs to be run for my page to be rendered properly; however, it doesn't run when the page is rendered after a validation error. In debug mode, I see the following line:
    "0.05: ......do not perform process because inline validation condition found."
    Is this a bug? Validations are meant to prevent execution of On Submit processes, but is there a reason to also not run rendering processes?
    I need to dynamically construct some javascript and insert it somewhere after a certain item on the page. Is there a workaround?
    Thanks.
    Rodney

    Rodney,
    Let me see if I understand your question:
    1. A page is rendered
    2. The page is submitted
    3. A validation fires and fails
    4. The page is re-rendered displaying the validation error message
    5. Your on-load after regions process did not fire
    You want to run a process in all cases; in the standard page load case (1) and in the re-load case (4).
    You can do this by creating a region of type PL/SQL. You can give the region a null template so that it will not display any values. The region can be the last one displayed on the page; so that it will be run last.
    You also asked if it is a bug that the on-load after regions process did not fire; as the debug message indicates this is proper. Here is an example that illustrates why you typically don't want to perform processes when rendering a page after it was posted causing a validation to fire.
    Lets take the following example:
    1. create a form on the emp table; assume a salary column called "SAL"
    2. create a validation that says the salary must be numeric
    3. edit a row of the EMP table
    4. change the employee job from clerk to manager; and enter a "X" in the salary item
    5. submit the page
    6. the validation will fire; page processing will stop; and the page will be re-displayed
    7. the process which fetches the rows will not fire; and the page will be re-displayed; the job item will display the change from "clerk" to "manager" and salary will still contain the invalid "X" value. If the process had fired it would have replaced the values in the form.
    My recommendation is that you use regions for any processing that is UI releated. I hope this helps.
    Mike

  • Losing data on a tabular form when submitting a page with validation errors

    I have a window that has a regular HTML form at the top that has several items. Then on the bottom of the page, I have a tabular form where the user can enter multiple rows of information. Unfortunately, when the page is submitted, if there are any validation errors, any changes that were made in the tabular form are lost.
    Any suggestions

    Fair enough :)
    Actually what I was meaning was could I use a collection to repopulate the tabular form when I receive errors. It appears as if it may work. However, I am hitting one snag.
    I have created a PL/SQL Process that runs On Submit and Before Computations/Validations. In this process, I have saving the values in the tabular form to a collection.
    I was then hoping to create another process that ran after any errors occur. However, it does not appear as if any processes run when the screen redraws after a validation issue. Is there a process that runs after validations when the screen is redrawing? Will I need to do this using javascript?
    Thanks

  • Apex reload jquery after validation error

    After a validation error has ocured my jquery does not laod.  What must i do in order to reload the whole page again after the validation error?

    jquery always loads fine. I'm not going into a big what-if-then-what discussion about what might or might not be causing this. You're simply not giving us any information about both your setup and what is happening.
    This validation on your text fields, what is it? I suspect it is not the standard apex validation. Are these plain standard text fields? When does the error occur? When you submit the page? Have you tried to debug? Did you take a look at the browser's developer tools console and see if there is any javascript error? Anything special you are not mentioning because you think it might not be relevant? Considered recreating your issue on apex.oracle.com?

  • Translated item labels swap to original language after validation error

    Hello,
    I've the weird behaviour in my application that translated item labels change to the original label name in case a validation error on that item occurs. I am displaying inline+notification errors. Only the labels of the "error-items" show the behaviour. What is this and how can I fix it.
    Many thanks in advance!
    Jacob

    Hi Arie,
    It might be I'm not using translated applications in the right way then. What I do is I always leave the language of the application: application primary language
    In order to switch from language I change the primary language from dutch to french or vice versa. In this way, the application language changes accordingly from dutch (original) to french (translated). f this is not the proper way, what do you suggest?
    In case a validation error occurs on an item with label "NAAM". The error is displayed inline with that item and in the notification area, and the item label is now "NOM"
    Apex version is 3.1.0
    Hope this makes things clearer.
    Jacob

  • Cannot use XML Forms Builder - HTTP response: 500 - Internal Server Error

    Hi,
    I am trying to use XML Forms Builder, have added the corresponding role to my profile and when I create a new application or do anything I get the following error popup:
    HTTP response: 500 - Internal Server Error.
    What should I do ??
    Thank you for your help.
    Thibault Schalck

    Hi,
    Check the below link for environment checking of XML Form Builder
    http://help.sap.com/saphelp_nw2004s/helpdata/en/9e/9c8f411467ac5fe10000000a1550b0/frameset.htm
    Raghu

  • Changes in Bundle.js file are disappear after restarting the UCM

    Good Day,
    I add some javascript code in bundle.js file within the following path: domain_home\ucm\cs\weblayout\resources\bundle.js .
    the changes are reflected fine on the UCM, but once the UCM Server restated the changes are gone and the file revert back as is; without my changes.
    the code that i want to add is:
    if ((typeof Range !== 'undefined') && !Range.prototype.createContextualFragment) {
    Range.prototype.createContextualFragment = function(html) {
    var frag = document.createDocumentFragment();
    var div = document.createElement('div');
    frag.appendChild(div);
    div.outerHTML = html;
    return frag;
    i want to add it because i have a javascript error like this: Object doesn't support property or method 'createContextualFragment', this erro occured when the used version of Internet Explorer is V.9. ; no javascript errors appears on Version 8. when i add this piece of javascript to the bundle.js file, it the error is gone and everything goes fine, but as i said earlier after restarting the UCM the added javascript code is gone and disappear from the bundle.js file.
    For that reason i want to ask, is there is a way to keep my code and stay as is even after restarting? Or is the file uploaded on restart from another path?
    Any Suggestions?

    This is actually quite simple to explain:
    - domain_home\ucm\cs\weblayout\resources is a directory that holds runtime version of resources
    - if you want to make your changes persistent, you will need to do it in a source directory. In 11g there are two source directories; one for standard components, and the other for custom ones. You should use the latter
    - in fact, if you create a custom component with Component Wizard, make your changes there and activate the component, you should be done. The only another thing you should pay attention to is the loadOrder parameter of your resource - it should be higher to get applied.
    For more details, see http://docs.oracle.com/cd/E23943_01/doc.1111/e10807/part4_customize_comp.htm#sthref522

  • Clear/empty entry of field after validation pattern message

    Can anyone help me please with the following:
    Now when user fills a field a validation pattern message shows when entry is not according to validation. BUT...the entry remains.
    Do you know how to remove the entry from the field after clicking OK on the validation pattern message box?

    I don't know how to do that, but I think it would be user abuse to clear out the field. If I mistype a date or an SSN for example, I don't want to have to type it all over again, just correct my mistake.
    Jared

  • Inbox items are disappearing after a short time

    I'm not aware of making any changes to my settings anywhere, but now whenever I update my inbox the downloaded messages are somehow getting deleted after a few seconds. What likely cause(es) should I check please?
    Terry, UK

    Thanks lllaass. It's my Gmail account. Under iPad > Settings I don't see any reference to POP or IMAP. On my PC browser > Gmail > Settings, I see this:
    http://dl.dropbox.com/u/4019461/Gmail-Settings-1.jpg
    Does that help diagnose the issue?
    Are there any settings on the iPad that need atttention?
    I do also read email on my PC with Agent, but I've changed nothing there. There is a setting +'Leave messages on server: Until retrieved at both of my sites'+
    which is enabled.
    The puzzle is that this 'vanishing message problem' seems to have started only recently.
    Terry, East Grinstead, UK

  • Files are disappearing after making changes in Camera Raw

    I have lost multiple files, and I have no idea what the rhyme or reason is. There are random photos that are missing out of my folders. If anyone has any knowledge about this, I would greatly appreciate it. Thank you all for your time!

    Meghan,
    What OS, version of Photoshop, ACR, etc?
    Make sure you are running the latest version of Bridge, especially.

  • SO items are refreshed after showing error message in VA01

    Dear experts:
    I have a problem in VA01, please kindly help me.
    If we use the expression " message err_msg type 'E' " in userexit_save_document of MV45AFZZ , the system would show pop-up window with message "Item 000010 does not exist", then I can only quit VA01 screen and input SO data again.
    Why the so items are refreshed and how to solve this?Thanks a lot!

    Hi,
    Bcoz you are using Error   ("E") message .if u will use meassage type 'W' or 'I'(information) it will not happend. use any one.
    OR if want only error message u have to use in AT EXIT-COMMAND.
    regds,
    paras

  • After short period of time my messages are disappearing from my Icloud mail account.Why does it happen?Can I restore them back?

    I can't understand my Icloud mail behavior.All messages I sent are stored in sent box as usual whereas messages I receive are disappearing after short period of time (no more then 2 weeks).Why does it happen?Do I have any chance to restore them?

    Unfotunately I'm not eligable for MAC support over the phone and have to take it in to the Genius Bar. Hmmmpf.
    But I was able to isolate the errors (using Console) that occurred just prior to the network failing:
    8/30/09 10:53:05 AM Dock[231] _DESCRegisterDockExtraClient failed 268435459
    8/30/09 10:53:25 AM SystemUIServer[232] * CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0x9307, name = 'com.apple.tsm.uiserver'
    See /usr/include/servers/bootstrap_defs.h for the error codes.
    8/30/09 10:53:25 AM com.apple.launchd[196] ([0x0-0xc00c].com.apple.systemuiserver[232]) Check-in of Mach service failed. PID 232 is not privileged: com.apple.tsm.uiserver
    8/30/09 10:53:33 AM GrowlHelperApp[249] WARNING: could not register Growl server.
    8/30/09 10:53:52 AM com.apple.launchd[196] (com.apple.NetworkDiagnostics[259]) Check-in of Mach service failed. Already active: com.apple.NetworkDiagnostic.agent
    8/30/09 10:54:36 AM [0x0-0x1a01a].com.apple.Safari[261] Debugger() was called!
    8/30/09 11:00:50 AM com.apple.launchd[196] (com.apple.NetworkDiagnostics[279]) Check-in of Mach service failed. Already active: com.apple.NetworkDiagnostic.agent
    8/30/09 11:05:52 AM com.apple.launchd[196] (com.apple.NetworkDiagnostics[290]) Check-in of Mach service failed. Already active: com.apple.NetworkDiagnostic.agent
    Any idea what these mean?

  • XML forms / news no more visible as Form-based publishing

    I 've a very strange behavior on my portal (EP 7.0 SPS10),
    I do publish a news via XML form => the news is displaied )
    After "some time" (sorry I was not able yet to force / understand how to reporduce the error) I can not see anymore the news (and I've full permissions on the folder, this does not seems to be related to validity)
    In fact the xml of the news does still exists (when I browse the folder). His type (Settings -> Properties -> System) has desapear. The news I can see have a Type = Form-based publishing.
    Does anyone already experience this behaviour ?
    How could I reset the property type to "Form-based publishing" ?
    Thank you
    Vincent

    Hello,
    Did anyone already experienced this behaviour, this becomes critical for me.
    I lost all me news one more time : the xml files are still there, but can not be displayed as news ...
    Please help
    Vincent

Maybe you are looking for

  • All Dates displayed for "Characteristic Values" in Query Designer

    Hello Experts, We are on BI 7.0, level 13.  I am having an issue within the Query Designer with regards to dates.  I have a write-optimized DSO that contains 3 date fields (for example, ZDATE1, ZDATE2, and ZDATE3).  Each date InfoObject is of type DA

  • Email duplication - files copy instead of move - originals still in inbox

    Hi all, I am new to this site. i just got an iphone and have to say that while most of the multimedia features are awesome, I am having much difficulty with the 'business' features. I have set-up up my corporate email - it is on an exchange server bu

  • Video is not importing, only audio

    I am trying to import a video to do a couple really quick edits (I just need to trim a few seconds off each end and would like to use a fade in/out transition at the beginning and end), but when I import the video, it doesn't work. I can hear the aud

  • SRM 7 logoff takes up to two minutes

    We have installed a SRM 7 system in a sandbox-environment but when pressing the logoff button it can take up to two minutes for users to logoff, any ideas why?

  • Emailing ical events.

    When I attempt to email an event to someone, it sends a file, but when someone tries to open the attached file they get the message "the calendar file is empty. No new events have been added to your ical calendars." I have searched the forums for the