Data Controls Missing From View Controller Tab

Good Afternoon,
I have researched for hours over the internet and this forum but have not found an answer. My problem is this:
I am using JDeveloper Studio Edition Version 11.1.2.1.0. In my ViewController project no Data Controls are displayed in the Data Controls tab. No matter what I do they are not coming back. I have refreshed, closed, and re-deployed multiple times (As well as multiple other attempts!). I also checked the DataBindings.cpx file. I have been having this problem for DAYS.
When I try to run my page I get the following exception:
Error processing viewId: /home URI: /WEB-INF/pages/home.jspx actual-URI: /fragments/myTask/myTaskEdit.jsff.
oracle.jbo.NoObjException: JBO-25003: Object TaskAMDataControl of type DataControl is not found.
Does anyone know what to do to have the DataControls display in the Data Controls tab of the View Controller again?
Kind Regards
n0vice

n0vice, is the model project holding the TaskAMDataControl part of the same workspace?
If yes, open the viewControllers project properties and select the 'dependencies' node. There you should see the model jpr file in the 'dependend projects or archives' section. If not click the pencil and add it.
Timo

Similar Messages

  • Passing field values from View Controller to Custom Controller

    Hi Experts,
    I am working on a customer requirment in which customer want to see the values of field from one view in another view. The Context node & Context node attribute are the same in both the views.
    I am aware that we need to pass the field values from view controller to custom controller in order to see the field in the subsequent view. I would like to kow how i can achieve that technically?
    Kindly let me your valueable suggesions.
    Best Regards,
    Prabahar

    Hi Carsten,
    Thank you for the detailed feedback.
    I want the fields ID_TYPE & ID_TYPE_DESCRIPTION from IUICMD/SearchAccount to be available in IUICMD/DetailAccount. I have created a context node u201CSEARCHu201D in view IUICMD/DetailAccount. I have created the context node with out choosing u201CCreate with Instanceu201D.  This Context node (SEARCH) is already available in IUICMD/SearchAccount as part of the standard.
    Below given is contents of the Method CREATE_SEARCH of my context class ZL_IUICMD_DETAILACCOUNT_CTXT of view IUICMD/DetailAccount, which is created by the Wizard during enhancement.
    method CREATE_SEARCH.
        DATA:
          model        TYPE REF TO if_bsp_model,
          coll_wrapper TYPE REF TO cl_bsp_wd_collection_wrapper,
          entity       TYPE REF TO cl_crm_bol_entity,    "#EC *
          entity_col   TYPE REF TO if_bol_entity_col.    "#EC *
        model = owner->create_model(
            class_name     = 'ZL_IUICMD_DETAILACCOUNT_CN00'
            model_id       = 'SEARCH' ). "#EC NOTEXT
        SEARCH ?= model.
        CLEAR model.
    bind to custom controller
      owner->do_context_node_binding(
               iv_controller_type = CL_BSP_WD_CONTROLLER=>CO_TYPE_CUSTOM
               iv_name = 'IUICMD/CuCoMD' "#EC NOTEXT
               iv_target_node_name = 'BUILHEADERSEARCH'
               iv_node_2_bind = SEARCH ).
    endmethod.
    I have enhanced the Custom Controller. Now it have new implementation class u201CZL_IUICMD_CUCOMD_IMPLu201D
    Let me know where I am doing mistake
    Thanks in advance
    Best Regards,
    Prabahar
    Edited by: Prabahar Raju on Sep 2, 2009 10:47 AM
    Edited by: Prabahar Raju on Sep 2, 2009 10:52 AM

  • "Sync All Movies" option is missing from the Videos tab.

    Hi,
    I just imported 453 short movie clips (totaling around 1.8 GB) into iTunes and now I want to synchronize them to my iPhone. I noticed that the option to "Sync All Movies" as found in previous versions of iTunes or perhaps only enabled for other devices is missing from the Videos tab under my iPhone's sync options. Is Apple seriously suggesting that I have to manually check off 453 boxes in a list box that only displays 10 items vertically at a time? I'm at a loss for words.
    If there's any way I can have iTunes automatically do this, please let me know. Here's a screenshot of the feature in question, MIA for me:
    http://www.info.apple.com/images/kbase/304680/syncmovies.jpg
    Thanks.

    My mistake, apparently shift clicking one item selects them all. I was trying to do the Windows CTRL + A shortcut (which works in the Library view but not in the list box of Videos to sync).
    I guess that makes me a typical Windows user.

  • Call methods from view controller to another (enhanced) view controller!

    Dear All,
    Is it possible to use/call methods from view controller to another (enhanced) view controller? Iu2019ve created a view using enhancement in standard WD component. I would like to call one method from standard view controller in the enhanced view controller.
    Is it possible to include text symbols as enhancement in standard class?
    u2026Naddy

    Hi,
    If you have just enhanced an existing view then you can call the standard methods in one of the new methods which you will create as part of enhancement.
    If you have created a totally new view using enhancement framework option ( Create as Enhancement ) then in this new view you won't be able to use existing methods in other view as a view controller is private in nature. So all the view attributes, context nodes and methods are Private to that view only.
    Regarding text elements, I guess adding a new text element is just a table entry in text table and is therefore not recorded as enhancement.( Not very sure about this, need to double check )
    Regards
    Manas Dua

  • URGENT ! JDEV 10.1.2 Problem with data control generated from session bean

    I got a problem with data control generated from session bean which return a collection of data transfer object.
    The dto's seem to be correct. The session bean load correctly the data into and the object's are plenty of data. Using the console to display the dto content is ok.
    When generating a data control from this session bean and associate the dto included in the collection only the first object level and one-to-one dto object are correctly setted in the data control. Object that represent collection into the dto (one-to-many foreign key) are setted as collection with an iterator but the structure of the object is not setted. I don't know how to associate this second level of collection with the dto bean class to obtain the attributes definition.
    I created a case with hr schema like the hrApp demo application in the tutorial with departments and employees table. I got the same problem.
    Is it a bug ?
    It exists a workaround to force the data control to understand the collection data structure ?
    Help is welcome ! this is urgent !!!

    we found the problem by assigning the child dto bean class to the node representing the iterator in the xml file corresponding to the master dto.

  • How to access a Java class from view controller?

    Hi All,
    I have created a Test.java class file from Navigator view under
    Src --> Packages --> com.sap.MyProject.
    When I try to access the Test class from view controller,
    I getting this error "Test cannot be resolved or is not a type".
    How do I fix this?
    Thanks
    Sundar

    Hi,
    I have created a Test.java class file from Navigator view under
    Src --> Packages --> com.sap.MyProject.
    After this you can goto the context of your View and define the VA goto the type of VA and click on the right side button and go to java native type and type your java file name click you name .
    that means the jave file s assigned to VA.
    U can utilize thrut that VA.
    Thanks,
    Lohi.

  • IOS 6 installed data wiped/ missing from itouch and iPhone, help

    Just installed latest software.
    iOS 6 installed, data wiped/ missing from itouch and iPhone on calendars and contacts.  help

    Restore from backup. See:
    iOS: How to back up
    If you restore via iTunes make sure that all the apps are in the iTunes library since they are not in the backup.
    You can redownload iTunes purchases by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store

  • ICal Date Headings Missing from Day and Week Views

    Good morning,
    A few days ago, the date headings disappeared from the Day and Week views in iCal. I can see the date heading in Month view, but when I switch back, the dates are missing. All of my events are there, and correct.
    I have resolved font duplications and restarted iCal, to no avail.
    Thanks for your help.
    W

    Still no date headings when my calendar is views in the Day and Week views. All of my appointments are there. The days of the month appear in Month view. But when I change to week or day, I don't know what day I'm looking at because there are no dates. Only "2010" appears in the upper left.
    Any ideas? I couldn't be the only one this has happened to!
    Thanks, Wendy

  • Reference to Custome Controller from View controller

    Hi all,
    I have created a custom controller and inside that i have a method. i need to execute that method from a view controller, similar to executing a method in the component controller. to execute a method in the component controller i use the WD_COMP_CONTROLLER attribute to refer to the component controller. similarly how to i refer my custom controller from the view, or is there any other way? it would be great if someone can help me with this.
    Malinda

    hi,
    Lets say view1 has the event ONACTIONNAVIGATE and you want to call a method 'start_navigation' in the custom controller named 'navigation'.
    Use the following code.
    METHOD onactionnavigate .
      DATA lo_navigation_controller TYPE REF TO ig_navigation.
      lo_navigation_controller = wd_this->get_navigation_ctr( ).
      CASE navigation_type.
        WHEN 'BACKWARD'.
          lo_navigation_controller->start_navigation( if_fitv_fpm_api=>gc_navigate_backward ).
        WHEN 'FORWARD'.
          lo_navigation_controller->start_navigation( if_fitv_fpm_api=>gc_navigate_forward ).
      ENDCASE.
    ENDMETHOD.
    Thanks,
    Rajkumar.S

  • Why are Albums missing from the Albums "tab" in Photos app?

    I just upgraded to the new version of OS X with the new Photos app.  All of my photos transferred over to the new app correctly, but not all of my Albums are showing up in the new Albums "tab" in the Photos app. 
    For instance, my "Honeymoon" album does not show up on the Albums "tab," but when I search for in the Photos app it will appear. 
    How do I get all of my Albums to show up on this tab?
    Additionally, does anyone know how to change the "timestamp" on photos?
    Any help would be greatly appreciated!

    Terence,
    I appreciate the reply, but that did not solve my issue.  Several of my albums are still "missing" from the list, even though I can find them when I search:

  • Avi files missing from view in Organizer

    I recently installed Premiere Elements 8 and Photoshop Elements 8.  I captured 1 hour of video from my DV camcorder  The capture resulted in 43 avi files being transferred to my Vista PC.  The files all show up fine in the Premiere Elements editor project view and timeline.  But only 23 of the videos show up in Elements Organizer.  I have tried reimporting all the files to Organizer, but Organizer says they already exist.  I have selected to show all files, but no luck.
    I looked at another folder where I had captured 18 avi files with the trial version of Pre8, and Organizer only shows me 10 of the files.
    I've tried everything I can think of to make sure I'm not filtering these files from view.
    What am I missing?

    The files are all in the same folder on the second of two internal 500 GB hard drives.  They are all together in the same folder, labeled as "My Project 01.avi" up to "My Project 43.avi"
    I figured out a way to see the missing files in Organizer by selecting the "thumbnail" view instead of the "batch" or "folder" view.  What I discovered is that all the files that have been "missing" appear as stacks of files, but I can't see an option to unstack them like you can do with photos in Photoshop elements.
    For example, I have a file that I couldn't see in Organizer called "My Project 11.avi".  When I look at this file in the Premier Elements 8, under the project view, it shows as a movie with duration of 2:59:22.  But when I look at it in thumbnail view in Organizer, it shows a stack of files.  When you expand the stack, you see three files, each labeled with the same filename, "My Project 11.avi"   The files are 1:21, 0:08, and 1:31 in length, i.e the same total time.  Collectively, they make up the same clip as I see in PE8.  When you pick batch or folder view, the clip disappears for the Organizer view.  The same exact scenario holds for 20 of the other clips in my folder.
    I'm really confused by this....I don't want to have to hunt down clips so I can tag them.  And I don't understand why the clip is split up and stacked.  When I captured the video, I opted to split scenes by timecode, but these are continuous clips shot without interruption.  I did not select auto-analyzer.
    So why would these clips appear as stacks?  It doesn't look to me like the user can even select to stack videos. 
    And either way, why would Organizer only show them when thumbnail view is selected?
    thanks

  • [iPhone] Call app delegate function from view controller

    I'm using the app delegate to manage the high scores for my iPhone game. I have a function in the app delegate called something like "getAString" which I'd like to call from a view controller. I tried:
    [[[UIApplication sharedApplication] delegate] getAString];
    It works but gives me a warning "getAString not found in protocol(s)" and "no -getAString method found". I assume this is because the application object thinks the delegate only implements the delegate protocol methods and doesn't know about any custom methods. Is there a different/better way to do this or a way to get rid of the warning?

    jmzorko wrote:
    I think you just need a simple cast:
    [((YourAppDelegate *)[[UIApplication sharedApplication] delegate]) getAString];
    ... that is, if I grok your problem correctly
    I have a similar problem, with this twist: the selector call is in shared-code and, hence, the [UIApplication sharedApplication] isn't of a known type. It is only known that it implements the shared callback and/or the myProtocol.
    Coming from a Java background, I'd do something like this:
    [((YourProtocol *)[[UIApplication sharedApplication] delegate]) getAString];
    But, of course, in Obj-C, protocols aren't object-types, and objects don't "inherit" from protocols. So, what's the similar thing that I want to do, here?
    Thanks!

  • TS1906 past months data is missing from ical; what gives??

    on my wifes ipad, previous months entries are missing from ical; what happened? how do we get it back? thx

    This is a Video I prepared to answer this question .. I hope
    it is useful :
    https://www.youtube.com/watch?v=K_G_NADFfHE
    In This Video , I take you through Step by Step instructions
    answering two questions :
    1-What should you backup (From SharePoint , SQL Server , IIS)
    2-What should you do in every Disaster data loss.
    I give 13 Disasters of Data loss and step by step what should
    you do.
    I also show you how to automate your backup process and schedule  it

  • Jdeveloper Data Controls Missing

    I have installed jdevstudio11116install.exe ( Oracle jDevloper Release 1 ) in my windows machine
    I have opened few of my existing workspaces from the Jdev. i could not see any of the data controls section . i have checked in the Am , there are some data models added to it .
    why is this behaviour ?

    My existing workspaces were created using jdevstudio11115install.exe. actually i found the same behaviour in that version also . so then i tried installing jdevstudio11116install.exe and opened workspaces created using jdevstudio11115install.exe.
    Moreover i tried creating new workspaces with jdevstudio11116install.exe still the same behaviour.. sorry i do not know the version number for the previous jdev i used,so i am mentioning the exe name.

  • How to get the VIEW_ID from VIEW Controller Class?

    Hi,
    In my BADI(CRM_BP_UIU_VIEW_CONFIG), I have a view controller variable(IR_VIEW_CONTROLLER) referring to CL_BSP_WD_VIEW_CONTROLLER. Now, I have to get VIEW_ID using this varibale. However, the VIEW_ID attribute is Protected in the class .CL_BSP_WD_VIEW_CONTROLLER So, I am unable to access this attribute.
    Could you please help me out, how can I do achieve this?
    Thanks,
    Sandeep

    See if you can make use of GET_VIEWAREA_CONTENT or GET_VIEWAREA_CONTENT_ID...
    Regards,
    BJ

Maybe you are looking for

  • Hey gurus, req to help me.......

    what do we mean by end user manual and end user training and can any body explain this two concepts in detail and details involved in it.

  • Thinking about switching to Mac from Windows, Good Idea?

    I've always had a PC and I've never really used or work with a Mac.  I'm a little questionable about buying one.  What all do I need to know about Macs?  I plan on using it for college and personal reasons. I hardly do anything outside of my house wi

  • Why can't I import an iMovie clip (.MOV) into iTunes?

    After importing HD video (from a Canon Vixia HV40) into iMovie 11 (v 9.04) at 960x540 resolution, you get a bunch of .mov files. Does anyone know why those .mov files, as they come out of the import process,will not import into iTunes? Here are the d

  • BDC for Transaction WB02

    Hi,    I am trying to write BDC for transaction WB02 , wherein each site(Plant) in our company is to be made a customer of each other, so as to fecilitate inter-site  movement of goods. the transaction works fine normally, but at the time of recordin

  • ESD does not start at bootup

    The situation is this Untill now I used the system by console and started X when I needed it and esd just before X. Now I decided to switch to run level 5 so I need to start esd at bootup otherwise it is not able to lock /dev/dsp. But at bootup it do