Repost: In Place Display of portlet

All,
My application consists of 3 HTML pages, of which the first, the app home page, is the
show method of the portlet. How can I get
all subsequent portlet pages to show up in the same region as the show method ?
Thanks

Hi Sanjay,
Take a look at the multi page sample portlet provided with the JPDK. This should help you out.
Regards,
Gareth

Similar Messages

  • In place display of Portlets

    All,
    Is it possible to get portlet content to
    display in-place. E.g You have a scheduler
    portlet with a hyperlink on an event. When you click on the event, the details and the form should show up in the same portlet area.
    Right now, when I click on the hyperlink, it takes me out of the page and directly to the form. I would like the form to show up within
    the portlet region.
    Thanks,
    Sanjay

    Hi,
    It is an enhancement which will be available in a future release of portal.
    Reg
    Sunil.
    null

  • How can i display a portlet in the Edit view only ?

    Dear All,
    I'm developing a portal in which the end user can change the content of the portal page (personalize) using Edit smart link and i ask How can i display a portlet in the Edit view only ? not shown in the production view ?

    Last time I heard with Oracle they said the only way is to look at the current URL. If it contais _mode=16 then we are in edit mode.
    This is a function I use:
    FUNCTION inEditMode return boolean is
    bEdit boolean := false;
    begin
    if PORTAL.wwpro_api_parameters.get_value('_mode', 'qaz') = '16' then
    bEdit := true;
    end if;
    return bEdit;
    end inEditMode;
    Kind regards
    Tomas Albinsson
    Stockholm, Sweden

  • How to place two narrow portlets in the same row of a wide column

    Hi,
    How to place two narrow portlets in the same row of a wide column.
    Im using ALUI 6.1
    Thanks in advance
    sandeep

    As I understand there is no easy way to do it now. I guess in theory that can be done by customizing ALUI page layout source code, but this is significant efforts. Correct me if there is more easy way to do it.
    Edited by Bryazgin at 05/23/2007 7:32 AM

  • Conditionally displaying a portlet based on parameter?

    Hi, I've been looking for a way to show or hide on a page a portlet (the standard Oracle search one, but it could be anything else) depending on whether a parameter is set to 0 or 1. So far the only "solution" I've found is to instead have two copies of the page, one with and one without the portlet in question, but obviously this scales very badly and is a bad idea from a maintenance POV.
    Is there a clean way to do something like this?
    Thanks,
    Cedric

    Yes, You can do it .. but it is little tricky. We have done something like this.
    First, you may know that all portlets are rendered by PPE , so we can not pass parameters to PPE to display particular portlets based on parameter.
    Instead, with in that Portlet, If the parameter is "N" then don't display any HTML from that portlet. Hope you know How to Pass page parameters to Portlets.
    Other way to implement this is by Portal Groups and granting access to those portlets,
    Still , if you are not convinced you can have a look at Portlet SecurityManager Class..
    Thanks
    Shan

  • Display a portlet outside the layout framework

    I have a need to display portlets, as defined in the EBCC and displayed via framework/portlet.jsp,
    but not display them through the layout framework. Normally, the portal page
    content (page.jsp) will call your layout template.jsp, which in turn calls <layout:render>
    to display each portlet in a column.
    I've tried the following:
    <%
    request.setAttribute(PortletRenderHelper.CURRENT_PORTLET_KEY, "myPortletName");
    %>
    <jsp:include page="portlet.jsp" />
    But I keep getting "Unable to retreive PortletState". Any suggestions? I could
    simply use <jsp:include page="../portlets/myPortletName.jsp" />, but then I lose
    the ability to set the minimize/maximize etc features in the EBCC.

    Adam,
    Portlets will have to be displayed within the layout framework. If you
    want just one portlet to be displayed, you can create a layout with just
    one table (with width=100%) and put your portlet inside that layout.
    That way you will be able to show your portlet jsp and still be able to
    use portlet features like maximize and minimize.
    Jalpesh.
    Adam Harvey wrote:
    I have a need to display portlets, as defined in the EBCC and displayed via framework/portlet.jsp,
    but not display them through the layout framework. Normally, the portal page
    content (page.jsp) will call your layout template.jsp, which in turn calls <layout:render>
    to display each portlet in a column.
    I've tried the following:
    <%
    request.setAttribute(PortletRenderHelper.CURRENT_PORTLET_KEY, "myPortletName");
    %>
    <jsp:include page="portlet.jsp" />
    But I keep getting "Unable to retreive PortletState". Any suggestions? I could
    simply use <jsp:include page="../portlets/myPortletName.jsp" />, but then I lose
    the ability to set the minimize/maximize etc features in the EBCC.

  • Conditional display HTML Portlet

    Hi all, how can I conditionally display HTML portlet? I have a couple of html portlets on the page, but I want to use the page para to control the display of them. For Java/plsql portlets, it's fine. I don't know how to do that for html portlets. Any advice or suggestion is appreciated.

    we want to embed the part of html in to portlet at run time. portlet has a single navigation parameter defined (for run time)
    so for example, i write a jsr portlet and then I drag the portlet from resource catalog (composer) on to the webcenter page during run time. and then we would pass
    www.xyz.com/index.html as a value of navigation parameter to the portlet. and portlet would consume this index.html.
    problem is what is the attribute within portlet which would get binded and finally consume the index.html at run time ? is it
    src = .......... ???
    is it file = ......... ??
    is it url = ........... ??
    what is it ?
    we are not using UCM so entire Content Presenter taskflows is useless for us
    if it is say src = ... attribute, then we were not able to PASS the index.html TO src attribute as Navig Param at run time.
    remember, even if we able to pass index.html to portlet .............. then we do not want portlet to show index.html URL but rather would want to show the content of index.html (which is "Hello There, Greetings from the server") to show.

  • How can I have user specific filters for information display on portlet?

    Hello Everyone !!!!!
    I am new to the Portlet World
    My query is..
    How can I have filters on a portlet screen ?
    I want to display certain information on a portlet which must be filtered and ordered.
    Example:
    In Internet Banking , I want to display transfers which had happened in the last month. So I ( as a user ) will keep this predefined somewhere may be in portletData.
    Whenever that user logs in for the next time, he will be able to view account transfers taken place in the lastest month only.
    This must be user specific. As another user can keep the setting in a different way. That is he/she might want to view account transfers for the last week only.
    When user clicks on a button a new screen( filter screen ) is loaded where he need to enter the dates of From and To .....
    The user saves this.....( may be in portletdata)
    So that when he logs in .. next time screen loads with the defined settings in filter....
    Any idea ? How can this be achieived ?
    Thanks in advance.... :-)
    Wating for a reply
    Message was edited by:
    dev2007

    Hey !!!
    Can anybody give me some idea regarding this ?

  • In place display of Portal content(not URL!)

    All,
    Created content area. create folder and
    added a couple of docs and a few text items to folder. exposed folder as portlet. I don't
    want Portal to take me in the content area.
    How can I see the content (inplace display)
    without the Portal dropping me into the
    content area ? When I was on 3.0.7, I was told that 3.0.8 would have it. Should we wait
    for the next version ?
    Thanks

    Are you using 3.0.8?
    With 3.0.8, subfolder links will render within the portlet. All other links will take you to the target document or content area.
    We're looking at different navigation models for future releases.
    Regards,
    Jerry
    null

  • How do I set number of rows displayed in portlet

    How do I specify how many rows will be displayed when I publish a workbook as a Portal Portlet ? I tried to set the number of rows per page using Plus, but this is not reflected in the portlet.

    Naviagte Ak Developer>Define Regions
    define Display Rows

  • Number with more than 10 decimal places display as 0 in report

    We have a number stored on a table as this long with several decimal values.
    2440.159999999999854480847716331481933593
    On one PC it display in a Crystal report as 0 and to another user it displays at the 2440.   The report formats the display field with 0 decimal places.
    Is there a max precision setting at the database level that is causing this? 
    It seems I can add an SQL express as follows:
         Round ("ORDER_RELEASE"."TOTAL_WEIGHT", 2) to resolve the issue but cannot determine could be causing the differences in display among two different client PCs running the same report.

    Hello,
    CR was built using C++ and therefore the max number is 15 digits plus 1 for the sign of the number.
    Cause could be different runtime of MS C++ but hard to say for sure. I any event the only work around is to use  Store Procedure and break the field into 2 parts. The in CR add a text object and drop the fields into it next to each other. For doing any calculations on them you'll also have to do that in the SP or handle each field manually.
    Thank you
    Don

  • How to get the exact decimal places displayed while exporting to Excel?

    Hi All,
    I have a requirement to display the exact decimal place values in my report. In my pivot table, i duplicated a column named order number and converted to percentage by applying these conditions Show Data As-> Percent Of-> Column. I got a resultant column with one decimal point. As i needed two decimal points i took the xml of the report and changed the minDigits='2' and maxDigits='2' values like this. After that i got the accurate answer. But when i export it as excel sheet it is not showing the % column properly. The values after 0 is not getting displayed. Any solution for this?
    Thanks in Advance
    Thenmozhi

    Hi Thenmozi,
    You can try adding the below statement in the Custom CSS section of the your column properties.
    mso-number-format:"\@"
    Edit your report--> Criteria-->which column you want to display in excel click column properties --> select CCS--> Paste here above code.
    Second way:
    Edit your report --> criteria-->click fx option for your column and apply the below code.
    2. '<span style="display:none">&nbsp</span>' || CAST(your column name AS CHAR)
    Award points it is useful.
    Thank,
    Satya

  • Decimal places display at the time of results recording

    Dear All,
    Please i faced one problem, At the time of results recoridngi/.e,
    In my insp. plan i defined Quantitative specification as 70.0 with '1' decimal place in Qunatitative data. but after results recording it displaying one more decimal place excessi.e., as 70.00. How can i solve this problem, due to what this problem is occure. Please if any, solve its urgent.
    Regards,
    Vijaya

    Dear Vijaya,
    While entering Inspection Characteristics.. There is a field called DecPlaces on the right. its the  24th field on the item table.
    The field comes after
    Method, Insp Method plant, Version, Sampling Procedure, Sample Unit of Measure, Base Sample Quantity, SPC Criterion, Modification Rule, Test Eqpmt, Test Equip Short Text, Par Sample, DecPlace, Unit of Measure, Target Value, Lower spec Lmt, Upper Spec Lmt... and so on...
    Regards
    Vijay

  • Is it possible to place display co-ordinate for page item

    hi,
    In any one of the reagion, if i want to display the label as "Name" in Row Number 15, column no 10 (assuming screen size is 25 rows and 80 characters ) and input column on specified row and column. (here row is vertically numbered and column is horizontally numbered) This will facilitate myself to place any page item in anywhere. Using Ajax, possibility may also be suggested so that i shall try to explore it.
    Help is thanked in advance

    dr.s.raghu,
    You can position elements using absolute positioning but this will not be as easy as it sounds. You may need to create a very specific theme (or at least a few templates) for this.
    Have a look at this:
    http://www.w3schools.com/css/pr_class_position.asp
    Regards,
    Dan
    Blog: http://DanielMcGhan.us/
    Work: http://SkillBuilders.com/apex/

  • Customize the display of portlets in Available Portlets frame

    Hi,
    Is there a way in which we can customize the appearance of portlets and providers in the "Available Portlets" frame of the "Add Portlets to Region" page? We have a large number of portlets and providers and would like to classify and display them to the users when they customize the page. This sort of thing has been done on my.oracle.com.
    Any inputs/suggestions will be appreciated.
    Warm Regards,
    Rupesh

    Hello
    The Portlet Repository is a standard Content Area.
    1 - Go in the portlet repository
    2 - Click on edit button (top right og the page)
    3 - Now you can re-oraganize it
    Regards

Maybe you are looking for