Why getter VO is not called for custom attributes of VO?

Hello

The requirement is to add two or three fields on a page of the OFA. Here's what I did:

-Created VO personalized by extending the standard VO
-Added fields to the page through customization.

The problem is that the values for the custom page fields were not. Investigation, I found that the accessor Get of VORowImpl getAttrInvokeAccessor was not called for my custom attribute. I tried to check the difference between the attributes for which the Get accessor is called, and for whom it has not named. I could not find and I'm totally clueless as to what determines the get accessor to be called.

Really appreciate your help to move forward.

Thank you
Anil

Published by: AnilMenta on March 5, 2013 10:40

Hi Anil,
Unless the attribute is not used in the user interface or other calls,
the Get accessor will be called
Make sure you've got the attribute used to get your custom attribute named getter.

You mentioned that you started to use in customization, it is always the problem persists?

Thank you

With respect,
Kali.
OSSi.

Tags: Oracle Applications

Similar Questions

  • If I buy Adobe Connect... Can I get a Mobile App source for custom theme... Is it possible?

    If I buy Adobe Connect... Can I get a Mobile App source for custom theme... Is it possible?

    The source code for the app is not available.

  • Why mobile Firefox is not available for Symbian ^ 3 (anna) or Symbian ^ 4 (beautiful)?

    Why mobile Firefox is not available for Symbian ^ 3 (anna) or Symbian ^ 4 (beautiful)?

    Nokia has moved from Windows Mobile development. New Symbian phones are not in Nokia's long-term plans.

  • I'm doing a windows update and I get Windows could not search for new updates... errors found... Code 80244019

    I'm doing a windows update and I get Windows could not search for new updates... errors found... Code 80244019... Can someone help me please

    How to troubleshoot problems connecting to Windows Update or Microsoft Update https://support.microsoft.com/en-us/kb/818018

  • Why Adobe Hue is not available for android?

    Why Adobe Hue is not available for android?

    And when it will be available?

    Hello Ray,

    Sorry about that. This is a brand new application. The team knows of this request, so I thank you for your patience! We have not forgotten the Android users. Brush, shape and color are now available for Android! Please stay tuned!

    Kind regards

    Sofian

  • Photoshop Elements 11, Windows 7 PC. When you try to make a Photo montage I get an error "not available for the creation of valid size.

    Hello

    Need help...  When you try to make a Photo montage I get an error "not available for the creation of valid size.

    Photoshop Elements 11, Windows 7 PC.

    Thank you

    Error "not available for the creation of valid size.

  • Why bitmp index are not suggested for DML operations

    Hi all

    Can someone make me understand why bitmap indexes are not suggested to use for DML operations. AFAIK, the reason being that it locks the table and another user won '; t be able to complete the transaction but why?

    user13389425 wrote:
    the reason is that I found is that it stores the rowid of beginning and the end rowid and the value of the spreadsheet store n number of entries of the inder, so any operation DML whole leaves lock themselves and cause the performance of the database. My next question I was not able to address, is that the index entries how do I store it on a single sheet. How calcualte the same.

    It is not the entire sheet that gets locked, just the specific index entry in the block sheet index, as well as the corresponding lines in the table referenced by the rowid ranges in the index entry.

    As an indication, the average number of index entries in a block of sheets is the num_rows/leaf_blocks in dba_indexes. As an example, the average number of rows in the table referenced by the index entry is (num_rows in dba_tables/num_rows in dba_indexes) * distinct_keys in dba_indexes.

    See you soon

    Richard Foote
    http://richardfoote.WordPress.com/

  • Why my converter is not called

    I defined a custom converter registered in faces - config.Xml. I entered a value in the field, but that the converter is not called (I put traces inside). I tried like a converter and also as Converter element attribute.

    < af:inputText id = value = "#{bindings.percent1.inputValue 'it2'} ' simple ="true"contentStyle =" width: 100% ""
    Converter required = "#{pageFlowScope.myBean.action eq 'CREATE'}" = "myBigDecimalConverter" > "
    <!-< f: converter converterId = "myBigDecimalConverter" / >-->
    < / af:inputText >

    Can you explain what I am doing wrong?

    Thank you

    JDev 11.1.2.4

    Hello

    A converter is run on the client and its role to transform to "string" which is written in HTML component to an "object" you use a model in the State of post page (and vice Bader in the page rendering stage).

    Then

    1. normally, to be called, the page must be submitted to the server (which runs the converter).

    2 - the value is converted by getAsObject is stored in your model (bean property) and not reflected in the value of the HTML component (once again, this value can be an object, not a string). On the other hand, the getAsString method converts the 'object' in the string template to use in the HTML component.

    Kind regards.

  • Please give me a phone number to call for customer support.

    I need a phone number for customer support.

    http://helpx.Adobe.com/contact.html?promoid=JZEFR

    Mylenium

  • validation error message is not displayed for an attribute as a list of value of the entry

    Hello world

    I use jdev 11.1.1.7.0

    In my application, I created an entity Obj and Obj employees base table.

    for the attribute JobId , I took the actions listed below:

    1. in the EO staff, I created a validation for this attribute and in some cases the error message returns (the error message is "the salary is not high"):

        /**
         * Validation method for JobId.
         */
        public boolean validateJobId(String jobid) {
    
    
            if (...) {
                return false;
            }
    
    
            if (...) {
                return false;
            }
    
    
            if (...) {
                return false;
            }
    
    
         
            return true;
        }
    

    2. employees Vo, I created a LOV for this attribute (the view accessor is JobsViewObj) and I display the attribute entry of text with a list of values.

    in the jspx page, I drag / drop this attribute as below:

              <af:inputListOfValues id="jobIdId"
                                    popupTitle="Search and Select: #{bindings.JobId.hints.label}"
                                    value="#{bindings.JobId.inputValue}"
                                    label="#{bindings.JobId.hints.label}"
                                    model="#{bindings.JobId.listOfValuesModel}"
                                    required="#{bindings.JobId.hints.mandatory}"
                                    columns="#{bindings.JobId.hints.displayWidth}"
                                    shortDesc="#{bindings.JobId.hints.tooltip}"
                                    autoSubmit="true">
                <f:validator binding="#{bindings.JobId.validator}"/>
              </af:inputListOfValues>
    

    I opened the popup and I select a line in the list and then I click Ok. After that, if the validation method (validateJobId) returns false, the error message ("the salary is not high") must be show to the user. but the error message does not appear. I don't understand why this is happening.

    Can anyone guide me on this problem?

    Concerning

    Habib

    Hello Dario,

    I just found this post: http://andrejusb.blogspot.nl/2013/12/workaround-for-infamous-bug-13626875.html that apply ExceptionMode = immediate adjustment to control the use of data in DataBindings.cpx, then the error message is displayed as I hope.

    Concerning

    Habib

  • LDAP Sync does not work on custom attributes

    Gurus,

    I installed and configured OIM 11 g release 2. During configuration of IOM, I activated ldapsync to OID.

    Created a custom attribute in the OID and also on OIM. But when I change this attribute to IOM, this change won't OID and vice versa. There are no errors in the logs.

    Please throw some light on this.

    Everything by creating a custom to IOM, attribute entitle you the label, name... At the same time, there will be an option to provide the ldap attribute name. You must provide the name of the attribute that you created in the OID here. Then only ldap sync works on custom attributes. without specifying a ldap attribute name, ldap sync wiill does not work.

    Give it a try and post your results here.

  • Why my application is not available for download through App World on the Playbook?

    Hello

    I wonder if anyone can help me how I can get my app - "Downtown Livermore' (http://appworld.blackberry.com/webstore/content/reviews/43728?lang=en) available for download on App world on the Playbook. It is available on Blackberry phones, but not on the playbook. I can't find an option to make

    available on the Playbook. Where can I configure that? I need to create a presentation of the new?

    When you create the new version, you must download the Playbook (.bar) bundle and to specify that this bundle will support the Tablet (as a platform). I believe you can download simultaneously bundle for smartphones and bundle for Playbook, however you can not change the existing version and add beams. So I would say to create a new version and download the two beams.

    Another option would be to create a new application called 'Your-app-name for Playbook', some developers prefer to do.

  • Creation_Complete event not pulling for custom component

    I have a component instantiated in Actionscript:

    var chartControl:ChartControls = new ChartControls();

    chartControl.addEventListener (FlexEvent.CREATION_COMPLETE, initializeChartPanel);

    ChartControls is a VBox that has also a creationComplete method:

    < mx:VBox ' xmlns:mx = ' http://www.Adobe.com/2006/MXML "creationComplete ="init ()">

    public Function init():void {}

    slider.setPanel (chartPanel);

    slider.setThumbValueAt(0,initWid);

    var evt:SliderEvent = new SliderEvent (SliderEvent.CHANGE,false,false, 0, initWid);

    slider.dispatchEvent (evt);

    }

    Could only be originally does not fire?  I've never had a problem for events to trigger, but this is the first time I tried it with a custom component.  How can I get this to work?

    The cause as possible, I do not see where you add the custom component instance:

    this.addChild (chartControl);

    If this post answers your question or assistance, please mark it as such.

  • Why the features are not available for me?

    My desktop version of Firefox, the option shown on this screenshot is disabled: http://screencast.com/t/k7YIzNTC9C7. It is not grayed out on my version of the laptop.

    In addition, I'm not able to select the option "Always Enable" to always enable notifications of certain websites in my browser on my desktop, but I'm able to do on my laptop.

    Both versions are updated to 36.0.4.

    Make sure that you are not Firefox running in permanent private browsing mode (don't remember history).

    • Tools > Options > privacy > Firefox will be: "use the custom settings for history".
    • : Uncheck the [] "always use the private browsing mode.
  • Whenever something happens on Firefox, I get a Message "Not responding" for about 10-20 seconds.

    For the last two days, Firefox acting strangley. It is not plant and must be closed, it's just a lot of crashes Micro. Whenever I change a tab, refresh a page, click on anything, do anything, Firefox doesn't work for about 10 to 20 seconds, sometimes less, sometimes longer. When it happens, I get a message at the top saying (not responding) until it suits me later.

    I had been very happy with Firefox, but if this problem cannot be corrected, I'll be forced to find an alternative, I don't like the sound of. Any help would be appreciated...

    Hello Adam.

    You may have a problem with some Add on Firefox which is an obstacle to the normal behavior of your Firefox. Have you tried to disable all add-ons (just to see) to see if Firefox goes back to normal?

    Whenever you have a problem with Firefox, whatever it is, make sure that it's not one of your modules installed, be it an extension, a theme or a plugin. To do this easily and cleanly, start Firefox in safe mode , and then select disable all add-ons. If the problem goes away, you know that it's an add-on. Disable them all in normal mode and allow them one by one until you find the source of the problem. See this article for more information on troubleshooting extensions and theme. You can troubleshoot plugins in the same way.

    If you want supported for one of your modules, you will need to contact the author.

Maybe you are looking for