The extension of the Page Controller

Hi all

I'm unable to change the name of the controller class to the Site for the page controller level. Please see the pictures attached for more details. Please note that I am able to change to the other controllers in the page. Is there a profile I have to change to enable the page controller. ?

Thank you

Phong

Customization cannot be changed at the level of the Site for Page seeds customer OAF (Doc ID 1945956.1)

Tags: Oracle Applications

Similar Questions

  • I tried to remove sweetpacks by your intructions but there is no button 'delete' on the page extensions for sweetpacks.

    I tried the suggestions posted and nothing works. I tried to go to the mozilla extensions page, but there is no button "Remove" to sweetpacks.

    I also tried "subject: config" but when I change to a different homepage (google), the change is not saved, it dates back to sweetpacks.

    Yet once, nothing seems to work even if I removed all the stuff sweetpacks via control panel/remove programs - sweetpacks returns constantly as my home page.

    You can use the SearchReset extension to reset preferences to default values.

    Note that the SearchReset extension runs only once and then uninstalls automatically, so it will not appear on the page "> Firefox Add-ons" (topic: addons).

    If you do not keep the changes after a reboot or have problems with preferences, see:

  • Download gTranslate extension. How can I place a shortcut icon on the taskbar module at the bottom of the page so that I can use it?

    I added the gTranslate for Firefox extension. It is clearly shown in the list of current extensions that I have. I tried to place a shortcut icon on the toolbar at the bottom of the page module (back side where the page zoom-in/zoom icons are displayed).

    Procedure, I used: right click on the empty space on the toolbar at the bottom of page module. Click "Customize". Opens the square shape of the icons, but I don't see anything for the extension of gTranslate, I could "drag / drop" on the toolbar of the add-on.

    Ask for help with this issue.

    gTranslate not icons. You must select the text, right-click and hover the mouse over the menu item translate... and wait that the translated text to appear. You can also change languages in the submenu, or alternatively via Firefox Tools (Alt + T) > Addons > Extensions, gTranslate Options.

    Extensions

    Customization of Firefox

  • Extension of JavaScript causing a reload of the page

    Hello

    I created an extension of fast, based on dialogue by Tim Neil spinner code I found here https://github.com/tneil/WebWorks/tree/master/api/ui/Spinner/src/blackberry/ui/spinner

    Now, I have a basic function that takes a string and returns in a callback. This will be modified later to take a path of the image and returns a string containing an image of the data encoded in base64.

    Including the html from the application and function extension containing a script below.

    My problem is that on the successful recall, my 'onLoad' fuction is called again.

    Is there anyway to stop this happenning. OR I'm doing something wrong.

    See you soon.

    
    
    
    
    
    
    Invoke Extension
    
    
    
    
    ///===================================================
    
    public final class FunctionTest extends ScriptableFunction {
        public static final String NAME = "myfunction";
        private ScriptableFunction _callback = null;
    
        public Object invoke(Object obj, Object[] args) throws Exception
        {
            if (args.length == 2) {
                String strPath = (String)args[0];
                // Now get the callback method to fire
                _callback = (ScriptableFunction)args[1];
    
                Object[] result = new Object[1];
                result[0] = strPath;
                // Create a final thread safe result to pass into the thread object
                final Object[] threadedResult = result;
                // Create a new thread to make sure that the invoke of the JavaScript callback
                // does not initiate from the UI thread.  This can otherwise cause a deadlock scenario
                new Thread () {
                    public void run() {
                        try
                        {
                            // Pass the result of the spinner back to the handle of the JavaScript callback
                            _callback.invoke(_callback, threadedResult);
                        }
                        catch (Exception e) {
                            throw new RuntimeException(e.getMessage());
                        }
                    }
                }.start();
    
            }
    
            return UNDEFINED;
    
        }
    

    Reloading is caused the href = "" in your anchor tag. " A href empty, the page reloads. Try to use a button to trigger your code instead:

  • After VO extension update the page for some fields on a page does not work

    After VO extension update the page for some fields on a page does not work. The message arrives the data are saved, but the values is the same as that of the former. And this happens with only a few fields, other fields are working well.

    Any pointer to solve problems will be of great help.

    Thank you in advance.

    Check if the standard VO has a RowImpl and it overrides the methods getter and setter for fields that is affected. If so, you will need to call super() in your custom extended RowImpl to call this logic.

    See the link below for how to call great from the extended RowImpl.

    Johny tips: OAF: transient attributes not getting filled extended vo

    Example Code:

    public String getAttribute1() {
       //return (String) getAttributeInternal("Attribute1");
      return super.getAttribute1();
     }
    

    If the above did not help, attach standard and custom VO files. We can have a look.

    See you soon

    AJ

  • Adobe Edge allows to recreate the page/click-extension, scrolling effect on the linked site of Bioenergy Quiz?

    Hi all

    I don't know how to describe what I'm asking also the term "click/page-extension, scrolling" effect  Although I don't know if it's the correct term.

    I was responsible for creating a quiz game similar to the one below.

    Bio quiz

    The thing that left me open-mouthed is hOE to implement drop down list feature div?  So when the user clicks on the button "Start Quiz", content for "Question 1"appears or is added to the lower part of the content for the bioenergy Quiz title and extends from the page."  The important thing is that the issues are hidden until users click on a response to the previous question, and the question appears or is added at the bottom of the page and extends the page.

    You can provide any help will be greatly appreciated.  Thank you.

    You view the source. You can edit the files and modify the copy and images to create something with this feature. The JavaScript at the bottom, it's what makes work. The css/default.css file is whence the looks

  • Not able to get the page bean object bar button in the extended controller

    Hi all

    I'm not able to get the bean button object in my page. But I'm not able to get the buttonbar descriptor itself. any idea?

    Structure of the page is:

    PageLayout - having not controller
    -buttonbar
    -button1
    -submitbutton2
    -regiion1(stack layout)-controller assigned (seededCO)

    I extend the seededCO and I'm trying to get the handle of bean button1 by the following code.

    OAPageButtonBarBean pbb = (OAPageButtonBarBean) webBean.findIndexedChildRecursive ("buttonBar");
    if(PBB!=null)
    {
    System.out.println ("PBB" + PBB);
    BB = (OAButtonBean) pbb.findIndexedChildRecursive ("button1");
    }

    Hello

    Try like this,
    Import oracle.apps.fnd.framework.webui.beans.nav.OAPageButtonBarBean;
    Import oracle.apps.fnd.framework.webui.beans.nav.OAButtonBean;

    PBar = OAPageButtonBarBean
    (OAPageButtonBarBean) pageContext.getPageLayoutBean () .getPageButtons ();
    OAButtonBean = ctButton
    (OAButtonBean) pBar.findIndexedChildRecursive ("YourRequiredButtonName");

    Thank you

    With respect,
    Kali.
    OSSi.

  • Hey guys, just a quick question on the creation of an automatic extension of content page

    Hey guys, I was wondering, how are you going about creating a background page that self develops as new content is added?

    I have attatched an example to illustrate what I mean:

    http://I52.Tinypic.com/2crkefc.jpg

    a content area (the white area I circled in red in the Center which expand and highlight because it adds more content)

    I just want to know how you create that. A self expanding the page content area.

    In the case of this site:

    http://www.blog.spoongraphics.co.UK/

    The owner has also added is a footer which moves upwards or downwards according to the page, how long or short, but somehow "mixtures" in the content area making it appear seamless.

    I don't know how the general HTML and CSS, but I'm still learning.

    Also, I was wondering how you can create consistent page styles (i.e. the buttons at the top of each page remain the same, but when 'active' or ' restored on "they change color (I dunno how to make buttons in Dreamweaver).)

    I hope it's enough clear and thanks for your help guys. I tried to understand this for ages...

    You might want to Google "server side include" to get a more complete answer, but an inclusion side Server (ISS) occurs when you have two files:

    1. a parent file

    2. a file fragment

    The parent file contains a reference to the include file which is picked up by the server, where it is about to load the file parent in the applicant browser.  It would include the content of the fragment file in the file parent in order to replace the expression we. -The parent file is a valid HTML page and complete, and the include file is just a fragment of code that is not valid as a stand-alone page.  In this case, the total of the two files is what is served in the complete applicant as a single HTML file browser.  You can do SSI with ordinary HTML guidelines, or with all popular server scripting languages.  In HTML, a parent file might look like this-

    Parent

    [an error occurred while processing the directive]

    and foo.txt might look like this-

    Hello

    Get it?

    I think that HTML/CSS/jQuery you would get a long way on the road with simple Web sites.  More is certainly a good goal, however.  I would say that Wordpress is certainly easier than Joomla or Drupal.

    W3schools will not teach you much about the design, and it's going to work just with the theory.

  • Identify if VO, CO, AM is extended or not? Determine if the page is customized or not?

    Hi all

    My version of Jdev is 10.1.3.3.0.

    I have 2 questions:

    1. How do I determine if my VO, the CO and the I are extended or not?

    2. How do I know if my page is customized or not?

    Please give me the details...

    Thank you.

    Hello

    Go to "about this page" to see if any extension of VO/CO/AM exists. You could see that in the section controller or business components.

    For customization, two options:

    1. use the responsibility functional administrator and give the page and the path and you can get information from there.

    2. use the RPG utils to check that any customization exists since the back-end. (You could use this to check for VO / AM substitution also)

    Reference: advice of Oracle of Johny: OAF: JDR_UTILS

    Hope that answers your question.

    See you soon

    AJ

  • How to disable the radio button to the page

    Hi all
    We have a requirement to disable or hide a button on the standard page Noritifacation reassign in R12.
    The page is/oracle/apps/fnd/wf/worklist/webui/NotifReassignPG.
    When I went to 'Customize Page', I see a "messageComponentLayout", when I put the property "Rendering" to "false".
    He hides the complete available, but I want to just hide only a single radio button in this provision.
    Can someone please?

    Thank you
    Dilip

    Dilip salvation,

    When you click on the link of customization on the OPS page, you can click on full view to display all possible customizations
    This can be done.

    Expand the full view and see if you can find the option button that you want to hide.

    If you are not able to find it, then you can try using controller extension (extension of CO)

    Enter the bean of your controller class processRequest() radio button and hide.

    The extension of controller code-sharing:

    {
    OAMessageRadioButtonBean testButton = (OAMessageRadioButtonBean) webBean.findChildRecursive ("RadioBttn1"); RadioBttn1 is the ID of RadioButton
    testButton .setDisabled (true);

    }

    Kind regards
    Had

  • How can I force "toolbars" on the pages scroll up and away when I scroll the page?

    Many pages have one or more toolbars or widgets that are still locked into place at the top of the web page when you scroll from top to bottom. How can I disable their ability to do so? It is so annoying when shit like that takes 1/3 of your screen and leaves so much less space available for what you're trying to read. The attached picture is for a particularly annoying page that is typical of how mentally disabled web developers at ESPN wasting your screen space: sports.espn.go.com/nfl/standings has * THREE * of those annoying widgets: one disappears when you scroll down to the low enough, but you're stuck with the other two down any distance you highlight.

    Many web pages make the problem worse by putting also contained locked into place at the bottom of the page, reducing more usable display area - shit like that should not be visible until you scroll at the bottom of the web page.

    You can optionally use the extension Stylish add some site specific rules to hide these items, but who's going to hide them completely.

    @-moz-document domain(sports.espn.go.com){
     #global-scoreboard { display:none!important; }
     #global-header { display:none!important; }
    }
    
  • When I try to highlight the text my cursor turns into a hand/fist who just drag the page. I need to be able to highlight, copy and paste text.

    I have to be able to highlight text on web pages, copy and paste. But when I click on my mouse left button, he made a hand / fist which simply dragged the page.
    How can I get to where I can highlight text?

    Start Firefox in Safe Mode to check if one of the extensions (Firefox, Tools/menu key > Modules > Extensions) or if hardware acceleration is the cause of the problem.

    • Put yourself in the DEFAULT theme: Firefox, Tools/menu key > Modules > appearance
    • Do NOT click on the reset button on the startup window Mode safe
  • YAhoo intrupts wide of my research even if it is deselected and delete the page prefreneces. and the search bar.

    When I search something on Google finds them, I open the pages requested. it flashes the right page then Yahoo stops and takes me to a page of security
    browser.contentHandlers.types.0.uri; https://Add.my.Yahoo.com/RSS?URL=%s

    Im not a subscriber of yahoo. I have never used the site. I think that his atrocious.

    How can I fix this to get my Google to work right
    Im running firefox 43.ob2
    on a MAcBookPro 2012 model...

    Thank you for sharing the details of your browser, that appear to the right of your message in Question details > Details of the system more. If you check your extensions, you can see that you're infected with "Searchme" and you must delete it.

    Open the page modules using either:

    • CMD + SHIFT + a
    • "3-bar" menu button (or tools) > Add-ons

    In the left column, click Extensions. Then on the side right, remove or disable Searchme. Keep in mind that all extensions are optional and none is included with Firefox when you get it first.

    Often, a link will appear above at least an extension disabled to restart Firefox. You can complete your work on the tab and click one of the links in the last step.

    Is that what helps you regain control?

    This could be the tip of an iceberg of malware. When you install free software, you often get the options grouped under silence. I don't know the best way to 'clean up' a Mac of these elements, but you may want to consider the issue.

  • Twitter: Your account may not perform this action. Please, refresh the page and try again.

    Since the update to Firefox 41.0.2 I couldn't use Twitter.com. When I try to tweet, favorite, or retweet the following error occurs. Your account may be able to perform this action. Please, refresh the page and try again. There are a couple of other users who have the same problem, but it was tinkered with Mozilla and the other pending.

    It started with the update to 41.0.2 and twitter works in all other browsers, but not Mozilla.

    Here's this other thread with the DIY: Impossible of Retweet, tweet or articles favorite on Twitter, even when I refresh the page.

    I think there must be a setting or a question Add on. Your extensions look pretty standard, so I'm leaning towards a parameter of the problem. You could test as follows:

    By default, Windows hides the .js extension. To make sure that the following steps work, you have to disable this feature, at least temporarily. This article has the steps: http://windows.microsoft.com/en-us/windows/show-hide-file-name-extensions

    Open the settings folder (AKA Firefox profile) current Firefox help

    • button "3-bar" menu > "?" button > troubleshooting information
    • (menu bar) Help > troubleshooting information
    • type or paste everything: in the address bar and press Enter

    In the first table of the page, click on the view file"" button. This should launch a new window that lists the various files and folders in Windows Explorer.

    Leave this window open, switch back to Firefox and output, either:

    • "3-bar" menu button > button "power".
    • (menu bar) File > Exit

    Pause while Firefox finishing its cleanup, then rename prefs.js to something like prefs.old.

    Launch Firefox back up again and it must use the default settings (for example, integrated home page). If you need to restore your previous session windows and tabs, go ahead and select restore previous Session from the history menu.

    Twitter works best? If so, we could try to understand the precise adjustment at fault or you could rebuild your settings. Or you can undo the change by renaming the new prefs.js to prefs.txt and rename prefs.old back to prefs.js (with Firefox closed, as you did before) and understand it through a little trial and error.

  • Why are all the pages become black

    I've been wachting YouTube and suddenly the entire background of the pages went grey black

    You can try the following steps in case of problems with web pages:

    You can reload webpages and ignore the cache to refresh potentially stale or corrupt.

    • Hold down the SHIFT key and click the Reload button
    • Press 'Ctrl + F5' or 'Ctrl + Shift + R' (Windows, Linux)
    • Press 'Command + shift + R' (Mac)

    Clear the cache and delete cookies only from Web sites that cause problems.

    "Clear the Cache":

    • Firefox/tools > Options > advanced > network > content caching Web: 'clear now '.

    'Delete Cookies' sites causing problems:

    • Firefox/tools > Options > privacy > "Use the custom settings for history" > Cookies: "show the Cookies".

    Start Firefox in Safe Mode to check if one of the extensions (Firefox, Tools/menu key > Modules > Extensions) or if hardware acceleration is the cause of the problem.

    • Put yourself in the DEFAULT theme: Firefox, Tools/menu key > Modules > appearance
    • Do NOT click on the reset button on the startup window Mode safe

Maybe you are looking for

  • I need to backup my emails so I can replace my hard drive.

    I read the response "I NEED TO BACKUP the FILES of mail ELECTRONICS, WHO CAN ALWAYS BE READ LATER". but who was referring to the IMAP and I use pop. I expect that the procedure is the same, but that is the problem. I have a lot of files to attachment

  • Satellite Pro - Slow start up and sound is messed up

    I had my * Toshiba Satellite Pro * with * Windows XP * for a good few years now. She has always worked like a gem and only gave me no problems until a few weeks ago. A few weeks ago I was downloading a program and with it the virus 'Antivir Solutions

  • Helps the system standby

    I'm trying to disable the day before on my computer. After 30 minutes, it goes into sleep mode. I have a toshiba with windows xp satellite. I can provide more information if it helps. I go to control panel and click on power options and it says to ch

  • Reinstall windows 7 new problem hard drive

    Hello I had a hard drive fail on my hp mini 110-1110sa. I bought reinstall Windows 7 hp discs and installed a new hard drive (tested fine in diagnostics). I plugged an external dvd drive via usb. The installation program starts (with the help of rein

  • 8.1 Windows Home Premium SecureBoot is not configured properly

    I have a new laptop of envy, and I've just updated to 8.1. I get the familiar watermark on SecureBoot. I went into the BIOS, and I don't see the option security to change the option to activate SecureBoot. Is there a solution?