Portal Page showing HTML content

Using standard Portal components, is there a way to create a
portal page with 1) left hand set of links to html pages. 2) on
the right side is a portlet showing the html page. This is what
99% of websites do.
The portal seems to have 1) single HTML portlet I would need a
portlet and a new Portal page for each HTML.
2) content areas with their own funky way of showing content
i am looking for the simple web way to implement. I have though
of writing a portlet that you feed it a parameter aka the file
name of the HTML content that should appear.
HELP!

Hi,
here's what I think works best:
1. add an ADF Faces inlineFrame component to the page
2. Have the inlineFrame source property pointing to a servlet that reads and streams the HTML from the database as an HTML document
Frank

Similar Messages

  • Error when trying to run UCM from browser -The portal page for your Content

    Hi
    When I try and run the UCM in a browser using "http://localhost/idc", it showing
    "The portal page for your Content Server needs to be rebuilt. Start the WebLayout Editor as a standalone application and select Update Portal... from the Options menu."
    I did see a previous message that says to go to Weblayout Editor Applet - Options - Build Home Page - Update -Ok, but I was not able to see the Build Home Page option in the drop down.
    Any ideas what may be causing this issue?
    Thanks in advance for your help
    Cheers
    Sylvia

    Hi Srinath
    Thanks for your reply.
    Commenting out the following lines still does not fix my problem.
    <div align=center><b>Welcome to UCM10g for SIF DEV</b></div><br>
         <$if IsLoggedIn$>UserName = <i><$UserName$></i><br><$endif$>
         <$if IsDynamic$>Current Time = <i><$dateCurrent()$></i>
         <$else$>This is a static page.
         <$endif$>
    I have installed this product on two environments following the same kind format.
    In our dev environment I am able to type in the following to get to the Welcome to Content Server Page
    http://devenv/idc/
    In the other environment I use the following and I get that the error "The portal page for your Content Server needs to be rebuilt. Start the WebLayout Editor as a standalone application and select Update Portal... from the Options menu."
    http://testenv/idc
    So the only way to get to the Content Server Page is to type the full path as below which I don't want to do, because I want the welcome screen to appear first.
    https://testenv/idc/idcplg?IdcService=GET_DOC_PAGE&Action=GetTemplatePage&Page=HOME_PAGE&Auth=Internet
    Is there a way I can configure the application to get to my welcome screen instead of getting the error message detailed above?
    Thanks
    Sylvia

  • Showing HTML content in jspx page

    Hi,
    We have stored text/html email messages in database and we want to display this on our page.
    I tried with af:richTextEditor its not showing actual space & font. Few extra line breaks are added.
    I tried af:outputText with escape=false it looks perfect. But all the menu items, command links, tab header label are started showing underlines and the UI looks odd. When I check the documentation it says
    "In addition, nearly all attributes are ignored when "escape" is set to false"
    I believe this is the reason the UI is showing odd.
    All I need is just to show a html content inside a panelGroupLayout. Any suggestions?
    Thiru

    Hi,
    here's what I think works best:
    1. add an ADF Faces inlineFrame component to the page
    2. Have the inlineFrame source property pointing to a servlet that reads and streams the HTML from the database as an HTML document
    Frank

  • Show HTML content as TextBlock string

    I need to show some string parsed as HTML content like TextBlock text i.e. no scrolling in text and size of control auto adjusts to size of string. I thought of converting the html to string and set this as content of textblock but I also want the formatted
    view of HTML tags. Is it even possible? If it is then how can I achieve this?

    >>Is it even possible?
    No, the TextBlock doesn't translate HTML tags like <b>bold..</b> to bold text if that's what you are trying to do.
    But you could use the WebView control and its NavigateToString method to load a local HTML string into it and display on your XAML page:
    http://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.xaml.controls.webview.
    Hope that helps.
    Please remember to mark helpful posts as answer and/or helpful.

  • Showing html content in xml

    Hi!
    I really cannot find any answers to my question.
    I'm using the spry framework for outputting a table, from a source xml. In some records the xml holds HTML elements like links and line breaks. I want these element to show up on the table created by the spry.
    If I simply want to output the table leaving the HTML tags in the xml, it simply doesn't load.
    If I use CDATA, for storing HTML content, js changes the < and > to &lg; and &gt; so links doesn't work.
    Do you have any suggestions about this? What should I do?
    Thank you in advance!

    You probably did not set the correct columntype for your data: setColumnType

  • MVC before page loads html content getting displayed

    I have built the application using MVC and when i am trying to re-direct from one view to other view i am building the contents in string builder putting into the view but before the page load i am getting this kind of html content
    later after few seconds i get the full view of the page 

    Please use the ASP.NET forums for MVC related questions:
    http://forums.asp.net/1146.aspx/1?MVC

  • Yahoo mail page shows blank content when opened in fedora 12. the same opens in windows

    I recently installed fedora core 12 on my lenovo ideapad s10-3 to dual boot with windows7. I connected to internet and opened yahoo mail. when i viewed a mail (any mail) it does not show any content. When I open the same mail in windows, I see the content. I am using Firefox browser in both operating systems.

    antivirus was not a problem since there was not one installed. Firewall settings are fine. I did just finally resolve this issue. Spyhunter was able to detect a couple of hijackers that the other programs did not and this fixed the problem. As I stated in the original post I did suspect this was the issue. The lesson learned is to run multiple malware programs until you find one that eliminates the problem if you suspect malware as the problem.

  • Open portal page via HTML URL out of the "Dynamic Navigation"

    Hi everybody,
    In our portal environment we have a page (page1) in which user can enter date. On another page (page2) in a different navigation node there is a report that shows the data. We want to provide a possibility to navigate directly from page1 to page2.
    Our idea was to have a KM-document iView  in the "dynamic navigation" of page1 with a link to page2.
    that works fine. but page2 is not opened in the whole window but in the dynamic-navigation-frame.
    the link looks the following:
    <A HREF="http://xxxxxxxx.xxx:1235/irj/portal/index.htm?navigationtarget=roles://portal_content/folder/role/workset/page/">
    Its obvious that the link is opened in the same frame because no target property is added to the href.
    I thought about adding a the "target" property to the  href, but I don't know how the Frame is named.
    I have tried this:
    <A HREF="http://xxxxxxxx.xxx:1235/irj/portal/index.htm?navigationtarget=roles://portal_content/folder/role/workset/page/" target="MainFrame">
    but it didn't work.
    Does anybody know how the MainFrame in the portal is named or has any other solution to my problem.
    Regards, Alex
    Edited by: Alexander Paulus on Nov 20, 2008 4:09 PM

    kind of simple
    user target="_top" to have the page displayed in the whole window.
    Regards, Alex

  • Need help to show html content in list

    I want to show content of different html files in JList. Please suggest me a better way, if possible with little code snippet.

    I have made changes in the code. Please check.
    list.setCellRenderer(new ListCellRenderer() {
                private JEditorPane []ep;
                private boolean isInitialized = false;
                public Component getListCellRendererComponent(JList mList, Object value, int index,
                                                            boolean isSelected, boolean hasFocus) {
                    try {
                        if (!isInitialized)
                            initialize();
                        ep[index].setBackground(isSelected ? new Color(184, 207, 229) : mList.getBackground());
                        //mList.setFixedCellHeight((int)ep[index].getPreferredSize().getHeight());
                        //ep[index].setOpaque(true);                   
                    } catch(Exception e) {
                        e.printStackTrace();
                    return ep[index];
                private void initialize() {
                    if (ep == null) {
                        String []networks = {"existing_network", "future_network", "NetworkDemo"};
                        ep = new JEditorPane[networks.length];
                        for (int i=0; i<networks.length; i++) {
                            try {
                                ep[i] = new JEditorPane();
                                ep.setPage("http://localhost" + ":9090/RS_UI/networks/" + networks[i] + ".htm");
    ep[i].setBorder(BorderFactory.createEtchedBorder());
    } catch(Exception e) { e.printStackTrace(); }
    isInitialized = true;
    There are two problems-Bigger problems is the size of each cell is not properly set and as a result, only the first line of each html file is viewed in the corresponding cell. Other parts are not shown. Second problem-refreshing. Please, I need your help.

  • Extract html content on load of a web page

    Hi Guys,
     I have a small question regarding IE add-on. i want to build a add-on which will extract html content whenever a web page loads in my browser and it should send the content to my application(Server) by ajex/http request afterwards. Can you please tell
    me how should I proceed?
                                                                             Thank
    You..

    What web browser are you using? Does it develop by yourself? Are you using C# , VB or C++?
    Please check this:
    Get The HTML Source of Any Web Page
    http://www.codeproject.com/Articles/2425/Get-The-HTML-Source-of-Any-Web-Page
    Writing HTML content to a webpage's DOM with a C++ BHO(you may find something useful in this.)
    http://www.codeproject.com/Articles/797515/Writing-HTML-content-to-a-webpages-DOM-with-a-Cplu
    For a Windows forms webbrowser control, you can get string containing the Html Source of a WebPage displayed in the WebBrowser Control by WebBrowser::DocumentText Property.
    https://msdn.microsoft.com/en-us/library/system.windows.forms.webbrowser.documenttext(v=vs.110).aspx
    Please provide more detail about this issue.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Diff between regular portal page and content area page?

    Hi.
    I have a content area page. Because I thought it would be nice to have "Edit Page" link on the page, I created a new portal page (yes, a portal page vs. a content area page).
    I created 2 regions.
    Region 1, portlet nav bar portlet from my content area.
    Region 2, root folder from my content area
    When I use the page, clicking on anything in the nav bar portlet takes me to a new page (my content area page), instead of updating the folder portlet on my new portal page.
    Is this by design?
    What the difference between a portal page and a content area folder?
    Thanks a bunch!
    Phillip

    Phillip,
    The two are indeed subtly different. The experts are on the content area forum but basically a content area page is designed to automatically provide easy navigation within a content area. This includes automatically "doing the right thing" for the navbar portlets.
    Note the links on the navbar portlet and their respective targets. They always target the content area page so that the navigation in a content area is seamless (i.e. the middle region updates w/ the current folder).
    Steve

  • How can i find the requested portal page in custom login.jsp

    We are using a customized login, logout and change password page built in JSP.
    The wwsso_ls_configuration_info$ has been updated to point to the customized
    JSP pages. Everything works fine so far but we would like to show different
    content inside the customized login page depending on which portal page that
    was requested.
    eg suppose the user requested a page that belong to page group X we want to
    show login page with html content relevant to page group X. If page group Y is
    requested, then it show relevant information for Y.
    The ssousername, password field and other parameter needed for login page will
    be left to the standard names defined by oracle login requirements.
    For this purpose, we need to find which portal page was requested by user in
    the customized login.jsp( as users tend to bookmark the portal page eg.
    http://domain/portal/page?_pageid=33,30983,33_30985&_dad=portal&_schema=PORTAL)
    Once i know the requested portal page, i can parse the _pageid to get the page group.

    Were you ever able to get this issue resolved? I would be interested in the solution if one was ever found. Thanks.

  • Mail 5.2 doesn't show html/attachments in Lion 10.7.3

    I recently upgraded to Lion from Snow Leopard.
    The problem is that Mail version 5.2 (1257) doesn't show html content or attachments. Even Apple's own templates from the application itself doesn't show correctly.
    I've made sure that the "show remote html content in the Preferences is checked.
    I've also tried to rebuild the mailboxes without any changes. Html-content and pictures stil doesn't show. 
    How can I fix this?
    Is there a command for the Terminal that can fix this?
    MBP 15" 2.2 GHz (10.7.2) 4GB RAM

    Step 1
    Mail ▹ Preferences ▹ Viewing ▹ Display remote images in HTML messages: check
    Step 2
    If you still have the issue, back up all data before proceeding further. Whatever happens, you must be able to restore your system to the state it's in now.
    Quit Mail if it’s running.
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ If you’re running Mac OS X 10.7 or later, open LaunchPad. Click Utilities, then Terminal in the page that opens.
    Drag or copy – do not type – the following line into the Terminal window, then press return:
    defaults delete com.apple.mail PreferPlainText
    Quit Terminal. Launch Mail and test.

  • URL for pages that contain content areas

    Hello
    I've created a Content Area that has many folders in it. I've created a new portal page with the content area and I want to use URL links to point to that page and a specific folder maintaining my portlets in their place. How can I construct the URL?
    Thanks

    Hi,
    I think I understand your question, however not sure.
    What you can do is url linking like:
    portalpages:
    http://localhost/pls/portal30/url/page/<pagename>
    (sub-folder) in contentarea's:
    http://localhost/pls/portal30/url/folder/<contentarea-name>/<subfolder>/<subfolder>etc
    Hello
    I've created a Content Area that has many folders in it. I've created a new portal page with the content area and I want to use URL links to point to that page and a specific folder maintaining my portlets in their place. How can I construct the URL?
    Thanks

  • Html Content without scrolling

    I need to show html content like a textblock in Store App 8.1. I have created a webview and navigate this webview to the html string
    coming dynamically. After this I call a script to disable the scrolling in WebView but I am not able to set the height of WebView according to the amount of content coming dynamically. I have created another webview to get the height of content but it returns
    wrong height and sometimes text is not shown. So whole view is ruined.I need to show html content without scrolling. I tried RichtextBlock but it does not parse all html tags properly. Can somebody provide a solution to it?

    What's the scenario for this issue?
    Matt Small - Microsoft Escalation Engineer - Forum Moderator
    If my reply answers your question, please mark this post as answered.
    NOTE: If I ask for code, please provide something that I can drop directly into a project and run (including XAML), or an actual application project. I'm trying to help a lot of people, so I don't have time to figure out weird snippets with undefined
    objects and unknown namespaces.

Maybe you are looking for

  • Error while changing the CoA

    Hi, I created a new company code by copying existing company code. Now when I am trying to change the Chart of Accounts I am getting an error message - Reset company code data before changing the chart of accounts. Please advice how can I fix the sam

  • Need to generrate a XSD with SOAP HEader

    i have a following XMl request that i need to send as to a REST service. its not a regular SOAP/http service but does have a soap envelope on it. i need to create a xsd for this request xml but i could not add the soap:envelope and soap:body correctl

  • Airport reception problems: SOLVED

    For me, at least. I did a number of things while trying to figure this out. Things I believe didn't contribute to the solution are marked with asterisks, and things I did have a number, with notes below. [*] Set router to channel 11. [*] Disabled IPv

  • How to use warning message

    Hello everyone! The message type of 'w' should have a yellow symbol on the status bar, right? But when I execute the code below, it produces the red symbol (X)... REPORT zmsgsamp        MESSAGE-ID s1. SELECTION-SCREEN BEGIN OF BLOCK a. PARAMETERS  : 

  • Pressing Enter key twice should submit the form

    I am trying to enter the chinese characters in the text box, chinese chracters will become a whole word only when we press the Enter key. But after entering a chinese character , if I press the enter key then the form got submitted. Instead the form