ADF Faces & BC: Remove unwanted 'model' dir from viewcontroller project

Hi all,
I would like to know how to remove the 'model' directory from our ViewController project.
Steps to see this config:
1. right click on your "ViewController" project from the application navigator pane
2. Select 'Project Content'
3. Select 'Modelers'
You can see that there is a default 'model' directory under your ViewController directory. When I try to remove it then save, I get "Error parsing the path: The ContentSet is empty" message.
Does anyone have any ideas on how to remove this value?
Thanks,
Wes

/bump

Similar Messages

  • Want to remove unwanted free apps from app store forever

    want to remove unwanted free apps from app store forever how can I do this please

    15d wrote:
    want to remove unwanted free apps from app store forever how can I do this please
    Well, it should be obvious that you cannot remove apps from the App Store, so I'll assume that not what you actually mean. In addition you cannot remove apps or any iTunes purchased content from your AppleID. You can hide purchases, but that can only be done from iTunes on a computer.

  • HT1535 how do you remove unwanted movies/videos from my ipad

    how do you remove unwanted movies/videos from my ipad

    Settings>General>Usage>Storage>Videos>Delete videos

  • Reset phone to factory settings to remove unwanted email addresses from autofilling.  Now trying to only sync real contacts, photos, and apps from backup.  HELP PLEASE!  :)

    Reset phone to factory settings to remove unwanted email addresses from autofilling.  Now trying to only sync real contacts, photos, and apps from backup.  HELP PLEASE! 

    All of this should be on your computer as you should be syncing regularly to your computer.. Just sync it back.
    iPhone User Guide (For iOS 4.2 and 4.3 Software)

  • Remove/deactivate enhancement components from enhancement project

    Hi all,
    I have created project for enhancement & included the enhancement in the project. Enhancement contains 3 components for example
    1. Exit_XXX_001
    2. Exit_XXX_002
    3. Exit_XXX_003
    I have implemented all the three components to check which one suits best for my requirement and found that 001 suits my requirement best. Now there is check mark for all the three components indicating that they are implemented.
    My requirement is to make the components 002 & 003 look as if they are not implemented(remove the check mark as it looks before implementation), In other words i want to remove components 002 & 003 from the project.
    Hope I'm able to explain what i mean. If anybody require more clarification. Please let me know.
    Thanks in advance.

    What you're trying to do is not possible. All components contained in an enhancement (SMOD) can only be activated or deactivated en-block. So similarly in CMOD, best you could do is deactivate and remove the complete component...
    Cheers, harald

  • How to remove the time slider from my project and keep only buttons

    How to remove the time slider from my project and keep only buttons to interact with my project .

    If I understand you correctly, go to the skin editor (Project, Skin Editor in Captivate 4), select the Playback Control tab, uncheck the Progressbar check box.  Leave checked the buttons for play/pause, rewind, forward, back, etc.
    I hope this helps.
    Mister C.

  • Removing unwanted chapter markers from m2v files

    I inadvertantly left some unwanted chapter markers in FC sequences which I then exported as m2v files. Is there any way to remove the chapter markers from the m2v files so I don't have to re-render to m2v? I have lots of files!

    The original files were edited in FCP, then edited in Motion to add graphic overlays. From there, they were rendered as m2v using Compressor.
    The chapter markers are all visible in both FCP and Motion, but both of those options require re-rendering from the source file type back to m2v. This is a time consuming step that I'm hoping to avoid by, somehow, removing the chapter markers from the m2v file itself.
    I just need to know if there is any way to remove a chapter marker from an m2v file.

  • ADF Faces - filtering a selectOneChoice after select from another

    Hi,
    I'm new to ADF faces and I've been experimenting with developing applications using Jdeveloper 10.1.3 and ADF faces. I've run into a little problem.
    I have two selectOnceChoice fields on a page (division and dept.) When user selects a Division I would like to filter the dept. But it seems that the value I get when I try to filter when the div changes is the array index not the value of the division. Basically what I've done is set the valueChangeListener to a function on the backing bean for the Div selectOneChoice and set auto submit to true. If I look at the values on the valueChangeEvent they are the indexes not the actual values. I've tried using ExecuteWithParms in the page def and binding to to #{bindings.div.inputValue} but the results are the same the inputValue at this point contains the array pointer not the actual value. as seem by turning on -Djbo.debugoutput=console.
    Does anybody have any suggestions?
    Thanks
    Chris

    Scott - check out Re: How to do? Save-and-Return with ADF Faces and ADF BC, JDev 10.1.3
    John

  • How do I remove unwanted folx application from my system

    how do i remove the application folx from my computer

    Hello, Richard!
    Folx uninstallation procedure is more complicated than just moving Folx application to Trash.
    It's recommended to use Uninstaller utility for Folx full uninstallation, which may be found in downloader.mac.dmg file.

  • How do I remove Yamaha grand piano from my projects folder?

    Every time I save or load this project, the system uses a lot of time on loading Yamaha Grand Piano to/from the projects folder. I dont use this EXS24 instrument anymore and want to delete it.
    I´m currently looking at it in the Projects manager where I have located the songs project folder. But I dont see a natural way to delete it, and I´m afraid of wiping it off the total harddrive.
    I just want it out of my project.
    How can I manage to do this? It aint in use but still in my project.

    Thanks for trying to help me out, but there aint such an instrument in the in any of the mixer stripes, so the problem is still the same.
    I have 2 other EXS24 instuments previously used in the same project, that keeps on loading, allthough I don´t use them anymore.
    Will try a project scan in the project manager and see if that helps, as I SavedAs the project to a new location. Maybe an existing (but old) version of the project uses that instrument, and thats why it loads when I open my newest version of the project?
    Also; is there a way in the Project Manager that I can remove i.e. an EXS24 instrument from the resources for the project, without deleting the samples themselves?
    Any help appreciated.

  • Displaying error mesages with params from ViewController project

    Hi,
    I am using Jdev 11.1.1.5.0.
    I am showing warning/error messages on UI form manage bean using following syntax,
    FacesContext.getCurrentInstance().addMessage(null, new FacesMessage(FacesMessage.SEVERITY_ERROR,'ERROR_MESSAGE','ERROR_MESSAGE'));
    ERROR_MESSAGE has its description in Bundle.properties file.
    I want to show message description with parameters and parameter values will pass at run time.
    eg: Product {productName} is not allowed for the customer {customerName}.
    I know how to do it from ADF BC but I want same behavior from Managed beans.
    Please help in finding the solution..
    Thanks in Advance
    Nag

    Hi All,
    I want to access Message bundle properties file in the Application-module Impl java file ,Can you pls anyone guide me how to proceed.
    But Jabr suggested me the following approach,
    steps
    Assuming that the properties is present in com.subbanasolutions.samples.Bundle.properties
    // Imports
    import oracle.javatools.resourcebundle.BundleFactory;
    // Constants
    private static final String RESOURCE_BUNDLE_NAME =
    "com.subbanasolutions.samples.Bundle";
    // Code to get access to the resource bundle and get a value associated with a key
    ResourceBundle resourceBundle =
    BundleFactory.getBundle(RESOURCE_BUNDLE_NAME);
    if(resourceBundle != null)
    // Here, FOLLOW_UP_LABEL is the key found in the resource bundle
    String ActivityName = resourceBundle.getString("FOLLOW_UP_LABEL");
    this works fine,But I want to pass parameter to messages like the bellow code snippet for view-controller project ,Is there any possibility?
    MessageFactory.getMessage(FacesContext.getCurrentInstance(), FacesMessage.SEVERITY_INFO, "reopen.sucessfully", new Object[]{documentName})
    Looking for your Reply,
    Felix
    Edited by: Felix Andrew on Nov 15, 2011 10:07 PM

  • How 2 remove unwanted sales areas from BP?

    I got two sales areas already maintained for a business partner under "Sales Area Data". Will it be possible to remove one?
    Not able to find any remove option in "Choose Sales Area" screen as well.
    Tried other possibility: Next to BP Role, under Role Details, selected sold-to-party role deleted entire role assuming i can create once again, but System is very smart. When i try to create sold-to-party role again, it is showing all the already maintained sales areas.
    Regards,
    Venu.

    Hi
    There is no standard functionality for deleting Sales Area data
    for BP exists.
    But you can develop your own report using following BAPIs:
    BAPI_BUPA_FRG0010_* (use F4 for list of all available functions)
    BAPI_BUPA_FRG0020_*
    BAPI_BUPA_FRG0030_*
    BAPI_BUPA_FRG0100_*
    Another possibility is to delete Sales Area completely, from
    OrgManagement. In this case, Sales Area information will be deleted
    for all BPs.
    Hope this can help you.
    Best Regards,
    ZhaoJie

  • How do I remove unwanted  18 sites from my chrome browser or do i have to delete the whole browser?

    A +18 **** site has attached itself to my CHROME browser (SAFARI not affected) have tried to remove seperate visits in the all history pages but it remains in the most visited sites. Will the only option be to send the Google CHROME browser to the TRASH bin?

    Quit Chrome if it's open.
    Open a Finder window then select your Home folder in the Sidebar on the left. It has a small house icon.
    Then open the Library folder, the Caches folder, the Google folder, Chrome, Default, Cache.
    Move all the files in the Cache folder to the Trash. Empty the Trash.
    Now open Chrome.
    From now on, from the Chrome menu bar at the top of your screen, click History / Show Full History
    Click: Edit Items
    Clear all browsing data.
    If that doesn't help, you may have the MacDefender / MacProtect malware.
    Follow the instructions from the first two links.
    http://www.fixkb.com/2011/05/remove-mac-protector.html
    http://www.macrumors.com/2011/05/02/new-macdefender-malware-threat-for-mac-os-x/
    And read here.  http://www.reedcorner.net/guides/macvirus/
    Never click unsolicited offers from the internet.

  • Can't remove unwanted vertical scrollbar from JSP

    I can't remove an unnecessary vertical scrollbar from my JSP when the "<DIV>" on the screen is wider than the screen(i.e a horizontal scrollbar is necessary).It does'nt matter how much info is removed from the page the vertical scrollbar remains as long as the "<DIV>" is wider than the screen.Has anyone else experienced this problem before?.

    The data displayed is all necessary for the functionality of the screen (i.e different calculations and figures being checked, similiar usage as an excel spreadsheet online).So it is necessary to have a horizontal scrollbar but I do not want a vertical scrollbar as it does'nt provide any functionality as the page fits perfectly into the screen height wise.

  • Removing unwanted white edges from a checkbox (radiobutton)

    Is there a way to remove the white edges of a radiobutton ( by making the edges transparant or something like that?)
    see:
    http://www.spymac.com/gallery/data/500/11225unwantededges.GIF
    thanks in advance.

    try to set the background color of the checkbox to the background color of the panel or frame you are using.
    checkbox1.setBackground(getBackground()); // assuming you are calling this function in the parent panel or frame.
    Hope that works.
    JP

Maybe you are looking for

  • A way to insert multiple records at a time

    Hi All, Suppose I have two tables A, B and C with following syntax. A(aid,nameA) B(bid,nameB) C(aid,bid)(A mapping between A to B) Now I want to insert into C with one value from A mapped to all values from B. But nameB has duplicate vales. So I want

  • Send text file content as the body of an email using Send-MailMessage

    I am taking the last 8 lines of a bunch of robocopy logs and bunching them together.   Get-ChildItem -Filter *.log | ForEach { $a += Get-Content $_.Name | Select -Last 8 $a += Write-output ' '`r $a += Write-Output '-----------------------------------

  • Why can't I add a bookmark to subfolders in the bookmark bar by drag-n-drop?

    Way back in the '90s, there used to be a Mac browser (IE?) that allowed you to drag a URL from the address bar, hover it over a bookmark folder in the bookmark bar, and it would spring open to expose all the subfolders, and allow you to drop the new

  • TRANSFER OF PAYROLL CLUSTER FROM ONE SERVER TO ANOTHER

    Dear All, We want to trasnfer payroll clusters from one server to another for selected employee only. Please tell me the process / program name etc Thanks in advance Sanjay Mathane

  • Scheduling of message using HTTP Adapter.

    Hi All, The scenario is SAP ECC to SAP PI to SAP MII, and we are using HTTP adapter on the receiver side. The requirement is that, the messages should be sent to MII in the order in which ECC sends it to PI. Can anyone please help me on how this can