How to make ADF PanelPage as Template

Hi,
Im Harry. Im newbie to ADF and JSF
I wanna know how to make PanelPage as a template.
So when i drag PanelPage component, it already have my company logo as a header, application name as title. etc ..
How can i do that ?
FYI im using JDev 10.1.3.3

Harry - just because you are new doesn't mean that you can keep posting the same message over and over. There are 4 entries for your question already - and as Frank replies in one of them there is no templating built in in 10.1.3 - you can use copy/paste of your component.
Some people use Regions to do templating - though this is not supported and won't migrate to 11 (you can search google for template and adf region - and you'll find the solution).

Similar Messages

  • How to make a realistic tshirt template in photoshop

    Hellow Experts.
    Today i spend more then 8 hours on google to find out how to make a realistic tshirt template but couldn't find so i am putting my question on front of the experts of this forum, i hope you guys will help me.
    so i start selling tshirts and i am looking for a tshirt, hoodie, long sleeve, women tshirt template. i want to make my own templates. like you guys must have seen the templates of teespring. if you download thier template and open it in photoshop it looks transparent. but if you put a base color ..booom... it will be the shirt color. i am very curious how to make it. like a realistic template. i am pro in photoshop, illustrator, corel draw, but dont know how to make this kind of templates. please see the attached image for refrence.
    I will be highly appriciate your help guys <3
    Thanks in Advance
    yui - pr1nco's library

    http://www.google.com/search?q=photoshop+rope+texture+tutorial
    Mylenium

  • How to make adf security?

    Dear all
    How to make adf security?
    I am new adf security.
    I'm facing security issue. Now i need to secure me application (User, Group, Role etc...)
    Oracle recommend me use WebLogic internal LDAP or OID. How to manage User, Group, Role deploy after?
    Thanks Lhagva

    Hi,
    once you deployed an application, users and roles are no longer in the domain of ADF Security. So the administration is
    WLS console - if users and groups are in the WLS LDAP
    Identity Management - if users and roles are in OID, RDBMA, Active Directory etc.
    Enterprise Managers - to manage application roles and granting permissions or application roles to enterprise groups
    Frank

  • How to make a custom print template as a base template?

    Is there any way we can make a custom print template as a base template for the the QLDs we make in SAP instead of the one given by SAP?
    Bharath S

    Bharath,
    Your question is not very clear.  Is this thread good for you?
    Rename a query linked to QLD
    Thanks,
    Gordon

  • How to make a New WAD template a default Template?

    Hello Guru's
    We have imported a WAD template into BI now we want to use it as a default template against the old one, can some bosy guide me through necessary settings to make this new wad template the default one, so that next time when user runs a report on web he has to see the new template against the old one.
    Thank You in Advance.

    Hi -
    You can change or setup default web-templates using t-code RSCUSTV27. Thanks!
    Regards
    Anesh B

  • How to make ADF application from ADF library jar ?

    Hi all experts,
    We used to make adf library jar from an ADF application in jdeveloper.
    Is it possible to do the reverse of it.
    I need to make a adf application from an ADF libraryjar file.
    Regards,
    Hoque

    its possible to get do the application from an EAR file
    New Galleary - Application - Application from EAR file.Project can be done using WAR file
    New Galleray - Prjects - Project from WAR filefor SOA we can do file - import - SOA Achive into soa project

  • How to make Adf Table Read Only

    hi.
    i have a Viewobject named Employe based on an entiy object. when i insert it on a form as a table, by default the table is updatable.
    how can i make it readonly (just the adf swing table) without creating an other readonly view object Employe.

    I think you'll need to do this in the Jtable level -
    http://java.sun.com/docs/books/tutorial/uiswing/components/table.html

  • How to make link in a template editable in a page?

    I am new to Dreamweaver. I'm trying to create a link in a
    template where the URL is editable in all pages derived from that
    template. I tried using
    Modify->Templates->Make Attribute Editable..., but the
    link still cannot be edited in any of the pages. Can someone help
    me with this?
    Thanks,
    PeterM

    On Wed, 18 Jun 2008 17:11:41 +0000 (UTC), "PJMonty"
    <[email protected]> wrote:
    > Per Gary's suggestion, I tried
    Modify->Templates->Make Attribute
    >Editable... and made the HREF attribute editable,
    but again, when I went to
    >an updated child page, I still get the red circle with a
    slash cursor that
    >prevents me from editing the link. I was able to modify
    it by using
    >
    Modify->Template Properties..., but that's a pretty
    indirect method. Is
    >there not some way to simply have a link that is on a
    template, but that also
    >allows you to simply click on the link in the child page
    and modify the URL?
    Sorry, that's just the way editable attributes work.
    > I'm just trying to have a "Next Page" link at the bottom
    of the template so I
    >can have a series of related pages link to each other.
    For example, I have a
    >link in the menu on the left of the main page which, when
    clicked, leads you to
    >a topic. That topic might span 4 or 5 pages. I want a
    link at the bottom of
    >each page in a topic that says "Next Page" which lets the
    viewer click to the
    >next page. I want that link to be editable on child
    pages. Not all pages need
    >the "Next Page" link, so I need to be able to make it
    invisible on some child
    >pages.
    Just put the link inside an editable region. The link will
    appear in
    new pages made from the template, but you can edit or delete
    the link
    in those child pages.
    Gary

  • How to make ADF use OC4J datasource

    Hi Gurus,
    I deployed an ADF application on OC4J, and I want my application to use the datasource given by the OC4J, how do I let my application know during design time.

    Refer
    http://www.oracle.com/technology/products/jdev/howtos/10g/usingdatasources/using_datasources.html

  • How to make ADF Business Component Connection which is using XATransaction?

    Hi all,
    I'm using ORACLE 10.1.3 ADF business component, how to set this component using XA transaction? Is that possible to use xa transaction manually from application module?
    thanks

    I believe you mean to ask whether ADF BC uses XA Transaction.
    You can use a JDBC datasource based on XA Transaction for ADF BC. You might find this link useful for an overview: [XA Data Source Interface and Oracle Implementation|http://download-uk.oracle.com/docs/cd/B10501_01/java.920/a96654/xadistra.htm#1058741]
    What do you mean by "+Is that possible to use xa transaction manually from application module?+" - Do you mean exposing the transaction of ADF BC outside its AM..? If so, I'm afraid that its not supported.
    Thanks,
    ~Krithika

  • How to make a dynamic wwi template?

    Hello,
    I have to develop a wwi template for a label product. In this template I have 3 boxes to put SAP phrases in 3 different languages.
    Depending of the material for which I want to print my label, the 3 languages to print are not the same.
    My idea is to create a specific table in SAP, and depending of the material, the template will get, with a modul function for example, languages to use.
    Ex:
    material1 EN
    material1 FR
    material1 IT
    material2 DE
    material2 PT
    material2 ES
    If I want to print a label for material2, the template will find languages DE, PT and ES and used it to put phrases in boxes of my wwi template (1 boxe = 1 language).
    Do you think it possible?
    Do you have other solutions to meet my need?
    Thank in advance for your help.
    Best regards,
    /Ludovic

    Hello Ludovic
    luckily you created two "subthreads". Therefore I try to answer per thread:
    Thread 1: answer:
    1.) a WWI report of any kind (MSDS, Label SOP etc.) does always ! have one "leading validity area" and one ! leading language
    This is an very important aspect in label determination !
    Therefore you do not ! realize in using cg54/cg50 on first glance by SAP standard that a combination of genvar with leading languages (released) contains languages
    1.)  FR, IT, ES as in your first example or
    2.) EN, IR, DA in your second example
    and this is one of the reasons why label determation is quite tricky and very hard to find "solutions".
    Now if we still discuss the "label to stock" topic and if you carefully read
    http://help.sap.com/erp2005_ehp_05/helpdata/en/a7/288aa30a6c11d28a220000e829fbbd/frameset.htm
    you will realize that there is the option to perform "Additional user entries" which in my opinion could be used to "change" the label determination process so that the system will find "automaticaly" the "correct" label (e.g customer is in italy !)
    In any case: I hope you realized that it is "not" easy to find the right label. In  my opion it is not "allowed" to have an overlap.
    That means the G groups must be designed in such a way that they "contain" always three different languages (or you would need more logic etc.)
    Coming back to your example:
    Assuming that you have used genvar1 to create the label you "must" define the "leading" languages. Normally only the e.g. "R phrases" etc. must be printed on the label in more than one language. Therefore the "rest" of the template can be described by using one language (keep in mind that you need often "phrases" to be printed on the document. E.g. Phrases which could contain information like the word: "company" which is once again language dependent). Therefore as europe is quite complex you need a lot of labels (I believe we have 25 and more languages in EU). Now it is very important to define based on thje leading languages which "sublanguages" should show up in the document.
    May be this gives your further hints in finding options/solutions
    Thread 2 answer:
    Once again back to the topic "validity area" in general. I am sorry. I can not provide you a "specific" answer to your question
    The validity area "aims" as the linkt between "country" and content of WWI document (in some sense).
    From the point of report at least the "released" WWI report (or the report which is generated on the fly) is of interest. Normally as in the SAP standard there is a "link" between plant (make to stock scenario) and legislation which an help. It is clear that a label regarding a plant in europe should have R/S sentences (or H/P) as a content. Now on the "top" (to make it more complex) you have different sizes of packaging of materials (drum, ...); therefore you need "sizes" (like A4) to descirbe the "max" size of label there "all" informaiotn should be placed on.
    The "label view" as well the "label stock" topic (to my understanding) aims as a "further" help to find the right label (right size, right validity area, right content etc.)
    May be you "misunderstood one WWI topic (or I misinterpret you)
    - in label printing transaction: change countries: IT
    Normally this does not change the language of the label (if we are talking about released reports).
    The "G group" is expanded during "raw report" generation. Only the "mat name" and other information is expanded later.
    Regarding GLM: this is from my point of view a "comlex" submodule of EH&S and you need very ! good business concepts and set up to get the desired result (in label determination etc.).
    So im sorry: I can not provide to you a final answer.
    With best regards
    C.B.
    Edited by: Christoph Bergemann on Sep 14, 2011 2:21 PM
    Edited by: Christoph Bergemann on Sep 14, 2011 2:23 PM
    Edited by: Christoph Bergemann on Sep 14, 2011 2:35 PM
    Edited by: Christoph Bergemann on Sep 14, 2011 2:36 PM
    Edited by: Christoph Bergemann on Sep 14, 2011 2:37 PM
    Edited by: Christoph Bergemann on Sep 14, 2011 2:37 PM
    Edited by: Christoph Bergemann on Sep 14, 2011 2:39 PM
    Edited by: Christoph Bergemann on Sep 14, 2011 2:40 PM
    Edited by: Christoph Bergemann on Sep 14, 2011 2:41 PM

  • How to make a fill in template for use with ipad

    If I have a custom made excel spreadsheet, that I use for fill in information, what app do i need to open, fill in and save the template for printing and sharing

    As an update for the actual table, the scenario is a bit different from this example: there is a form filled in with information.  Some is correct, some incorrect. I am trying to simulate a supervisor reviewing the form and finding and fixing the incorrect information. And yes, it has to be accessible.
    I used two methods.  First, I split up the table into individual quiz questions using T/F and Fill-In-The-Blank.  The T/F asks the learner if all of the information for the day is correct. Then they use Fill-In-The-Blank to correct wrong answers.  It worked, kinda, but the graded quizzes in Cp6 do not indicate specifically what was right and wrong (just the correct or incorrect feedback text boxes appear), so it is not as useful to the learner.
    I am now working another tactic: The table is imported as an image.  I plan to hand-type the contents into the Accessibility tab.  Since the info is only meant to be read horizontally (by day), I am hoping that that works.  Each data cell is overlayed with a transparent smartshape, named, and has its own variable. On clicking, the variable increments by 1. That is how the learner can indicate which cells contain wrong information. 
    There are advanced actions for each cell to indicate whether they clicked correctly or not.  Now my issue is that I have one "Submit" button and want to launch 10 advanced actions at one time. Is there any way to trigger that?

  • How to make ADF page center align  when open in mac 1920×1080

    Hi all,
    we have created an ADF application using 1024*786 and display is working fine. But when I open the application in safari browser in mac pc having 1920×1080 screen size the display start from extreme left top which takes 1024*786 screen and leave the left area blank. I wanted my fixed screen to come in the middle of the browser 1920×1080 .
    I have tried the following option by setting inline style
    style="margin-left: auto;
    margin-right: auto;
    width: 1024;
    in <af:document tag but it doesn't work.
    How can i move my page to center of the screen for higher resolution browser?
    Thanks in advance

    Thanks Vince but it stretch whole screen that is not require. As my screen size is fixed 1024 *748 I want my screen should come in the center . I need same behavior when I open yahoo.com in mac browser.

  • How to make a adf page not participate in session

    Hi,
    I am getting the session time out warning message in the login page ( the user is not logged in yet).  Below is the scenario.
    1. Login page is JSF (.jspx) page and is using a page template.
    2. ADF security is implemented in the application and anonymous role and other roles have been provided the access to the login page and page  template.  ( FYI the application uses a different template for the logged in users)
    3. Session time out and WARNING_BEFORE_TIMEOUT is configured in web.xml .
    3. In both the page and  template the jsp page directive session attribute is set to false.
         <jsp:directive.page contentType="text/html;charset=UTF-8" session="false"/>
    How to make the page not participate in session and avoid the session time out message and refresh of the page ?
    Thank you .
    Ranjith

    Hi Frank,
    This is a webcenter portal 11.1.1.8 application and there are sites built with webcenter that does not throw this message on the login page . What should be my approach not to get this message.
    What does "session=false" attribute mean  <jsp:directive.page contentType="text/html;charset=UTF-8" session="false"/> (<%@ page .. session="false" %> Creating a JSP Document
    As per the link  JSP - Directives   Specifies whether or not the JSP page participates in HTTP sessions .
    Any help is greatly appreciated.
    Thank you

  • How to make a RTF-Template for the Bill Presentment Architecture (BPA)

    Hallo,
    I search a way to make an external RTF-template for the Oracle Receivables Balance Forward - Detail report in the Bill Presentment Architecture (BPA).
    I've never done that.
    I don't know how to get a XML-file of this request to use for the creation of the RTF-file.
    And so I don't know how to specify in the RTF the LOOPs for the Lines and other If-conditions and so on.
    Can anybody help me?
    Thanks.
    Edited by: user2609890 on 23.06.2009 01:25

    HI,
    Can you please help me in finding XML output for Invoice Print BPA Child Program. I have tried changing the output format to XML but no luck. If you can send me any suggestion to my email address [email protected] would be very helpful.
    Also, Did you try adding any conditional formatting (eg. <?if:column_name='value'?>) in RTF template? is it working?
    Any help is appreciated.
    Thanks
    Deepak

Maybe you are looking for

  • Error while posting with Tax code

    Dear All, I am getting the following error while i am trying to post with a tax code. Can someone tell me what could be the issue? Customization for RIL j_1iindcus missing in table Message no. 8I303 Diagnosis The customization details have not been m

  • Ipod touch 5th generation not charging anymore

    I got my Ipod for Christmas in 2012 and it was kept in perfect condition until one little drop that shattered the screen about 10 months ago. The drop never affected the performance of the Ipod in anyway. It worked fine until yesterday when I thought

  • Doubts in JMS Sender adapter configuration (SonicMQ JMS Provider)

    Hi All, I am doing a TIBCO--> XI integration using JMS sender adapter. Adapter status is as follows.. <b>"Sender channel. Details: (No detail information set.)"</b>. XML Msg in TIBCO-ems queue which JMS adapter access is as follows..... <?xml version

  • Battery's dead. Should I replace it?

    Laptop's battery's dead. This MBP works now as a home server so I don't really need a battery in it. I'm not sure about keeping dead battery inside. Is it safe or better to remove/replacet it? Thanks MacBook Pro (15-inch, Early 2011)

  • Unable to set the drop down values in the formbean

    Hi Dudes We are using weblogic8.1 portal for our application We are initializing the vairable as follows <netui:select dataSource="{container.item.INCLUDE_IN_LISTING}" optionsDataSource="{pageFlow.m_yesNoDefaultOptions}" styleClass="field_value"></ne