Help!help!how do include other page in same page.

I have 4 parts in a page,following:
1�A     The 1 part is the top of the page . (Page Fragment1)
2�A     The 2 part is the left of the page . (include tree in Page Fragment2)
3�A The 3 part is the place where user wants to launch the page�B
     4�A The 4 part is the bottom of the page . (Page Fragment3)
Now, I think I select tree node, then display navigation page in 3 part.

try to use frame.
<iframe frameborder="1" height="458" marginheight="2" marginwidth="2" name="t1" src=""
style="left: 1px; top: 125px; position: absolute; z-index: 500" width="999">Test...test..</iframe>
===> <ui:imageHyperlink action="#{xxx_action}" binding="#{Page.imgxxx}" id="imgxx"
imageURL="xxxx" style="xxxx" target="t1"/>

Similar Messages

  • Q: how to include a page in a region

    Hi all,
    i need some help
    how to include the URL of a page in a region, my requirement is that i have some links in the page and i need when i press a link a region under it will be rendered below it not in another page
    the links is ready and the pages is ready
    just i want a the region to contain a url based on the selected link.
    i know how to make a region rendered or not.
    and i have tried to use URiInclude but i couldn't figure out exactly how to do it
    i have also searched the forum and i couldn't find something about it.
    so please if any one knows the solution or can provide me with a link, i will be very thankful
    thanks

    user604057,
    Technically you can't add a page to another page. A page can have only one pagelayout region. So you will have to make a copy of those pages as regions without a pagelayout region and use.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • How to include html page or html code in adobeflex 4 web application please give me a solution.

                     How to include html page or html code in adobeflex 4 web application please give me a solution.
                       Thank you
                       Chandra Sekhar

    hi,
    go thru this link, may be of some help for you
    About IFrames
    http://www.deitte.com/archives/2006/08/finally_updated.htm
    IFrame Src
    http://code.google.com/p/flex-iframe/
    About the IFrame Approach
    http://www.deitte.com/archives/2008/07/dont_use_iframe.htm

  • How to include HTML page on a screen

    Hi,
      How to include HTML page on a module-pool screen. i want to handle hyperlinks on that page. how ca n i do that?....plz send me reply vvvery fast

    Hi Amarnath,
    1. RSDEMO_HTML_VIEWER
       Check the above program.
    Regards,
    Amit M.

  • How to include others jar in my project use netbean

    Hi,
    Here i'm build my project in netbean, in compile source i add jdom.jar. Afer compile, run jar from terminal. But, application can't use and error :
    Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: org/jpos/
    iso/ISOPackager
    Now, i ask : How to include others lib or jar in my project use netbean
    Rgds,
    Wira S

    Dear All,
    The code In manifest.mf, like :
    Manifest-Version: 1.0
    X-COMMENT: Main-Class will be added automatically by build
    Main-Class: root/Phase3/TesterPhase3/IsolibTester/src/isolibtester/DynamicTreeTester
    Class-Path: root/Phase3/TesterPhase3/jpos/lib/jdom.jar
    When build jar, error :
    error while reading original manifest: error in opening zip file
    Building jar: /root/PHASE3/TesterPhase3/IsolibTester/dist/IsolibTester.jar
    Manifest is invalid: Manifest sections should start with a "Name" attribute and not "Main-Class"
    /root/PHASE3/TesterPhase3/IsolibTester/nbproject/build-impl.xml:273: Invalid Manifest: /root/PHASE3/TesterPhase3/IsolibTester/manifest.mf
    BUILD FAILED (total time: 0 seconds)
    So, i tried add classpath in bash_profile and build.xml, unseccessful
    But, when runing my project from terminal can't found component jdom.jar

  • How can skip other pages in smart forms ?

    Hi,
    In Smart forms I have 10 to 20 pages out put data, and I want print only Page no. 11th or 15th  only. How can skip other page or how can got output? Please suggest me.
    Thanks & Warm Regards,
    Sanjay Garhpandey.

    Hi,
    Use this parameter SSFCOMPOP-TDPAGESLCT .

  • How to include other jars when using servicegen

    I have been trying to use servicegen with regular java classes but I can't figure
    out how to include other jars that the webservice class uses?
    How is this supposed to be done?

    SQL> set null <<NULL>>
    SQL> select distinct comm from emp
      2  /
        COMM
           0
         300
         500
        1400
    <<NULL>>
    5 rijen zijn geselecteerd.So I probably don't understand the question. Could you post a small test case showing the behaviour you described?
    Regards,
    Rob.

  • How to include other web page in servlet response?

    Is there any way how to include the contents from some other web page in my own response? For example, I wish to printout some text and below that to put the complete contents of let's say Google's page, so something like:
    include("www.google.com");
    ...So far I found that I can either redirect to that page and l fully lose the control or include the contents of the other jsp or servlet that I made in the same project. I know I can just send the request to that outside page and read the response and print it out on my page, but the problem is when there is a JavaScript and I can't get the rendered contents but just that script. Also, I will not be able to see the images in that case, so I prefer to give the command to web browser to render and show it for me.
    Thanks a lot for any help!

    I already tried with streams but then just original source is written, so it means that if it is calling some scripts I will get JavaScript code instead of executed result. I thought I must somehow make the browser to process the page and just display the output because it knows how to deal with scripts.

  • HELP: How can I save page state on UIX page...

    I have a fallowing situation:
    1. I create UIX application with Wizard based on one ViewObject
    2. When I get a page with ViewObject in table style I travers up and down through records and make some updates and create new records
    3. But when I go back from update and create pages I always get initial browesing page.
    My question is: how can I save state of browsing page when I return to it from update and create or any other page (save position look hide/show mode or anything else)?
    I try to use StateManager class but I faild.
    Can anybody help me or describe how can I do it on one example?
    Thanks!

    Attila,
    Sounds as though you want to remember the interactive state of your pages across requests.
    That means you'll need to store the interactive state of your pages in something like the HttpSession that has a lifecycle spanning across multiple requests.
    If you make your pages interactive using the HttpSession, then, when you navigate back from another page, they should still be in the state you left them.
    The built-in data provider name for the HttpSession in uiXML is ctrl:httpSession. Use this to data bind the interactive attributes of your page, such as the disclosed attribute of HideShow.
    In your event handlers, update the HttpSession to make your page interactive.
    Be careful to use different keys to store information in the HttpSession for different pages.

  • Photoshop Web Gallery - how to include home page link

    I have included a web gallery (created in Photoshop) to my website. Everything works fine; however, after scrolling through the photos there isn't a link to help return to the site's home page. The only option is to click the back arrow many times until you get there. Any ideas how to do this?
    Thank you.

    Kat,
    Your IE7 settings may be the same as mine, for which I generally keep the Pop-Up Settings fitering level to "High", thus blocking all pop-ups. At this level, I find all of Geoff's links for his Aerial Photos (but curiously not those on other pages) and text links on the Links page are treated as pop-ups. At the Medium level that automatically blocks "most" pop-ups, all links open to a new window for me. IE7 treats all links creating new windows or tabs as pop-ups, and you can control how they behave by changing the Tabbed Browser Settings options for "When a pop-up is encountered". Here's how to get there:
    IE7 Tools Menu (or Control Panel) > Internet Options > General tab page > Click "Settings" in the Tabs category and then check the option desired in the resulting dialog.
    Regards,
    Daryl

  • How to include the page dynamically in JSF

    Hi all
    Below is static include
    <jsp:include page="../inc/sideMenu.inc"/>
    How to include the file dynamically
    Thanks

    Hi,
    Though I have not tried it I think making use of a variable to hold the page name to be included should work. Could you try this and see if it works?
    Cheers
    Giri :-)

  • How to include the pages dynamically in JSF

    Hi all
    Below is static include
    <jsp:include page="../inc/sideMenu.inc"/>How to include the file dynamically
    Thanks
    Sudhakar

    Hi,
    Though I have not tried it I think making use of a variable to hold the page name to be included should work. Could you try this and see if it works?
    Cheers
    Giri :-)

  • How to include a page conditionally ?

    Hi all !
    I have a web page made of different sections. Every section is included in a separate page.
         <f:view>
              <h:form>
                                <%@ include file="filters.jsp" %> 
                    <%@ include file="dataTableAdmin.jsp" %>       
                    <%@ include file="modalPanel.jsp" %> 
                                   </h:form>
         </f:view>Now I have the requirement that some sections should be visible only to the admin users.
    The roles are referenced in a Bean registered in faces-config.xml.
    How can I include a page depending on the value of the Bean ? I'd need something like the "rendered"
    attribute on the "include" tag, but I'm afraid it doesn't exist......
    Do you have any suggestion ?
    Thanks alot
    Francesco

    Put the include into a panelgroup and use the rendered attribute...

  • Xalan XML thru Web Start - how to include other classes

    Hello developers,
    I have an JAVA Swing application which needs an xml output, it creates an XML file which has to be stored in the clients hard drive. Though i have finished it, the application runs perfectly in the swing, if i deploy it using Java Webstart, the classes are not found,
    The classes for xercers and xalan or not understood by webstart, how do i include these classes too. Could any1 throw some light on how to use other classes too in webstart applications.
    thanks,
    Prashant.

    Depends on the version of the JRE you are supporting. If you are using 1.4 you should be able to get it to work with the classes shipped with it.
    If you really want to use the Xerces parser you will have to include the following in your .jnlp file.
    <jar href="xerces.jar" download="eager"/>
    <property name="javax.xml.parsers.DocumentBuilderFactory" value="org.apache.xerces.jaxp.DocumentBuilderFactoryImpl"/>
    This forces the runtime to use Xerces instead of a locally available XML parser.

  • How to include other site web page in my application?

    I have a web page lists all payment methods, when user select one of the payment type and then click the submit button, it will re-direct to the third party site for the payment. But I want to have my header in the third party web site, this means that I only change the content in my web site to the other site. How can I do this? I'm using JSF + Tile. Thanks

    I means include the web page which is come from other site in my application body.
    The layout is:
    | my company heading |
    |-------------------------------------|
    | |
    | body(payment web site) |
    | |
    |-------------------------------------|
    | my company footer |
    The customers will feel that they are doing the payment on our site, but actually they pay on the third party site, After payment, redirect back to our web page to show the result.

Maybe you are looking for