Declarative component are not accessable in page fragment

Hi,
I have created declarative component .. But it can access only in *.jsf page not in fragment page ...

HI,
Got it actually i have created declarative component using faclet (*.jsf) page...  If i create DC using .jspx page ...its working
Thanks,
Nitesh

Similar Messages

  • More than one instance of same Declarative Component in a single JSF page

    Hi,
    I have problem in using more than one instance of same Declarative Component in a single JSF page.
    Only one instance is visible/rendered.
    If I drag and drop more than one instance of same Declarative Component in a single JSF page, only one is displayed.
    Not sure why is so....have I missed on some configuration?

    What version of JDeveloper are you using? What declarative component?
    In general when creating JSF UI components, care must be taken to avoid certain pitfalls that happen when one uses that component more than once in a page...so depending on which component you are using, one might surmise that more or less care was taken on that component when building it.
    If it was well tested though...like if it was an ADF Faces component, then that is probably not the problem.

  • You are not authorized to page for Create button only

    Background fact: we just updated to APEX 3.2.
    I have an existing page that works fine with a report region that you can edit or click on a button to add a new record on a new page.
    I attempted to add a region with a tabular form region. When I attempted to add my first record in a new table (no existing records) I got the message that "You are not authorized to page!". Since I had to add yet another editable region, I decided to just put 2 report regions on the existing page instead of using the tabular form. I did so, and all works well until I click on the Add buttons (either one of the 2 new buttons associated with the 2 new report regions). When I click on these buttons, I STILL get the "You are not authorized to page!" error. The edit works fine.
    I checked the security on the old page, and it is set up with no authorization scheme, authentication: Page requires authentication, and Form Auto Complete On.
    The new pages are set up the same way.
    I don't understand why one region would work and the other, new regions won't. Could it have something to do with the upgrade?
    I hope you have some suggestions.
    TIA,
    Deb

    Export the application and look for "You are not authorized to page!" in the file. That will tell you where the message is coming from.
    Scott

  • JDeveloper 11.1.2.3, ADF Faces: declarative component does not support af:clientListener?

    I am trying to create a declarative component with the following code:
    <?xml version='1.0' encoding='UTF-8'?>
    <af:componentDef xmlns:af="http://xmlns.oracle.com/adf/faces/rich" var="attrs" componentVar="comp" definition="private"
                     xmlns:afc="http://xmlns.oracle.com/adf/faces/rich/component">
        <af:xmlContent>
            <afc:component>
                <afc:display-name>DoubleClickTableDialogClientServerListener</afc:display-name>
                <afc:component-extension>
                    <afc:component-tag-namespace>org.mskcc.crdb.common.declarativecomponent</afc:component-tag-namespace>
                    <afc:component-taglib-uri>http://www.mskcc.org</afc:component-taglib-uri>
                </afc:component-extension>
            </afc:component>
                <af:clientAttribute name="serverListenerType" value="TableDoubleClickEvent"/>
                <af:clientListener method="handleTableDoubleClick" type="dblClick"/>
                <af:serverListener type="TableDoubleClickEvent"
                                   method="#{EditAddDialogTemplateBean.handleTableDoubleClick}"/>
        </af:xmlContent>
    </af:componentDef>
    At runtime I recieve the following error:
    javax.faces.view.facelets.FaceletException: ADF_FACES-60023:Component: DoubleClickTableDialogClientServerListenerComponent[oracle.adf.view.rich.component.fragment.UIXInclude$ContextualFacesBeanWrapper@7170a7, id=dctdcsl1] does not support client listeners.
      at oracle.adfinternal.view.faces.facelets.rich.BaseClientListenerHandler.apply(BaseClientListenerHandler.java:53)
    This component was intended to be dropped off within an af:table component. I would like to hear suggestions on workarounds, one other way I thought about was to create a code template for the three tags, however, the con to this approach is each developer would need to configure this template within jdeveloper. Ideas are appreciated.
    Also a side question, how can I embed code properly with the new forum? [code] tag does not seem to work now.

    Wes, can't help with the real question, but can tell you how to format code
    Change to the advanced editor (top right over the editor field), then you get more options. The one you are looking for is behind the blue '>>'. Here you select the language you want to insert and you get nice code formatting and color.
    Timo

  • BPM - Message interfaces of one component are not appearing in another comp

    Hi,
    We have created 2 software components(X and Y) for File to RFC scenario.
    "X" SWC is dependent on "Y" SWC.
    We are building sync-async bridge using BPM. We have created one BPM in X component. This BPM has the visibility of message interfaces only particular to that component only, not the other component.  Though wehave created dependency between these 2  components. But without this we cannot build sync-Async bridge.
    Please could you provide the inputs, so that we can proceed further.
    Thanks,
    Ramesh

    Hi,
    Where are you developing your BPM objects in X or Y ?
    If X is dependendent on Y , then you can access Abstract interfaces created in the X in Y.
    After creating SWC dependency, then refresh the cache and check out is it working ..
    for dependency-/people/michal.krawczyk2/blog/2005/08/26/xi-are-you-independentfrom-your-dependencies
    Regards,
    Moorthy

  • Safari not accessing login pages

    Safari right now will not access any login page, citing "because it couldn’t establish a secure connection to the server". I had a harddrive fail recently and had installed a new one (120 GB replacing an 80 GB) and thus had to reinstall OS Tiger onto the new harddrive. At the same time, I upgraded my RAM by adding another 512 MB chip. I went through all the updates and everything seemed to be fine until I noticed Safari couldn't access any login page (gmail, netscape, apple ID, etc.). Before the failure, everything was working perfectly. Then the next time software updater ran, every time it tried to install something it would hang up before it finished. I have emptied the caches, the history, set cookies to always accept, reset safari, and removed the plist. Nothing has worked thus far and I am avoiding reinstalling Tiger.
    I am using SBC DSL, and a friend had almost the same setup as me (except he has a G4 PowerPC with the mirrored doors) and he has no problem with it.
    I know I can use Firefox and IE, but I hate those browsers and would like to use Safari. I also really would like to download the latest updates.
    Other than that, I have not had any problems.
    I would appreciate any help, thanks.

    did this worked fantastic as a number of other applications have also freed up it had started with safari then software update, text edit, imovie etc i also have x509 certificates that i have put into the trash what are they and should i bin these as well

  • FIle download not working in page fragment

    Hi All,
    I have to download a file . I am using Dynamic tab shell and in one pf my page fragement link to download a file is avaliable...
    I did a POC on jspx and its working fine but when i try to use the same code in my jsff (page frament ) its not working any idea that do i have to do anything specific to acheive the same..
    Thanks
    Shubhangi

    Shubhangi/Timo,
    was this resolved? I am having the same issue. File download works fine in a jspx page but the same code is not working when file download is used as part of a page fragment.
    I have a table column that has the filename as commandlink with a managed bean code as below.
    public oracle.binding.BindingContainer getBindings() {
    return BindingContext.getCurrent().getCurrentBindingsEntry();
    public void downloadFile(ActionEvent actionEvent) {
    FacesContext fctx = FacesContext.getCurrentInstance();
    // myDocumentLocation specified in web.xml
    String DOCUMENTS_LOCATION =
    fctx.getExternalContext().getInitParameter("myDocumentLocation");
    if (DOCUMENTS_LOCATION == null) {
    // DOCUMENTS_LOCATION = "C:\\Documents and Settings\\xxloc\\";
    Application app = fctx.getApplication();
    ExpressionFactory elFactory = app.getExpressionFactory();
    ELContext elContext = fctx.getELContext();
    ValueExpression valueExp =
    elFactory.createValueExpression(elContext, "#{row.OrderFileName}",
    Object.class);
    String s1 = (String)valueExp.getValue(elContext);
    System.out.println(s1);
    String filename = s1 ;
    File srcdoc =
    new File(DOCUMENTS_LOCATION + filename);
    if (srcdoc.exists()) {
    FileInputStream fis;
    System.out.println("exists");
    byte[] b;
    HttpServletResponse response =
    (HttpServletResponse)fctx.getExternalContext().getResponse();
    response.setContentType("application/x-download");
    response.setHeader("Content-Disposition",
    "attachment; filename=" + filename);
    response.setBufferSize(1024);
    // response.setContentLength((new Long(srcdoc.length())).intValue());
    OutputStream out = null;
    try {
    out = response.getOutputStream();
    } catch (IOException e) {
    e.printStackTrace();
    try {
    fis = new FileInputStream(srcdoc);
    int n;
    n = fis.available();
    while (n > 0) {
    b = new byte[n];
    System.out.println("b" +b);
    int result = fis.read(b);
    out.write(b, 0, b.length);
    if (result == -1)
    break;
    } catch (IOException e) {
    System.out.println("in file error");
    e.printStackTrace();
    try {
    out.flush();
    out.close();
    } catch (IOException e) {
    e.printStackTrace();
    fctx.responseComplete();
    It would be great if someone could guide me with this issue.
    Thanks,
    RAS

  • Certain things are not displaying of pages

    Certain things are not displaying that I know are there. For example, on one of my websites there are 3 banner ads and the bottom of the pages plus there is another line that has ads scrolling across the page, I can see it with IE or Chrome but on Firefox all I see are 2 banner ads and no scrolling ads. This is just one example but it seems 1that certain graphics or banner ads do not display. The site I mentioned is at http://www.ViralTrafficMania.com.
    Other people with Firefox say it displays fine so it must be something in my settings but I can't find it, please help.
    Ed

    You don't happen to run any ad blockers or script blockers or privacy extensions, do you? To see whether any of your extensions could be responsible for the blocking, try the site in Firefox's Safe Mode. That's a standard diagnostic tool to bypass interference by extensions (and some custom settings). More info: [[Troubleshoot Firefox issues using Safe Mode]].
    You can restart Firefox in Safe Mode using
    Help > Restart with Add-ons Disabled
    In the dialog, click "Start in Safe Mode" (''not'' Reset)
    Any difference?

  • "Please Confirm You Are Not A Robot" page is blank

    When setting up Firefox Sync on my desktop, the page "Please Confirm You Are Not A Robot" is blank with no code given or blank to copy it in.

    Installed ADOBE SHOCKWAVE and still doesn't work

  • Ipad states too many redirects and will not access web page

    I am trying to access a webpage used previously on my IPAD; recently updated software IOS7 this week and now says" can not access page too many redirects", what do I need to do for correction?

    Safari 6
    Empty Caches
    Safari > Preference > Advanced
    Checkmark the box for "Show Develop menu in menu bar".
    Develop menu will appear in the Safari menu bar.
    Click Develop and select "Empty Caches" from the dropdown.
    Remove website data.
    Safari > Preferences > Privacy > "Remove All Website Data".
    http://support.apple.com/kb/TS3320

  • Changes are not reflecting in page

    Hi All,
    Thanks in Advance.
    I extend 2 controllers which has same functionality.
    My First controller is working fine but where as secound is not working, the changes are not reflecting in that.
    Any idea, please help me.
    Thanks
    Zaheer

    hi
    take the apache bounce aftere changes in in CO
    thanx
    Pratap

  • Consolidation bp Father card address details are not  access in print layot

    Hi.....
    In out going excise invoice Business partner master data in consolidation bp c0005 (View -->System information) father card address details iam not accessing in print layout designer. how I can access father card address  details in print layout designer in sap business one 2005.
    plz anyone help me
    it is very urgent
    Thanks & Regards
    jagan mohan reddy.p

    i created a udf on the business partner master data record and then use the formatted search functionality to update the consolidated bp name to it.

  • Added records in DB are not show in page until start a new browser

    I am inserting a record in my DB table by writing a code in my App Module Impl class. The code is shown below:
    EntityDefImpl productDef = ActivitySubtype_EOImpl.getDefinitionObject();
    ActivitySubtype_EOImpl newSubActivityType = (ActivitySubtype_EOImpl)productDef.createInstance2(getDBTransaction(),null);
    newSubActivityType.setAttribute("SubActivityName",subActivityType);
    getDBTransaction().commit();
    getDBTransaction().clearEntityCache(null); // Here I have tried lot of other function like refresh(), setClearCacheOnCommit() but noting works.
    For updating the cache I have tried many functions but nothing is working. I mean that I when I go to the same browser and view the rows, the row is added but without any PK (which is being generated by a sequence fired by trigger in my DB), until I start a new browser to see the record. When I start a new browser and view the rows I can see everything in sync with the DB table. Can someone let me know how to update the View Object cache?
    Appreciate your kind help.
    Thanks,
    Sanjay

    Hello John,
    Many thanks for your reply. I have marked the configuration you have talked about, but still it does not work.
    I understand that the problem is that my VO cache is not getting updated on its own. When I open a new browser, for this new session when the SQL query gets fired, the VO cache gets updated from the DB and the changes are visible in the new page.
    To overcome this problem I tried adding row using my VO (and not EO, as in my previous case). But I am getting some NullPointerException in that.
    Here is the code and exception.
    Code:
    String amDef = "model.activity.subtype.Second_AMImpl";
    String config = "Second_AMLocal";
    ApplicationModule secondAM = Configuration.createRootApplicationModule(amDef, config);
    ActivitySubType_VOImpl svcReqs = (ActivitySubType_VOImpl) secondAM.findViewObject("ActivitySubType_VOImpl");
    if(svcReqs != null)
    System.out.println("I am NOT NULL");
    else
    System.out.println("I am NULL"); // This object is null
    Row newSvcReq = svcReqs.createRow();
    svcReqs.insertRow(newSvcReq);
    Exception:
    javax.faces.FacesException: #{backing_addSA.create_action}: javax.faces.el.EvaluationException: java.lang.NullPointerException     at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:98)     
    at oracle.adf.view.faces.component.UIXCommand.broadcast(UIXCommand.java:211)     
    at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:287)     
    at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:401)     
    at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:95)     
    at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:245)     at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:110)     
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:213)
    My VO is in the same package, hence for the VO I not mentioned the package. When I mentioned the package it not able to create the VO at all.
    Can you help me on creating a new record using a VO?
    Thanks,
    Sanjay

  • Can not access router page for WRT54GS

    I can not tell what version my router is because it does not say on the bottom. everything is connected properly. coaxial is inserted into the modem, and when i connected the ethernet cable from the modem to my computer i get internet. Fine..dandy. now when i install that same wire to the INTERNET port on the router, and HARDWIRE to ANY of the ports to the router it works...cool! NOW when i try to access 192.168.1.1 NOTHING. it times out. so my ipaddress before and after holding the reset power for 30 seconds, and after power cycling (power down computer, than power down router, than power modem....than power up modem, wait till all lights come on...turn on router..all lights are on, and flashing(Internet, 1, and Power) EXCEPT the DMZ and WLAN lights on the router are off my ipaddress is 68.196.15.56, and my default gateway is 68.196.0.1. When i try to connect to 68.196.0.1 which is the default gateway i still get nothing. my cable modem is a scientific atlanta POS cisco product. I even double, and triple checked my tcp/ip connection under the general tab, and set them both to "obtain an ip address automatically", and the "obtain DNS server address automatically". Was so even crazy to empty internet cache, cookies, and temp files. I use both IE and Mozilla with ALL firewall (McAfee HIPS, and the antivirus turned off). I'm at a lost...if anyone has anything or any ideas, i downloaded the software for the router, and when i go to install it i get this error "Please check the tutorial to set your computer to DHCP". no clue guys i'm a pretty pathetic tech guy if you ask me. so i leave it to ya'll

    ensure that you have the following connections done
    1)connect the modem to the router's internet port
    2)connect the computer to the router's port#1
    3)there should not be any usb cable connected between the modem and the computer
    if all of the above is fine
    1)make sure that the computer gets an ip add of 192.168.1.x and the default gateway is 192.168.1.1
    2)if yes , access the router using http://192.168.1.1 . the default password is admin

  • Can not access OAF pages on R12.2

    Hi All,
    We installed R12.2 with the beta patch for doing some investigation before it is formal released. After we patched add-on products successfully, we found we can not use all OAF pages of those products on R12.2 by following error message:
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    oracle.apps.fnd.framework.OAException: Could not load application module 'oracle.apps.XXX.XXXAM'.
    ## Detail 0 ##
    JBO-30003: The application pool (XXX.cn.oracle.comVIS641521oracle.apps.XXX.XXXAM) failed to checkout an application module due to the following exception:
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: oracle.jbo.NoDefException, msg=JBO-25002: Definition oracle.apps.XXX.XXXAM of type ApplicationModule not found
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    In the $COMMON_TOP/java/classes, both the XXXAM.xml and XXXAMImpl.class are there. Also the $COMMON_TOP/java/classes has already been included in $CLASSPATH.
    BTW. The standard OAF pages are working fine one R12.2, the error just happen on our add-on OAF pages(those pages are working fine on R12.1.3)
    I knew the change from R12.1.3 to R12.2 includes using Weblogic, is it the problem?
    Thanks,
    Xiaofeng

    Hi Krish,
    Thanks for your help.
    I have done following steps according to your suggestion.
    1. CHMOD 777 to all add-on java class files and xml files
    2. Clear cache in functional administrator responsibility
    3. Bounce the APP tier by adstpall.sh & adstrtal.sh
    But it doesn't work.
    I noticed that the weblogic will deploy some war&jar files when restarting the oacore_server & oafm_server & forms_server, I don't remember if it is the same on R12.1.3.
    Is it may be the reason?
    Thanks&Regards,
    Xiaofeng
    Edited by: user12433549 on May 8, 2012 8:42 PM

Maybe you are looking for

  • 10.1.3.4 upgradation Problems

    hi all, I have upgraded 10.1.3.3 to 10.1.3.4 Problem1: After that BPEL Console is very slow. Deployment also taking too much time. Problem2: some of the processes are not working properly especially processes using Dynamic PartnerLink

  • Deletion on DSO request

    Hi All,                 first we loaded the one DSO with delta load.because of data consistency converted that into full load after doing "Initialization Delta process".But for the DSO we need to delete the old  request for having present data reques

  • Oracle 8i installed under Win98 using JDeveloper

    I have sucessfully installed 8i for Win98, but I am having problems setting up local dayabases using NET8. Can anyone offer any tips?? I want to use JDeveloper to Access databases locally using JDBC

  • HP Pavilion dv6910us No Audio Output Device is installed

    have a HP Pavilion dv9610us - Windows Vista Home Premium - A couple of days ago I got an icon in my taskbar with the msg 'No Audio Output Device is installed'. I looked in Device Manager and saw no Sound device.  Control Panel > Sound also says 'No a

  • Material Master duplication issue

    hi, We are EPC company where we procure different kind of Pipes , flanges other erection materials for e.g. We have a large number of variations under these categories which is forcing us to create a new material master where tere is slight deviation