Suppressing model update

using jsf/adf bc. i've got a jsf page with subtabs on it. tab 1 has a checkbox on it which when checked (and saved), should disable other fields on the tabs. i have their disabled property set with el to evaluate the value of the checkbox. this checkbox value, along with all the other fields, is bound to a view object attribute. my issue is that i don't want the value of the checkbox to be updated to the model when the user simply tabs from one tab to another. this causes those components whose disabled property is dependant on the checkbox value to be affected by this "temporary" checkbox value. i only want the checkbox value to be applied and evaluated by the other components when the record is saved. how can i suppress the update of the model when the user is simply going from one tab page to another?

hi Ibrahim (user617110)
Since you say you are using JHeadstart, maybe you can get a better answer in this forum
JHeadstart
(tip : You can use "Your Control Panel" to make your name visible in forum posts.)
success
Jan Vervecken

Similar Messages

  • Model update validation in between wizard-style pages before commit

    Dear All,
    We have a number of wizard-style pages (generated by JHeadstart). We navigate between pages using a <af:singlestepbuttonbar> control. We'd like to be able to validate model updates when navigating (next) from one
    page to the next, rather than having to wait till the Commit action on the last page.
    The model validations should only be performed for model updates that are relevant for the current page being navigated from.
    Any suggestions on how we can achieve this would highly be appreciated.
    Kind regards,
    Ibrahim

    hi Ibrahim (user617110)
    Since you say you are using JHeadstart, maybe you can get a better answer in this forum
    JHeadstart
    (tip : You can use "Your Control Panel" to make your name visible in forum posts.)
    success
    Jan Vervecken

  • Schedule Model Updates - Deleting / Looking the schedules

    Hi
    I used in the BICA connector
    http://server:port/strategy/bi/admin_bic.htm
    very bottom selection is SCHEDULE MODEL UPDATES to schedule automatic updates.
    Reference : Bobs reply on  [thread|Re: Can periodic updates happen when using BICA tool]
    But  Where can I see the schedules I have set??
    And  How can I delete this schedules ??

    quixotic-
    With a typical installation of SSM, you won't find an advanced scheduling administrator. The SSM installation guide refers to an optional installation of SAP Scheduler on Netweaver, though doesn't specify how you do that.
    The SAP CPS SchedulerAdministrator software for Netweaver is what you are looking for.
    Download it from SAP Note 1417789
    Instructions on how to deploy it at SAP Note 1161405
    The SDN page with useful links to documents about the scheduler:
    Scheduling
    Regards,
    Bob

  • How to suppress 'spurious' update events where the entry is identical

    We often have clusters with event listeners on reference data caches. These caches are refreshed by calling putAll() to update values efficiently. Although this is efficient, and keeps refresh code simple, many unwanted 'spurious' update events are generated. Spurious in the sense that in most of update events the old and new values are the same.
    We considered using a MapTrigger to suppress these uninteresting update events. The problem is how to implement a 'veto' in the MapTrigger.process method. What we'd like to do from a trigger is:
    if (old value == new value)
      ignore new entry
    else
      process, enrich, or validate new entry as desired...
    end ifWe'd like a clean way to signal from a MapTrigger that an entry should be ignored (rather than rejected). The Javadoc shows two possibilities:
    *(1)* undo the pending change by resetting the entry value to the original value obtained from MapTrigger.Entry.getOriginalValue();
    *(2)* reject the pending change by throwing a RuntimeException, which will prevent any changes from being committed, and will result in the exception being thrown from the operation that attempted to modify the map
    Of these *(2)* Causes a put() failure in the client. That is appropriate for something like a validation failure, but not for simply ignoring an unwanted update. Option *(1)* unfortunately generates an update event!
    Our current workaround is a MapEventTransformer to suppress the spurious updates:
    public class UpdateSupressionTransformer implements MapEventTransformer {     
      /** Avoid sending an update event if the value is unchanged */
      public MapEvent transform(MapEvent e) {
        if (e.getId() == MapEvent.ENTRY_UPDATED) {
          if (e.getNewValue().equals(e.getOldValue())) {
            return null;
        return e;
    }This works well but requires client code to register event listeners correctly. It also means that the unecessary change is still generated in the cache. For example a cache stores will be called needlessly.
    Can a feature be considered to allow a clean way for identical updates to be ignored, or to not generate events?
    Ideally this would be before the update is made - like a trigger. It seems a pity the MapTrigger design does not allow this.
    Such a feature would allow simple cache refresh logic using putAll() - without having to check for deltas - avoiding large numbers of unwanted update events. We think this is likely to be a common requirement.
    Cheers,
    phil

    Hi,
    I dont think that this is the problem associated with portal.You are working on BI queries in portal but BI screen that you are working on is of SAP R/3 correct me is i am wrong??And the message you are getting is of R/3 screen,BI screens are shown in an iview and an iview cant show any message..
    Regards,
    Ameya

  • Model updation in table /sapapo/model

    Hi,
    Could any body give solution to this query?
    To get update the table : /sapapo/model  which remote function module we can use?
    Actually I have created one model using Function module RSDMESC_DB_MODEL_CREATE.
    this model is getting updated in table :  RSDMA_DBT_MODELT.
    But I need this newly created model available in to the table :   /sapapo/model 
    How can I do this.Please update me.
    Regards

    HI,
       As per my requirement data is not getting updated in to the table /sapapo/model.
    using   the function module which you have given, it  is just checking the model and given the status whether it is  available or not.
    Regards

  • Service doesn't update after data model updating

    Hello, dear experts!
    I have a question.
    I created OData Service and all is OK.
    After that I have updated data model. MPC methods have been changed with my new updates. But I can't see new service metadata document, browser displays old version of it. And service works in the way like old version of data model is actual.
    I don’t understand this behavior.
    In the book “OData and SAP NetWeaver Gateway” I have read that it is not “waterfall” approach in Gateway, which means that we can make changes in all 3 service creation phases (data model definition, service implementation and service maintenance) in the order we want.
    I tried regenerate runtime objects and reactivate service, clear browser cache, but it didn’t help.
    I put external breakpoint into DEFINE method of the MPC class and send some requests to server, but debugger doesn’t open. It looks like some kind of server cache.
    I think it is incorrect behavior. What would you recommend?
    Thanks in advance,
    Ihar

    This feature is available from SP7
    Go the the link below and search for "Reloads the service metadata for the annotation models."
    Activate and Maintain Services - SAP NetWeaver Gateway - SAP Library

  • Alert Inbox disappeared after CIM Model Update

    Hi, a collegue of mine has updated the CIM Model of the SLD Content concern some HR stuff.
    After this the Alert-Box and Alert-Konfiguration is no longer availaible which means that i get a 404. I checked the paramters in Exchange profile like given in 750287 - even checked services in SICF but everything looks good so far.
    We also restarted the Java-Stack but with no success! Does somebody has solved sth like this?
    br

    Is the CIM/SLD data at the same patch level as the of XI?  This can cause issues.
    Also, check the RWB config in the Content Maintenance section of the SLD to make sure the correct associations are still in place.

  • SetProperty on OData model - update multiple entities before submitChanges on batch

    I have a list in my application:
    This data is bound to an OData model.
    If I perfrom call I can retrieve the data fod the "fridge" item:I can retieve the OData for item 456.
       this.getView().getModel().getProperty("/Items(BookingId='123',ItemId='Fridge')")
    Therefore I can set the couonter like this:
    this.getView().getModel().setProperty("/Items(BookingId='123',ItemId='Fridge')"+"/ItemCount", 6)
    But once I have done this "SetProperty" call I am now unable to set any other properties on any of the other items!
    What I want is to be able to change as many items as I like and then on SAVE do a batch OData PUT to update the values in the backend.
    If I'm honest what I really want is to be able to do a DEEP INSERT into my OData provider, which contains a Booking, with nested sub-items..
         Booking 1:m Items
    How can I do this whilst also using the "setProperty" method?
    setProperty is great in regards to if I make changes and then hit "CANCEL" I can call "resetChanges" to undo any changes.. but at the moment I can only change ONE of these counters before commiting my changes...
    Surely this must be a common requirement, to make many changes in the front-end to multiple entities and then POST/PUT them all at once?
    Thank you for any advice

    A seemingly bug in SAPUI5 ODataModel setProperty() funtion

  • Presariao V2375tu - 2004 Model - Update for Motherboar​d 7 Processor

    Hi All,'
    I have a compaq presariao v2375tu model with mother board "Mobile Intel 940GML Express Chipset Mainboard" I believe. I have not used it for almost 4+ years because there was problem with motherboard and was not working. An now I want to make use of it. So I want update the processor & mother board with the latest one, will it be compatible?
    If yes, what are the best options with low cost as well as moderate cost.
    At present even hard disk also not working can I update even that?
    Please email me to {Personal Information Removed}
    Thanks in advance!
    Regards,
    Guru
    {Personal Information Removed}

    Hello Guru,
    If you look at your Maintenance and Service Guide manual, you will be able to see compatible updated parts.  You can order these from HP Partsurfer.
    Please let me know if this helps.
    Good luck!
    ↙-----------How do I give Kudos?| How do I mark a post as Solved? ----------------↓

  • SAP Model update

    Hello !
    Dear Colleagues!
    How can I update my SAP Model from 1.5.32 to 1.5.34  ( I mean in SLD ) ?
    thanks a lot

    Hello Roman
    I have moved this thread to the Netweaver Administrator forum (this is not a PI technical issue). You have a better chance of getting a quality answer to your query if it is opened in the correct forum. I think the Netweaver Administrator is the best forum for this issue.
    Regards
    Mark Smyth
    XI/PI Moderator

  • Microsoft excel has stopped working (on model update...).

    Hi eb
    I have chaneged the query of an excel 2013 power pivot model's data source.
    On save an update of the models data is launched.
    Every thing goes well until the very end of data retrieval (around 27 milion records).
    At that point excel crashes with the enoying massage 'Microsoft excel has stopped working'.
    I have looked in windows logs there is just one general massage with nothing in it...
    Where would you go looking?
    File size at 4.5 milion records is 111MB so at 27 milion should be around 666MB...
    TIA!
    Rea

    What version of Excel 2013 do you have installed? 32 bit or 64 bit? It sounds like 32 bit based on your above scenario. When you have excel open, open up task manager and watch your memory usage. 32 bit Excel is capped at 2 GB of RAM, but realistically it
    starts crashing right around the 650 MB to 1.2 GB range. (I've seen it crash anywhere in this range)
    I'd suggest either limiting your query down to pull much fewer rows or installing the 64 bit version of Office/Excel.
    In addition to what SQLBISchmidt has already mentioned, double check that you are only including columns that will actually be used within the Power Pivot model. Be especially careful with columns that have many distinct values (i.e. high cardinality) as
    these can be very costly in terms of memory consumption.
    Do you happen to have any complex calculated column calculations in the table or related tables? This can also cause these kind of issues if it is indeed memory-pressure related.
    You may find this official help article useful in finding a way to reduce the memory footprint of this table: http://office.microsoft.com/en-gb/excel-help/create-a-memory-efficient-data-model-using-excel-2013-and-the-power-pivot-add-in-HA103981538.aspx
    Regards,
    Michael
    Please remember to mark a post that answers your question as an answer...If a post doesn't answer your question but you've found it helpful, please remember to vote it as helpful :)
    Website: nimblelearn.com, Blog:
    nimblelearn.com/blog, Twitter:
    @nimblelearn

  • Has anyone had trouble with ng-model updating in a photoshop extension?

    For some reason I can't get my ng-model to work unless I use CTRL+V or the delete key. I had to add this code to fix it:
    Anyone else had this issue>?
    (function () {
        'use strict';
        var blur = angular.module('ngModelUpdate', []);
        var directive = ['$parse', function ($parse) {
            return {
                restrict: 'E',
                require: '?ngModel',
                link: function (scope, elm, attr, ngModel) {
                    var model;
                    if (!ngModel) {
                        return;
                    elm.on('input keydown change', function () {
                        scope.$apply(function () {
                            ngModel.$setViewValue(elm.val());
        blur.directive('input', directive);
        blur.directive('textarea', directive);

    Same issue here, seems to be fine on text based websites, but any with images on struggle to load.
    im on 100mb fibre, and all sites work fone on other devices, just my iPad since upgrading
    its loads the site slowly, displays about 3/4 of the page once loaded

  • Model update error

    Hello
    i have a list of usernames in a listbox, when i select one user and press the commandbutton i see the id of the user - so far so good.
    <h:form id="myForm">
    <h:selectOneListbox value="#{selectedUserBean.selectedUser}"
        converter="User">
      <f:selectitems value="#{userListBean.userList}"/>
    </h:selectOneListbox>
    <h:commandButton action="submit" value="submit"/>
    <hr/>
    User id:
      <h:outputText id="edit_id" value="#{selectedUserBean.selectedUser.id}"/>
    </h:form>selectedUserBean: SessionBean
    userListBean: RequestBean
    public class User {
    private String name;
    private String id;
    getters/setters...
    }But now i want to change the user id. so i replace the outputText by
    <h:inputText value="#{selectedUserBean.selectedUser.id}"/>if i now select an user and press the button i always get the error "converter error duringModel update for component with id: edit_id". And the inputText filed shows no value.
    can someone help me?

    Yes indeed! It helps! I though the conversion was implicitly made by JSF...
    The problem was that I got a selectOneChoice that look like this:
    <af:selectOneChoice id="client" styleClass="longCombo"
    label="#{messages.cashTrade_client}" simple="true"
    value="#{cashEntryController.formBean.client}"
    valueChangeListener=
    "#{cashEntryController.synchToClient}"
    binding="#{cashEntryController.client}"
    autoSubmit="true">
    <f:selectItems
    value="#{cashEntryController.clientList}"/>     </af:selectOneChoice>
    The values that are put in the SelectItems are converted automatically, let's say from String to Integer. But the value bound in the "value" attribute needs to have the same type as SelectItem.getValue().
    Since I'm using the same method to populate all my selectOneChoice in my page and they either have String or Integer as value bound to the "value" attibute, I got this message all the time. So, Instead of using one or the other, I have put Object and now, it works fine.

  • Organisation model update

    Hi Gurus,
    well here is some bizarre problem ..in CRM development server we upgraded to Enhanced version and we got some error message " is_sa_off is not invisible in sale scenario" while mapping sales office with r/3 sales office, then we checked T077MATTR and did necessary setting like checked mark "buffer" , and invisible mode.
    then finally run "HRBCL_ATTRIBUTES_BUFFER_UPDATE" to delete any buffers..
    the problem resolved.
    And then finally we transported the T077MATTR to CRM  testing server..and ran same report... but still when we try mapping it with R/3 org. units it shows same message....
    and even while maintaining BP data like relationship we assign partner function with sales data..it shows message "sales org.unit does not exist".
    and yes we have BP created for sales org unit.
    note in CRM testing ....we are still using standard version.
    Please help me resolve this issue,
    Thanks,
    Gaurav

    Hello Gaurav,
    The problem should be with t77omattot settings.
    Could you please compare the settings between two systems?
    For is_sa_off, the object type shoul be 'O'.
    Best regards,
    Maggie

  • Analog Devices model update for AD version

    Downloaded 'ADI_All_MultiSim_Symbols.zip' from AD website.  How do I get them into multisim analog device edition?
    Solved!
    Go to Solution.

    I have MSim-Analog Device edition only.  Can someone database merge, or if you already have it, try to extract a SPICE netlist and post for the ADM4073?  I've attached the .prz file from Analog Devices.
    Thanks 
    Attachments:
    ADM4073TWRJZ-REEL7.prz ‏296 KB

Maybe you are looking for

  • Error when launching Firefox

    Hi; I'm experiencing a problem when launching Firefox . Receive the following message; Firefox can't establish a connection to the server at en-gb.start3.mozilla.com I've removed and reloaded Firefox, but same problem. The only thing I can think of t

  • CS3 or CS4

    I currently own Adobe CS3 Design Standard, which did not include Dreamweaver, as I had an OLD version - Dreamweaver 2.0. Now I want to upgrade DW. Would I be better off getting DW CS3 to match my CS3 Design Standard programs, or go ahead ane get DW C

  • Update 7.1.1 causes a problem?

    I recently accepted to have my iPod updated to the latest 7.1.1 version and now I can not turn my iPod off by holding down the play/pause button like I had been able to before. Please send suggestions on how to turn it off cause my battery is dying!

  • Search Engine Safe (ses) URLs

    I am running a test server with MX7 and IIS5. I have SES urls working on a production server with MX6.1 but this test server will not go past the home page. Every link I click loads the home page. I have followed the directions for uncommenting lines

  • Applet, Application communication

    Hi Someone tell me how to do applet, application communication. I have one standalone application, running in server and receiving connection from applets and every min. the server has to send some data back to each apllet connected. How to do it...