Create home page

Hi,
i am creating a web application,
all the pages in this appln will have same menu bar. So instead of putting the menu bar on all pages i want to create a one bounded taskflow(.jsff) like and use it on all pages i droup as a region. Is it possible ?
Also one of the most important thing is that the menu & menuitems can be created in the same bounded taskflow only.

thanku shay shmeltzer,
but i have some dout how to create menu items with actions (like programtically how to call menuitems )in page templeate.
Edited by: user13092208 on Dec 22, 2010 8:31 PM
Edited by: user13092208 on Dec 22, 2010 8:31 PM

Similar Messages

  • I want to create home page for my application with short URL

    I want to create home page for my application with short URL
    as when I want user to use my application user must go to URL like this
    http://127.0.0.1:7101/My-Project/faces/app/empModule/allEmployees/viewMyEmployees.jspxI want the user to use short URL , How can I use shorter URL not all this one.
    I want shorter URL for my application not to write full path .
    thanks in advance.
    Edited by: user611775 on Oct 31, 2010 10:21 PM

    Well,
    it's up to you. The first part (Mcit-Project-ViewController-context-root) is the context root which you define in the view controller project. 'faces' is the name the servlet filter reacts on. You can't omit it but shorten it in web.xml. The rest is your directory structure. I'm not sure how to shorten this other as to move the jspx files back into the web root folder.
    By the way an ADF faces app never uses the .jspx at the end of the url. If you specify '.jspx', you only render the page but don't start the work flow.
    Timo

  • To create home page which consists of menu for other pages in a tree format

    hi, i'm using Jdev 11g, i want to create one home page which having a tree format menu for other pages ,plz tell me

    Hi,
    the tree structure must be defined in a tree model that you then associate as the value to the tree component. I think the best doc to start with is from Trinidada: http://myfaces.apache.org/trinidad/devguide/tree.html
    Note that ADF Faces components base on Trinidad, so the docs can be used here as well. Also, while you are on this page, have a look at the XML Menu Model, which is a nice way of creating hierarchical structures in XML so the structure is not hard coded in a Java class
    Frank

  • Got error while creating home page using site studio-

    I am trying to create a home page for my website using site studio in oracle content server, but when I am entering the required information i am getting the below mentioned alert message
    " Content ID "HP_Xalco03" has invalid content info values. Value not found in allowed list of options for field web site object types "
    1. I have created a website name "City of Xalco"
    2. I have one section and underneath has 4 sub sections.
    3. Now when I right click on the root and try to create a home page gets the issue.
    Can any one help me out with what is the actual prob. I want to know whether I have missed any configuration or my steps are wrong.
    I am in urgent help.Thanks
    Thanks,
    Abhijit

    Hi Deepak,
    below mentioned I have put the error message from log file
    Event generated by user 'sysadmin' at host 'XXX.XXX.com:7771'. Content item 'HP_Xalco03' has invalid content info values. Value not found in allowed list of options for field 'Web Site Object Type'. [ Details ]
    An error has occurred. The stack trace below shows more information.
    !csUserEventMessage,sysadmin,XXX.XXX.com:7771!$!csItemHasInvalidContentInfoValues,HP_Xalco03!apValueNotInList,Web Site Object Type
    intradoc.common.ServiceException: !csItemHasInvalidContentInfoValues,HP_Xalco03!apValueNotInList,Web Site Object Type
         at intradoc.server.ServiceRequestImplementor.buildServiceException(ServiceRequestImplementor.java:1753)
         at intradoc.server.Service.buildServiceException(Service.java:1997)
         at intradoc.server.Service.createServiceExceptionEx(Service.java:1991)
         at intradoc.server.Service.createServiceException(Service.java:1986)
         at intradoc.server.DocServiceHandler.validateMetaData(DocServiceHandler.java:1470)
         at intradoc.server.DocServiceHandler.validateCheckinData(DocServiceHandler.java:1396)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at intradoc.common.IdcMethodHolder.invokeMethod(ClassHelperUtils.java:617)
         at intradoc.common.ClassHelperUtils.executeMethodReportStatus(ClassHelperUtils.java:293)
         at intradoc.server.ServiceHandler.executeAction(ServiceHandler.java:79)
         at intradoc.server.Service.doCodeEx(Service.java:490)
         at intradoc.server.Service.doCode(Service.java:472)
         at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1353)
         at intradoc.server.Service.doAction(Service.java:452)
         at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1194)
         at intradoc.server.Service.doActions(Service.java:447)
         at intradoc.server.ServiceRequestImplementor.executeActions(ServiceRequestImplementor.java:1114)
         at intradoc.server.Service.executeActions(Service.java:433)
         at intradoc.server.ServiceRequestImplementor.doRequest(ServiceRequestImplementor.java:635)
         at intradoc.server.Service.doRequest(Service.java:1707)
         at intradoc.server.ServiceManager.processCommand(ServiceManager.java:359)
         at intradoc.server.IdcServerThread.run(IdcServerThread.java:197)
    ***************************************************************************************

  • Create home page with several tabs upon opening Safari

    I would like to create a home page with several tabs upon opening Safari is this possible?

    Yes, it's possible.
    First create a folder of bookmarks containing the pages you want to have appear as tabs when you start Safari.
    Once you've got that bookmarks folder set up, go into your General Safari preferences. At "New windows open with:" select "Choose tabs folder ..." as per the following screenshot:
    .... and select the bookmarks folder you set up before.
    Quit and restart Safari. Do the contents of the bookmarks folder open in tabs in a new window?
    (To change what tabs you have opening in a new window, just change the content of the bookmarks folder you've selected in your preferences.)

  • Run a home page in flex project

    hi
    i have build my flex project using ant task
    my project name is StudentRegistration.
    my mxml file name is StudentRegistation.
    <target name="appcompile" depends="install">
      <mxmlc file="${flexsrc.home}/StudentRegistration.mxml" context-root="/StudentRegistration" keep-generated-actionscript="true" services="${web.home}/WEB-INF/flex/services-config.xml" output="${catalina.home}/webapps/${app.name}/StudentRegistration.swf">
       <compiler.library-path dir="${FLEX_HOME}/frameworks" append="true">
        <include name="${web.home}/WEB-INF/lib/" />
        <include name="${flexsrc.home}/example/" />
       </compiler.library-path>
       <load-config filename="${FLEX_HOME}/frameworks/flex-config.xml" />
       <source-path path-element="${FLEX_HOME}/frameworks" />
      </mxmlc>
    </target>
    <target name="createHtmlWrapper" depends="appcompile">
      <html-wrapper application="${APP_ROOT}/StudentRegistration.mxml" height="1000" width="1000"  output="${catalina.home}/webapps/${app.name}" swf="StudentRegistration" />
    </target>
    i have deploy the Folder StudentRegistration in tomcat.
    just i select the StudentRegistration in tomcat the StudentRegistration page is displays.
    if select StudentRegistration i want to display the homepage.html
    how can i do
    someone help me
    regards
    athi

    I jus read the lated Users Guide and you still can't create  Home page. The ony option is to create a webapp and use that like yu discussed.

  • How can I create a Splash / Welcome Page before the home page

    I'm trying to create a splash page to inform our users about some changes to the site before they enter the site. I created a new page in the top menu by clicking the left X of the home / index page, which is the result that wanted. But when I click on site properties of this new splash page it has inherited the "index.html" filename and when I export the HTML my home page is now named "index1.html."
    I'm concerned about the effects this will have on our SEO and analytics, so I was wondering if there was a work around for this. Basically I'm looking to have the Splash page with the new information be the first thing visitors see with a button that allows them to enter the main site sfter they've read the information. But I don't want to compromise the page structure by adding another index page or renaming the existing index page.
    Is this possible? Or can someone suggest a way to accomplish this in MUSE?

    CRESDesigner wrote:
    ...Is this possible?...
    Not quite, if you are concerned about SEO. Introductory or 'splash' pages are terrible for this and can hurt your search results even after you pull the splash page down. In regard to SEO, we already shoot ourselves in the foot by using Muse. Be careful about compounding this with a splash page.
    Ideally, your web site would check for the existence of a cookie that identifies if the visitor has seen the alert. If the cookie is not present, a DIV overlay would be presented with your alert. Once that alert is presented, the cookie would be written to prevent further display of the alert. You could achieve this in any other web design program (or text editor) today, or you can submit a feature request and wait for Muse to offer this functionality in months/years.

  • How can I create a working link from the home page to other pages?

    Using iWeb, I created links on the Home page directed to other pages within my web site. The links are located in the main body of the Home page (on the right side) and are not included in the Navigation Menu. The links function correctly when I test them in iWeb, however, the links do not function at all after publishing to the internet.
    Within the inspector, I have chosen, Link To: "One of my pages" and the appropriate page is selected.
    The links within the gray rectangles do not function. The same links below the gray rectangle links go to a "Page Not Found" page.
    See the home page at http://www.daleenstrom.com
    How can I make these links function correctly?

    Welcome to the Apple Discussions. I've found that using the "One of my pages" often doesn't work. Since you've published the site go to each page, copy its URL and use it for the hyperlink. I've found that to me more reliable.
    Are those two links inside the shapes or just on top? Both of those items are one large image file. If you inserted the link in the shape be sure you've selected the text (might take a few clicks to get inside and select it) to use for the hyperlink. Also make sure there are no other objects overlapping each of the shaped with the hyperlinked text.
    Also it appears that the entire text box is an image. Turn on iWeb's preferences to display the text image indicator:
    Click to view full size
    and then you'll see the following on any object that will be converted to text once published:
    Click to view full size
    The two links below work for me. Be sure to clear your browsers cache (CommandOptionE for Safari) and reload the page.
    OT

  • Creating a new home page portlet in identity console in 11gR2

    Hi,
    I am in the process of creating a new home page portlet in self service UI. I created a new view controller project in j developer and created a bounded task flow and attached a jsff page to that. Now what are the next steps to be followed so that my custom page gets displayed with the other portlets when user clicks on Home in Identity console. I have some basic knowledge in ADF. Thanks in advance
    Regards,
    Durgaprasad
    Edited by: Durgaprasad on Dec 17, 2012 1:04 AM

    I am getting this error in the log..
    Element [MissedTerm] of resource catalog [catalogDefinition] has been excluded from the catalog due to error [null].
    My custom-catalog.xml file looks something like this
    <resource id="MissedTerm" name="MissedTerm" description="Hello World Taskflow Reference" repository="application.classpath" path="adflibcustomUI.jar/ADF_TaskFlow/WEB-INF+task-flow-definition.xml#task-flow-definition">
    - <attributes>
    <attribute value="coreDefault" attributeId="attr.background" isKey="false" />
    </attributes>
    </resource>
    Also i found some post similar to this issue but solution is not there
    Custom resource catalog

  • How to create a custom folder under Knowledge Management in Home Page

    Hi,
    We have a SAP provided standard Home Page and it has a Workset/page called Knowledge Management.
    Under that we have the folders called Favorites, Public Documents, Personal Documents etc.,
    How can i create a new custom folder , say HR in that so that i can upload the HR related documents and that will be visible under Knowledge Management for all users.
    What ever the folder we are creating under the Content Management is not visible in the Knowledge Management workset provided by the SAP.
    Please let me know the step by step procedure of adding a folder under Knowledge Mangement Workset.
    Thanks and Regards,
    Sekar

    Hi Sekhar,
    You can store all your HR related documents in KM content.
    Path is Content Administrator -> KM content
    You find so many folders like documents etc... All these are KM repositories.
    If you want to create a folder in the repository, you need to  create a KM repository and it needs to be activated.
    For creating custom KM repository check the below thread.
    You can create your own repository with your desired name.
    Go to System Administration -> System Configuration -> Knowledge Management -> Content Management -> Repository Managers -> CM Repository
    Otherwise you can create a folder in root->documents. Say
    HR.
    In that HR you can store all the documents.
    To display these documents in portal iview, you have to created a KM Navigation iview and set the property 'path to document' as /documents/HR
    It will display all the documents in that iview.
    There are so many templates related to displaying KM content.
    Search in SDN for more information.
    Hope that helps.
    Raghu

  • Need to create custom home page for iProcurment.

    Hi,
    I have an issue in iProcurment.
    i have modified the Menu name from "Requisitions" to "My Requisitions" in custom responsibility "XX iProcurment" its a replica of standard iProcurment responsibility.
    then i clear the Cache and bounce the middle tire even though the changes are not reflecting. But when i do the same changes in the standard iProcurment responsibility then i am able to see the changes.
    Create a main menu XX_ICX_POR_SSP_HOME its a replica of ICX_POR_SSP_HOME then attached to XX iProcurment
    Menu:                XX_ICX_POR_SSP_HOME
    User Menu Name: XX Internet Procurement Home
    Menu Type:          Standard
    Description:     Internet Procurement Home
    seq          Prompt                         Submenu                                        Function                              Description     
    1          iProcurement Home Page                                                       POR SSP HOME                         Internet Procurement Home Page
    3                                        XX iProcurement: Homepage menu
    4                                                                                     EAM Function To Launch IP
    5                                        iProcurement: Function Security
    6                                        iProcurement Preferences Menu Container                                             iProcurement Preferences Menu Container
    Sub menu:
    XX_ICX_POR_HOMEPAGE_MENU its a replica of ICX_POR_HOMEPAGE_MENU
    Menu:               XX_ICX_POR_HOMEPAGE_MENU
    User Menu Name:     XX iProcurement: Homepage menu
    Menu Type:          Home Page
    Description:     iProcurement Homepage menu
    seq          Prompt               Submenu                                                  Function                              Description     
    5          Shop                    XX iProcurement: Shop                                                                      Shop tab
    10          My Requisitions          iProcurement: Requisition Status                                                       Requisition Status tab
    15          Receiving          iProcurement: Receiving Home Page Menu                                             Receiving tab
    20          Contractors               iProcurement: Contractor                                                                 Contractor tab
    25                                   iProcurement: Common Functions                                                            Common iProcurement Functions
    30                                   iProcurement: Global Menu                                                                 iProcurement Global Menu
    35                                   ICX_STANDARD_GLOBAL_MENU                                                                 ICX Standard Global Menu
    40                                                                                          iProcurement                         iP Product Branding
    Hear i am changing the prompt of "Requisitions" to "My Requisitions"
    i have modified the function XX_POR_SSP_HOME its a replica of POR_SSP_HOME
    x_object=AppsServlet&x_source=menu&x_menuFunction=displayHomePage
    OA.jsp?OAFunc=ICX_POR_LAUNCH_IP&OAHP=XX_ICX_POR_HOMEPAGE_MENU&OASF=ICX_POR_LAUNCH_IP&porMode=accessHomePage&OAPB=ICX_POR_IP_BRAND

    Do you have much experience working with HTML & CSS code?
    Does this project need to work well in all devices; not just tablets?
    If the answer to both question sis Yes, I recommend Dreamweaver.
    If the answer to both question is No, use Muse.
    Nancy O.

  • I was at Apple Store yesterday and they created a pages document for me.  When I got home and tried to open it, I get a message that I need a newer version of Pages.  I see the image when I before I push "open".  The 'kind' is pages publication.

    I was at Apple Store yesterday and they created a pages document for me.  When I got home and tried to open it, I get a message that I need a newer version of Pages.  I see the image before I push "open".  The 'kind' is pages publication.  The file does not appear in the 'open recent' list.

    Just be careful with Pages 5, it is not strictly an upgrade.
    Apple has actually removed over 90 features and some work can be very difficult in the newer version.
    It was all done to make it more interchangeable with the inferior iOS version:
    http://www.freeforum101.com/iworktipsntrick/viewforum.php?f=22&mforum=iworktipsn trick
    Peter

  • How to launch the Create Incident page as the Home Page

    Hi All,
    My issue is to launch the Create Incident page as the Home Page in the Service Pro Role.
    To launch the Create Incident page as the Home Page is there any SPRO Configuration or we have to do through the code?
    Thanks & Regards,
    Venkat

    Hi Venkat,
    This can be done in the navigation bar configuration. Go to the path below and select your navigation bar profile, next to the description of your navigation bar profile there is a link ID, replace the home work centre logical link SRV-HOM-WC with this link SRV-INC-CR.
    When you now log into your business role the incident creation screen should display instead of the service home screen
    SPRO --> CRM --> UI Framework --> Technical Role Definition --> Define Navigation Bar Profile
    Regards,
    David.

  • How to create a home page (with flash images) in Oracle Portal  10g

    Hi,
    I want to create a home page in Oracle Portal 10g using flash images.
    How to create all those things ?
    Weather it should be created in pages or pagegroups or HTML portlet / some other.
    please help me.

    You can find in knowledge exchange a script to create an flash file item type. With this installed you can add a flash file to an item region on a page.
    Grtz,
    Dirk

  • How to create TABLE using "Go To Database Home Page"

    I installed Oracle 10g Express
    The Database Home page is working fine using sys/system user name
    I understand that this is also an APEX INTERNAL Application.
    Now I installed APEX 3...latest version , the database page has now changed to APEX , Oracle Application Express page.
    Also the http://.../apex/apex_admin .. is working, but I dont know where to find the Administration page of Database , which lets creation of database users & tables

    Hi
    If I understand you problem correctly then you go to Database Homepage, and login using sys/system you can see the homepage with the icons for 'Application Builder', 'SQL Workshop', 'Utilities'.
    Here clicking on 'SQL Workshop' you will find 'Object Browser', 'Sql Commands', 'SQL Scripts' and 'Query Builder'.
    You can create database objects by entering sql commands in 'Sql Commands' or from the 'Object Browser'->[Create] button.
    -Priyanka

Maybe you are looking for