How to add custom merge Web application (ADF) appearance

Hello
I've implemented adding custom to a Webcenter portal application skin. However, there is no entry in the ADF - config.xml and also I am unable to rocedd with addition of skin in the web application from merger. Please someone help me in this and also suggest suitable learning resources.


Kind regards
Dinesh Kumar Vishnu

Video official help - http://download.oracle.com/otn_hosted_doc/jdeveloper/11gdemos/adf-insider-skinning/adf-insider-skinning.html

Tags: Fusion Middleware

Similar Questions

  • How to add jsession ID to an ADF web application deployed in weblogic server?

    Hello

    I use jdeveloper 11.1.2.4 version. Can anyone tell please how to add custom JSESSIONID (BLTSESSIONID) to the URL of the web application ADF that must be deployed in weblogic server. I tried the following approach. but it did not work for me.

    in webogic.xml, I added

    < session descriptor - >

    < name > BLTSESSIONID < / cookie-name >

    < / session descriptor >

    However, I've added the weblogic.xml manually from the gallery.

    Could someone help me on this please?

    Thank you

    You don't have to add the session ID to the URL. The Web application automatically manages session IDS. By default, it uses an HTTP cookie (a cookie with name JSESSIONID) therefor. The Web application will automatically add it to the URL only if it detects that the client browser does not support cookies (for example, if the user has disabled cookies in the browser). By adding the lines above to weblogic.xml you just changed the name of cookie JSESSIONID to BLTSESSIONID default session. This is useful only if you have access to a couple of different Web applications from one and the same server and you want every application to maintain a clean session (for example, each application having a different session cookie name). If all applications on the server use one and same name cookie (JSESSIONID for example) and you have access to more than one application at the same time in one and the same browser (and even multiple instances of the browser, with the exception of some special cases), you will not be able to work with these applications correctly because the next access to another application will replace the cookie and you will lose the session to the requests earlier. Because HTTP cookies are maintained at the level of server name, it's not at the level of application root. In this case, you must specify the application names specific cookie (what you did above).

    Dimitar

  • How to add custom context menu menu items?

    How to add custom context menu menu items?

    through c++ sdk

    Hi Philippe,.

    to display a context menu you just replace the path of the menu. For example if you have a menu ' hand: & Layout: MyMenu "you can add it to the context menu"RtMouseLayout:MyMenu"in your MenuDef resource in the file en with the ActionID of your ActionComponent.

    Markus

  • How can I use a web application to provide me with the results of a matrix?

    I have a need to set up a search based on a matrix type area. It is a matrix that shows a list of the postal codes to the bottom of the left column and a list of products across the top, and the corresponding field in a product and a postal code is the freight rate.

    for example

    Product 1 product 2 product 3 4

    1234     $10               $12               $14               $16

    4567     $11               $11               $13               $17

    5678     $55               $54               $27               $35

    If 4567 for product 3 freight rate is $ 13.

    So what I want is a drop-down menu for a customer to choose the product, then a field to enter their zip code, and the search result will be the freight cross reference rate.

    Is this possible? If so, can someone guide me as to how this would be?

    Throw this open to the community for the chip, but off the top of my head... think of something along the lines of:

    Create web applications 3,

    1. Product (the fields product name & ProductID)
    2. Postcode (box Desc fields & zip code)
    3. Freight rates (fields FreightRateID (composed of ProductID_ZipCode), freight rates)

    Create a search form web app for Web App freight rates with:

    1. Select product, with options of web app 1 using value ProductID.
    2. Select ZIP Code, with options of web app 2 using postal code for the value.
    3. Hidden FreightRateID field.

    Once a visitor has chosen their product and their zip code using javascript concatenent the ProductID selected with selected postcode.

    This will produce a FreightRateID (for example PROD1_4567), which can be loaded in the hidden field on the FreightRateID.

    Once submitted, it will search the Web app for a freight rate that corresponds to the selected product and zip code, IE. FreightRateID.

    To facilitate the entry of freight rates, maybe add 2 data source fields to the web application of freight for the goods and postal code rate.

    Then, create a front-end web app add/edit (via a secure area) to grant access is done by:

    Select product, select ZIP Code then enter freight rates.  (FreightRateID can be created and filled in same way as the above search)

  • Mail merge Web Application

    Hello

    Jdev Version: 12.1.3

    What is the best way to send an email from a Web Application from merger?


    Do I need to import the 3rd part of the API for this feature?


    Pointers to this is much appreciated.

    See you soon

    AJ

    You must use a third party such as apache commons mail (http://commons.apache.org/email/) library

    Timo

  • How to add custom XML attributes

    How to add the custom attribute recusrivly. With the order of the sequences.

    Before xml: -.

    var myxml:XML =

    < root >
    < leval0 >
    < leval1 >
    < leval2 > < / leval2 >
    < leval2 > < / leval2 >
    < / leval1 >
    < leval1 >
    < leval2 > < / leval2 >
    < leval2 > < / leval2 >
    < / leval1 >
    < / leval0 >
    < / root >

    After xml:

    var myxml:XML =

    < root >

    < leval0 levalid = '0' >

    < leval1 levalid = "0_0" >

    < leval2 = "0_0_0" levalid > < / leval2 >

    < leval2 = "0_0_1" levalid > < / leval2 >

    < / leval1 >

    < leval1 levalid = '0_1' >

    < leval2 = "0_1_0" levalid > < / leval2 >

    < leval2 = "0_1_1" levalid > < / leval2 >

    < / leval1 >

    < / leval0 >

    < / root >

    Call this method

    trace (AddAttribute (myXML));

    method

    private void addAttribute(node:XML,_depth:String_=_""):XML

    {

    If (node.hasComplexContent ())

    {

    var int count = 0;

    var: String prefix = 0< depth.length="" depth="" +="" "_"="" :="">

    var currentAtt:String;

    for each (var nodeItem:XML of in node.children ())

    {

    currentAtt = prefix + count;

    nodeItem.@levalid = currentAtt;

    addAttribute (nodeItem, currentAtt);

    Count ++;

    }

    }

    return the node;

    }

  • How to add menuitem in my application that would open configuration bluetooth already on the device?

    Does anyone know how to add a menuitem which would be like a shortcut to the bluetooth configuration screen that is already on the phone?  I know how add menuitems, just trying to figure out how to create one to open an existing page.

    I meant to search the Forum.  I just did an and found this, something to try and maybe I'm wrong!

    http://supportforums.BlackBerry.com/T5/Java-development/launch-Bluetooth-app-to-turn-on-off/m-p/3955...

  • How to add a 2nd web/app svr?

    I'm new to Peoplesoft and I FP2 HCM9.1 PeopleSoft PeopleTools 8.52.06 work environment built among the latest models of LMOS.

    I am running the DVS web & application on the same VM. Now, I have to create another web + app svr VM to test the configuration with a 3rd party balancer load. Can simply repeat the steps that I've done to create the 2nd web + app svr VM?

    Any reference orientation or documentation is appreciated!

    Kind regards
    Holly

    Of course, you can have as much app/web VM as you want the same database VM.

    Can simply repeat the steps that I've done to create the 2nd web + app svr VM?

    Yes, absolutely.
    App/web VM is nothing more that a "hardware", then you can multiply the given them a unique IP address on your network, link to your back-end database, and everything should work fine.

    Nicolas.

  • Where can I find information about how to add custom fields to CRM and import data from them?

    Hi all

    I'm looking at the CRM choice lay in the view of the V3.

    Is this new? Or have I noticed it just never before!

    Also is there a tutorial on this matter and information on how to import customer data in these additional data fields?

    Thank you

    Mary

    I just get a good response from chat online about this.

    Parikshit: first of all, go to customers-> import Contacts (Advanced).

    Parikshit: http://rickynath.tk/jing/2012-06-07_0744.png

    Parikshit: Then scroll down and choose this option: http://rickynath.tk/jing/2012-06-07_0745.png

  • How to add a beta BlackBerry application area?

    Hello

    I would add the new beta version of my application for the BlackBerry beta Zone. How to do?

    http://appworld.BlackBerry.com/WebStore/content/35142896/

    Thank you

    BlackBerry beta Zone will run as a closed beta with some third-party developers.

    You can apply and find more information here.

    Welcome to BlackBerry Developer Beta

  • How to add custom in CMIS query metadata attributes?

    Hello

    I'm currently building a cmis query to search by FolderId and another custom meta data attribute (xPublished).

    I have two working individual applications for above, one with FolderId and other with xPublished.

    (1) SELECT * FROM cmis:document WHERE IN_TREE('/UCM/IDC:Folder/162497106410011031')

    (2) SELECT * from ora: t:IDC:GlobalProfile WHERE the ora: p:xPublished = 'Y '.

    A question to the merger of two of the queries above?

    Any suggestions for this would be very useful.

    Thanks to advacnce,

    Abhishek Kalikota

    Hello.

    SELECT * from ora: t:IDC!; GlobalProfile WHERE IN_TREE('/ucm/IDC:Folder/162497106410011031') and ora: p:xPublished = 'Y '.

    If you map it manually in content Presenter:

    ${"SELECT * from ora: t:IDC!;"} {GlobalProfile WHERE IN_TREE(\'/ucm/IDC:Folder/162497106410011031\') and ora: p:xPublished = \'Y\'}

    I hope this helps.

    Kind regards.

  • How to add custom properties 'media-external' under Merchandising in BCC?

    Hi, guys.

    We we try to upgrade to ATG10.2.

    We want to add some more properties on "media-external" - subtype 'media', we have added these properties to the definition file.

    The new additional properties may be seen in dyn/admin and VAC. But cannot be seen under Merchandising in the BCC projects or CA.

    As our experienced, the 'media-external' is the subtype 'media', OOTB, the basic properties of the media can also be seen when creating

    'media-external' in BCC, so we assume that there is somewhere to restrict the display of the properties 'media-external.

    Is anyone know the "somewhere"? or how to find the guideline to achieve our goals?

    Hi, don't know if that's exactly what you need, but when we create a media void type, we create a point in customCatalog descriptor (/ atg/commerce/catalog/custom/customCatalog.xml) with the name of "media" and added a new media type, which extends to the table "dcs_media" and then created a section descriptor more with the new media type.»» Then it was edited viewmapping (project versioned - install/data/viewmapping.xml) appears correctly in BCC.

    example - add a new media - customCatalog videos.

    writable = "true" name = "type" required = "false" cache-mode = "inherit" queryable = "true" >

    Super-type = "media" sub-sub-type-value = 'external-video' point-size of the cache = "1000" query-cache-size = "1000".

    property-version = id-space-name of the "version" = "media" content-property = "data" >

    Display-name-resource = "mediavideo.urlId" required = "true" editor-class = "atg.ui.document.DocumentURLPropertyEditor" >

    Display-name-resource = "mediavideo.type" required = "true" >

    writable = 'false' queryable = 'false' display-name-resource = "MIME type" hidden = "true" >

    And CCA, if you already have the tables and descriptors created items, you can see if there is any conflict between the "display-name-resource", because you can substitute another. So, the ACC-> map view-> DCS - UI media external itemMapping, you can find the viewMapping property, select it, find the 'AttributeValues' property, select it and then double-click on the 'value' of 'specificValues', there you can see the values of this "mapping of point" with their accessories of values.

    viewmapping.XML example - edition for best view in BCC.

    I hope you find it useful.

    Nunes

  • How can I initialize a web application in a cluster

    Our test environment is a single node, but we must move to a clustered environment. We have a database initialization, what we do with a "Startup servlet' with the marker to load at startup.

    Now how does it behave in a clustered environment? The servlet will be called once or once a node?

    Should review us the startup initialization? Are there methods recommended for clusters of Weblogic regarding the start-up of initialization?

    BTW: Weblogic 10.3

    see you soon,
    Rob

    Published by: [email protected] on October 20, 2009 06:48

    Servlet init() will be called by every JAVA virtual machine, the application is in, no matter if it is in a cluster or not.

    If you want to once by the behavior of the cluster, you should consider something like a Service Singleton, who is outside your application OR use something like Oracle coherence in your application that allows you to easily check if initialization has already occurred in another Member of the cluster.
    http://download.Oracle.com/docs/CD/E12839_01/Web.1111/e13709/service_migration.htm#i1051668

  • How to add or merge the 2 rows in a result set

    Hi all

    What is the best way to add the 2 rows? I need this results defined below as is except that I need lines with 0-30 activity codes to merge together in the activity of 0 Code. Thus, the hours would be 7466.75. What I have to do a trade union or is there a more elegant solution?

    My current sql result set looks like this:

    Activity codeActivity Code DescREGULAROTNONPRODDEPARTMENT
    00: status quo7409.25305.51603.25Information technology
    1010: special projects190.75170Information technology
    2020: Strategic initiatives1067520Information technology
    300: status quo57.500Information technology

    and I want my new results to look like this:

    Activity codeActivity Code DescREGULAROTNONPRODDEPARTMENT
    00: status quo7466.75305.51603.25Information technology
    1010: special projects190.75170Information technology
    2020: Strategic initiatives1067520Information technology

    Thank you

    John

    Select decode (activity_code, 30, 0, activity_code) activity_code, sum (regular), sum (ot)..,.

    t

    Group to decode (activity_code, 30, 0, activity_code)

  • My communities is empty - how to add the merge?

    In this forum, I must go through communities. The 'My communities' tab is empty. Seems there should be a way to add Fusion community here, but I'm not.

    How do you do that?

    Go to this address http://communities.vmware.com/home.jspa

    Find ""favorite communities "

    Click on 'CHANGE '.

    and you will see all cummunities

    If you find this information useful, please give points to "correct" or "useful".

Maybe you are looking for