Oracle Composer not listed in Component Palette

I am building webcenter portal application with runtime editing capabilities. I could not see Oracle Composer tag lib in the Component Palette. I have checked that the Oracle Composer jar has been included in the Portal project. Any clues what could be the issue?

Have you looked in the dropdown list in the component palette? Normaly it says ADF Faces. Do you find Oracle Composer in that list?
Oracle composer isn't a component that you will find in the list. Oracle Composer is a set of components like the pageCustomizable and Change mode link and so on.
Or are you saying that you don't see Oracle Composer in the dropdown list? If so, can you search for page customizable in the search field in the component palette? THis will look in all registered libraries.

Similar Messages

  • Af:panelPage not found in Component Palette

    Hi All,
    I am using JDeveloper 11.1.1.5.0. I am following a hands-on tutorial in book "Oracle JDeveloper for Forms and PLSQL developers" which is using Oracle JDeveloper 10g. It is using af:panelPage facet which is not available in JDeveloper 11g.
    Can someone guide me how to include it in component palette or there is some alternative available with different name?
    Any help will be highly appreciated.
    Thanks in advance
    Bilal

    component palette.. show ADF UI related components when you have ADF Faces. ADF Page Flow shuttled to the right in the project properties.. -> Technology Scope.. ADF ViewController project.. from New Gallery comes with these libraries handy...
    i am not sure about af:panelPage.. in 10g but if you want to use panel then you can have a look at
    af:panelHeader
    af:panelAccordion
    etc in jdev 11g for ADF UI components...

  • ADF Faces not found at Component Palette..

    I am a Tertiary Student currently doing a project using Jdeveloper 11G version 11.1.1.3.0 . I am currently doing a project on Login.jspx. I am unable to select the ADF Faces page from the Component Palette and unable to Locate the Panel Header component in the Layout layer of the Component Palette. May I know is there any other way to be able to locate the ADF Faces Page or the panel header?
    Thanks.

    Make sure you have the 'ADF Faces' and ADF Page Flow' technologies selected to your project.
    Open the ViewController project properties and select the last node in the tree ('Technology Scope'). The two mentioned scopes should be on the selected side to see the stuff you are looking for in the component palette.
    Timo

  • HTML Component Palette

    Is there a standard HTML component palette that is part of Studio Creator? If so, how do I add it to my list of component palettes so I can visually design the HTML portions of my page.

    I don't remember the exact reasons of why it's bad to mix the two. But consider a data table for example. It renders its own children components -- let's say the UIColumns. It won't try to render all the markup tags (that are not JSF components obviously) that may appear between the ui column tags in the source. There's some kind of buffering issue too, but I really don't have a lot of information on this. The other issue is of course what I wrote in my blog -- that once you go to markup instead of logical jsf components you lose the ability to have the presentation dynamically altered by the server at runtime, to for example adapt to different kinds of browsers, or even user selected themes.
    This of course is a balance against the ability to have a specific custom-tweaked look for your page created using tools like Dreamweaver.
    -- Tor
    http://blogs.sun.com/tor

  • Component Palette - User Defined Functions not visible

    I have created a simple class for a User Defined Function I want to add into a Transformation process in my BPEL process.
    I followed this tutorial - https://blogs.oracle.com/bwb/resource/custom_xpath_functions/Creating_Custom_XPath_functions_with_JDeveloper_FullPost.ht…   to create the extension and add it in to JDeveloper
    However when I open the Transformation editor I have no option in the component Palette for User Defined functions.
    I am currently on 11.1.1.7. However this was working on 11.1.1.6 but this also has stopped.
    Does anybody have any suggestions of where I should look.
    Any help much appreciated
    Cheers
    Owen

    Hi Raja,
    Prior to trying Gordons option of unmarking and remarking them i would suggest you do a little more investigation as this can potentially change the field names in XL report and if you have any reports using them they may stop working (it can add a post fix of _1).
    Firstly, what are the fields set as in the User Defined Fields window in XL reporter?  Light Dimensions, Dimension Attribute or Measure?  If its a Dimension Attribute for example on the Business Partner UDF, it will not be visible in the tab section but should be shown if you drag and drop the Business Partner dimension in the report, then right click and choose display more attributes (dimension attribute UDFs will be in this list).  Light Dimensions and Measures should appear in the tabs.
    If they are set as a light dimension or measure and are not in the tab section, has this only just started happening or have they never been visible?  If its just started happening, having you recently upgraded to a new patch?  If so, in future you need to run a script on the Company and Common database prior to the patch upgrade.  If you did not run these scripts you will need to do Gordons solution but as I say, if any reports have UDFs in these may not work after and you will have to manually edit them.
    Regards,
    Adrian

  • Component Palette --- "User Defined Extension Functions" not visible

    I added a User-Defined XPath Extension Function in JDeveloper 11.1.1.3.0 --> Tools > Preferences > SOA As given here http://download.oracle.com/docs/cd/E15523_01/integration.1111/e10224/bp_appx_functs.htm#BEIHEBIJ
    But I am not able see "User Defined Extension Functions" section itself in the component palette. Do I need to enable anything for see the section.
    Can somebody help.
    Thanks

    Hi,
    I am trying to create user defined extension function in JDeveloper 10.1.3.4 to be used with the Oracle ESB.I have followed the documentation provided by the Oracle to resolve this issue without any success can you please help me in providing me the details how did you resolved this issue.
    Anticipating your earliest reply
    regards
    Narasimha

  • Runtime Page editing not working using Oracle Composer(Pagecustomizable)

    Hi,
    I am using JDeveloper 11.1.1.6.0
    We have used content presenter to display static pages from content server.
    If we use Oracle composer component (<pe:pageCustomizable>) we should be able to edit the page at runtime.
    However in our case when we press (Ctrl+Shift+C) it comes with the edit window panel correctly,
    however when we click on the edit button the edit popup window it closes automatically and not able to edit the content.
    So what could be the probable reason why it is not allowing to edit the page.
    Below is the Code snippet that we used.
                  <af:panelGroupLayout id="pgl3" styleClass="innercontentboxtext statictext pgabouttxt" inlineStyle="display:block;">
                    <pe:pageCustomizable id="pageCustomizable1">
                        <cust:panelCustomizable id="panelCustomizable1"
                                                layout="scroll">
                          <af:region value="#{bindings.doclibcontentpresenter2.regionModel}"
                                     id="rAbtDoc" partialTriggers="::pt_soc3"/>
                        </cust:panelCustomizable>
                        <f:facet name="editor">
                          <pe:pageEditorPanel id="pep1"/>
                        </f:facet>
                      </pe:pageCustomizable>
                  </af:panelGroupLayout> Any help is appreciated.

    Hi.
    When adding an af:region usually is wrapped also by an af:showDetailFrame for enable MDS customizations to this component through Oracle Composer.
    <cust:panelCustomizable>
    <cust:showDetailFrame>
        <af:region ..../>
    </cust:showDetailFrame>
    </cust:panelCustomizable>About your problem:
    1) Could you check that content integration and edition inline is enabled?.
    2) Check that the user that are you using have correct rights in this content.
    3) Check log files to verify if something wrong is happening.
    4) Check with firebug for styles or JavaScript problems are in conflict.
    Regards.

  • List view component not being ordered

    I am using the list view component to represent my table data. for creating a new row, i use a popup which has a separate taskflow in which i create a new row. Now i need to refresh the list view component after this new row is created. I am doing that using contextual events. I just re execute the query of the vo based on which the list view component is made. But in order to get the in memory rows, i set the view objects query mode to scan view rows as well as entity based rows. This however makes the vo query's order by clause to not work. I am not sure why but the list view data is no longer ordered.
    Also if anyone has any idea how to refresh the entire list view component, that is load data again, it would be of great help.
    Thanks in advance,
    Jithesh

    Hey,
    I'm new at this so i'm going to try to help (although it problably won't work or do what you want).
    You said you want to refresh the entire list view component, well, normally i have my views/data controls connected to a binding variable in my bean class and if i want to update something (lets say a selection) i use this code:
            AdfFacesContext adfFacesContext = AdfFacesContext.getCurrentInstance();
            adfFacesContext.addPartialTarget(dimFactSales);
    dimFactSales = variable binded to one of my views.
    Hope that helps,
    Frederico.

  • Own workflow process step (java) not listed in the generic Process step component

    Based on the description Extending Workflow Funtionality I have used this sample to create a bundle with the CRXDE Development Environment. Almost just copying the code from the page (had to make some adjustments to correct program errors in this sample) an then build bundle. According to Note 2 this program should be seen in the list supplied by Process step Component when editing a workflow. But it is not there.
    @Component
    @Service
    public class MyWorkflowProcess implements WorkflowProcess {
        @Property(value = "An example workflow process implementation.")
        static final String DESCRIPTION = Constants.SERVICE_DESCRIPTION;
        @Property(value = "Adobe")
        static final String VENDOR = Constants.SERVICE_VENDOR;
        @Property(value = "My Sample Workflow Process")
        static final String LABEL="process.label";
    What do I need to do else?
    Thanks,
    Ulrich

    Ulrich,
    CRXDE does not support the Java annotations which are listed in the documentations. When you want to leverage CRXDE (which is for development ... discouraged), you need to migrate to JavaDoc style annotations.
    For documentation how you can setup a development workflow based on a Java IDE and maven please see [0].
    kind regards,
    Jörg
    [0] http://dev.day.com/docs/en/cq/aem-how-tos/development/how-to-build-aem-projects-using-apac he-maven.html

  • Automatic Selected Item of List Builder Component Does not work (anymore)

    Hi all,
    Í'm working with Xcelsius Engage 2008 (version 5.3.2.0) and the automatic selection of an item at runtime of the list builder component does not work anymore. In a previous version it worked very well.
    Here's the case: at runtime I want that the list builder component automatically puts the first item in the list to the destination section and selects it, so that a graph can show the underlying pushed data. In the previous version it worked o.k., but now at runtime the destination section remains empty at startup. If I interactively select an item from the source section to the destination section and update the list builder, the data is shown correctly, but it must done automatically, which worked o.k. in an earlier version of Xcelsius 2008...
    This are my settings of the list builder component (which was running correctly earlier..):
    -at the general tab I defined a range of labels
    -at the general tab I defined 2 data column insertion series
    -at the behaviour-common tab I defined selected items: position mode; items: the first item of the label list; insert items at runtime
    -all of the data comes from an external xml data source
    You can find an example of the visualisation at: http://onderzoek2.evinet.nl/projecten/10169/dynarap.htm. You will see that at start-up there is no item visible and selected in the destination section of the list builder....
    I've tried every combinations of settings, build up the component from scratch, but its not working (anymore).
    Greetings Erik-Jan Vriens

    Hi njnits,
    Print view button is a standard component of Xcelsius: look at it in the IDE
    Exporting to Powerpoint is also a standard functionality, so yes. For this particular dashboard/report all data resides in an external xml-file which have to be accessible for Powerpoint
    All visualisations, not only the table,  in this/report fetch their data from an external xml-file, but a QaaWS-connection will also do the trick. You will have to write this dedicated service. In our case the xml-data is also generated automatically.
    The external data is best defined as a sort of matrix, consisting of approx. 100 columns by 1000 rows. I agree it takes a lot of Xcelsius but it does the job....
    Hopes this info helps....

  • ADF Data Visualizations group not showing up in Component Palette

    I apologize for my ignorance, but I cannot find how to solve this problem. I am trying to use the data visualization components such as graphs but my component palette does not show this. It does show ADF Faces, JSF, and some others, but not this. I tried adding more libraries to my project's properties, but it does not show up. I am using:
    JDeveloper
    Studio Edition Version 11.1.1.2.0
    Build JDEVADF_11.1.1.2.0_GENERIC_091029.2229.5536
    Any ideas?
    thanks,
    Kerry

    Go into project properties -> JSP libraries and make sure you add the data visualization tag library.

  • Drag and drop activities from component palette does not work properly

    I have problems with dragging and droping activities from component palette to bpel designer. I follow an sample to combine BPEL proces with Business role engine and try to drop decide activity bellow receiveInput activity but it is not picked up. Clicking on receiveInput activity and chosing with right mouse buttom insert after, decide activity is not in selection choise.

    Hi,
    I don't know what is causing the problem, but I have been able to avoid it by starting Jdeveloper from $home\jdev\bin\jdev.exe.
    Regards,
    Mathias

  • Oracle net manager is not listed....

    Hi People,
    Have a small problem with the installation of oracle client, for some reason oracle net manager is not installed or at least not listed in start menu programs. Does any one have an idea how to access this tool if it is not listed in the start menu? (I am pretty sure it was installed when I was running the oracle 10g client on windows Xp)
    Many Thanks...
    Napster

    Can you not use Oracle Universal Installer?
    Adith

  • Component palette not showing up for BPEL process

    When I am using the ".bpel" file, the component palette does not show up even though I click View Component palette.
    I have used the component palette only once. After that I am not able to view it. I tried restarting the IDE but it would'nt work.
    Please help..
    thanks
    svidya

    Hi,
    does the component palette show for other files (e.g. JSP)? Make sure the BPEL designer is open and the press ctrl+sift+P. Make sure the palette isn't hidden by another palette (in which case it shows as a tab)
    Frank

  • How to buy component electronic​s for motherboar​d, not listed in BOM on partsurfer

    Need the Ic labled U10 for a 2710P tablet motherboard. The parts surfer site looks like it could list BOM component parts but does not for the many versions of this laptop I looked at.   Anyone have a source for component electronics

    That's the most basic T41 motherboard that there is, so any T41 or T42 planar will do. If you don't find a reasonably priced one, feel free to PM me.
    Product: ThinkPad T41 2373-2GG [change] Operating system: All [change]
    Original description: P M 1.5GHz, 256MB RAM, 40GB 5400rpm HDD, 14.1 XGA(1024x768) TFT LCD, 32MB ATI Radeon 7500, 24x24x24x/8x CD-RW/DVD, Intel 802.11b wireless(MPCI), Bluetooth/Modem(CDC), 1Gb Ethernet(LOM), UltraNav, Secure Chip, 6 cell Li-Ion battery, WinXP Pro
    Good luck.
    Cheers,
    George
    In daily use: R60F, R500F, T61, T410
    Collecting dust: T60
    Enjoying retirement: A31p, T42p,
    Non-ThinkPads: Panasonic CF-31 & CF-52, HP 8760W
    Starting Thursday, 08/14/2014 I'll be away from the forums until further notice. Please do NOT send private messages since I won't be able to read them. Thank you.

Maybe you are looking for

  • Session time out when trying to redeem card!?

    hi, I have tried to redeem my card 5 times now, and itunes keeps saying "session time out your sessions has timed out please try this operation from beginning" I am dualbooting windows xp and windows 7, I have used both OS's and still the same thing.

  • Timezone is off by 1 hour on somewebsites

    If I visit certain sites with event information, the time is off by 1 hour (early) in Firefox only. If I visit the same site with Internet Explorer, Chrome or Safari, the time is correct. How do I set the time zone in FireFox?

  • How to include TOC in the PDF version of iBook

    I want to save my ibook to pdf and have the TOC included. There is an option in the print command that asks if I want save as pdf and include the whole book, the front cover and glossary but not the TOC - anyone can help me?

  • Issue with Extended Analytics

    Hi, I have an entity(say A) which is a shared member across 2 hierarchies. The immediate parent for this entity is different across both the hierarchies (say X and Y). The default parent is X. I am using Extended Analytics to extract the adjustment v

  • How can I get my embeded video to play on the IPAD?

    Hi, I added a video to my PDF by clicking interactive objects > Video.  I then needed to convert the video using Adobe media encoder which I did successfully to a .f4v file and now it will not play on my Iphone/Ipad.  What sort of player to I need to