Navigation Parameters

Report Navigation not sending Variables after 14 columns on report mater report. The child report does not receive parameters from master report after 14 columns are added to the master report, the report will work with 13 columns. I had the same issue with anther report but 11 columns were the limit. I was able to fix the issue by staying under the column limit and once the issue was fixed with changing the column order by's in Answers. Anyone have any suggestions or has anyone seen this before?
Thanks

This issue is not 100% resolved. Putting an answers order by on all columns for the parent report allowed us to send up to 7 parameters to the child (navigation) report. We are currently trying to send 14 parameters via a report navigation and all the columns will not all be sent unless we manually fill out all report prompts then hit the navigation column. Only then, will the child report called via navigation recieve all the parameters/prompts defined in the child reports "is prompted" filters.
Thanks

Similar Messages

  • I got a NEW problem with Facebook - which doesn't accept now to open because Moz-Firefox [prefered & usual navigator] parameters "wouldn't accept cookies" ! BUT, the parameting is OK - it SHOULD work ! I DO NOT know what to do with [?!?] Tks.

    1. Message from Facebook →
    « Cookies nécessaires >>>
    Votre navigateur internet n'accepte pas les cookies. Vous devez modifier cette option dans vos paramètres de sécurité avant de continuer. »
    2. My parameting →
    « Accepter les cookies > Yes
    Accepter les cookies tiers > Yes too
    Conserver > Jusqu'à leur expiration »
    3. That was Ok before - don't know what happended - IMPOSSIBLE to repair.
    Thanks for helping with my favorite navigator !
    Ifanelix

    Please review the information found on this web page: [https://support.mozilla.com/en-US/kb/Options+window+-+Privacy+panel?s=Privacy+Options&as=s#Use_custom_settings_for_history Setting Firefox to Accept Cookies]
    Please make sure to check the following options:
    1. Accept cookies from sites
    2. Accept third-party cookies

  • Navigation doubt

    Hello SDN,
    I am trying to create an authentication Web Dynpro DC. It would work as follows:
    Using an start plug in the main window it should receive two navigation parameters: login, and password.
    If authentication is ok, it should redirect to another used DC. If it is not, it should show an auth error message.
    I had have a problem with process flow, because the event wdDOInit of the main view is excuted first than onPlugDefault of the main window, and It does not allow to call a view method (a navigation plug) from a window.
    Do you have any ideas?
    Thank you in advance.
    Regards,
    Gustavo Pabon.

    Hi Gustavo,
              In the embedding DC create a method which contains code for calling that component means the life cycle of embedded compoenent should be manual and use IWDComponentUsage class for creating and destroying compoennet . if u have a  button in ur logon view assocaite i eith some action and the acton event handler(method) check the valid user  if it is then call the method (component creation)or fire plug to error view create inbound plug in error view , two outbound plugs in logon view one for error view and second for Interface view of used component .
    Thanks,
    Yashpal
    give appropriate points!

  • How to wire OmniPortlet parameters in 11.1.1.4

    Is it possible to implement inter-portlet communication from JSR286 portlet to OmniPortlet provider?
    The old way which was based on JSR186 page parameter no longer works. The new way is I suppose to use public render parameter in the code of the consuming portlet. But how to use a public render parameter in OmniPortlet? I tried several different ways such as '##Param1##, ##ProductIdParam## and it did not work. I can't see a way to wire my public render parameter to OmniPortlet parameters.
    Here is some additional background. I am trying to implement old WebCenter tutorial on 11.1.1.4. There is a new version of the tutorial available but it does not include OmniPortlet, it was removed from the tutorial.
    It is no longer possible to follow the old version Oracle Fusion Middleware Tutorial for WebCenter Developers because WebCenter 11.1.1.4 implements JSR286 instead of JSR167, and Enable inter-portlet communication using Oracle WSRP V2 extensions option is no longer available.
    The following are tutorial instuctions that I could no longer follow because Navigation parameters could not be created:
    "On the Portlet Navigation Parameters page, let's create a navigation parameter based on the product ID.
    Navigation parameters are a WSRP 2.0 feature. This page enables you to specify external parameters to be consumed by the standards-based portlet, and only displays if you select the Enable inter-portlet communication using Oracle WSRP V2 extensions option on the first page of the wizard.
    In the Structure window for the MyPagePageDef.xml (page definition) file, expand executables, expand OmniPortlet1_1 then parameters, then select the portlet variable Param1. While the variable is selected, you should be able to view the properties for it in the Property Inspector. Set the pageVariable property to Products1_1_productId"
    Thank you,
    Igor

    Hi,
    you can find extract rules option under extract task in the workspace and HFM client. It will extract as .rle format and use rules migrator utility to convert it to .xml file.
    In the latest version 11.1.2.2.300 you have the option to view the rules in the graphical format in calculation manager.
    thank you
    Regards,
    Mahe

  • Detailed navigation wont remove completely

    Hi,
    I've been through all the threads  on SDN and as a result have removed all but the content area from my default framework page and set the 'set to invisible in navigation parameters' to yes for all the iviews in the role.
    However I'm facing two issues.
    Firstly, for all ESS screens the small right arrow 'expand' icon remains present for the detailed navigation window. Clicking on it will open a blank window which is not ideal. Can anyone advise how to remove the navigation window completely so that the expand arrow does not appear?
    Secondly, rather randomly, for the family member depenendents page the detailed navigation appears as expanded despite being set to 'always close' in the view properties within the role (all other pages are fine). Can anyone advise how to overcome this?
    Thanks
    Phil

    Kirstoffer,
    I would check the registry under Microsoft Software registry entries. There is a diagnotic tool or you could check the following manually.
    HKCR = HKEY_CLASSES_ROOT
    HKLM = HKEY_LOCAL_MACHINE
    HKCU = HKEY_CURRENT_USER
    http://support.microsoft.com/?kbid=917925
    James

  • Passing parameters between portletized ADF Faces applications, possible?

    Hello,
    In the developer guide, section 4.5.3 (http://download-east.oracle.com/docs/cd/B32110_01/webcenter.1013/b31074/jpsdg_pages.htm#CHDGGCGE) it says that you can synchronize portlets using an ADF Faces component value. However, that example do not use a value coming from a real portlet, the parameter come from a selectOneChoice define in the container page.
    Is there a way to achieve the same thing but with the selectOneChoice being placed in the WSRP 2.0 portlet? Basically the communication scheme is WSRP 2.0 to WSRP 2.0 which is something possible using URL parameters. However, the problem with JSF components is that they pass their values through a JavaScript launched POST submit so the values are never added to the URL and even worst, you cannot be sure of the generated parameter name as it depends on the context in which the component exists (mainly the presence of a parent NamingContainer) and the only way to know that parameter name for sure is to have a way to call component.getClientId(facesContext) which is impossible for the portlet container and therefore for the other portlets.
    To put it shortly, is there a way to send a navigation parameter from a portletized ADF Faces application to its container page beside using goButton and goLink (we need to keep the action/actionListener functionality)?
    Regards,
    Simon Lessard

    Can someone explain how to assign a value to a parameter in JSF like in the ParameterFormPortlet source code? Something in replacement of this :
        if (viewMode)
          // Set the new parameter values. These will be intepreted by the
          // container as navigational parameters as the names match the names of
          // the declared parameters.
          actionResponse.setRenderParameter(PARAMETER1, param1);
          actionResponse.setRenderParameter(PARAMETER2, param2);
          actionResponse.setRenderParameter(PARAMETER3, param3);
        }I mean, how to replace setRenderParameter to achieve the same thing inside a JSF binding bean for example. Is it possible via the PortletContext?
    Thanks in advance for any hint.
    Jean-Philippe

  • Passing parameters accross multiple forms

    I want to call formB from formA and pass parameters while doing it.
    BLOCK2 in formA contains a textitem named EMPID and I wand to pass the value in it to textitem named EMPID in BLOCK4 of formB.
    I created a parameter list and added items and values to it.
    I use call_form with the required entries to call formB.
    ---- Code used by me for creating parameter in formA and calling formB starts here ------
    DECLARE
         PLID PARAMLIST;
    BEGIN
         PLID := GET_PARAMETER_LIST('PL');
         IF NOT ID_NULL (PLID) THEN
              DELETE_PARAMETER ('PL','P_EMPID');
         ELSE
              PLID := CREATE_PARAMETER_LIST('PL');
         END IF;
         ADD_PARAMETER('PL', 'P_EMPID', TEXT_PARAMETER, :BLOCK2.EMPID);
         CALL_FORM('C:\Project\formB', HIDE, NO_REPLACE, NO_QUERY_ONLY, 'PL');
    END;
    ----------------------- Code ends here ---------------------------------
    I added a parameter in object navigator/parameters and named it P_EMPID of type Char and length 11 (b'coz, :BLOCK2.EMPID is Varchar2(11))
    Also, I have written the following code in formB:
    :BLOCK4.EMPID := :PARAMETER.P_EMPID;
    I have written this code in the following three places of formB:
    1) WHEN-NEW-FORM-INSTANCE --> form-level trigger
    2) PRE-FORM --> form-level trigger
    3) PRE-QUERY --> block-level(BLOCK4) trigger
    Additionally, I also tried using GET_PARAMETER_ATTR to get the parameter value in WHEN-NEW-FORM-INSTANCE of formB. It is as follows:
    -------- Code for retreiving parameter in WHEN-NEW-FORM-INSTANCE of formB starts here ---------
    :BLOCK4.EMPID := :PARAMETER.P_EMPID;
    DECLARE
         P_EMPID VARCHAR2(11);
         PLID PARAMLIST;
         PARAM_TYPE NUMBER;
         CURRENT_VALUE VARCHAR2(11);
    BEGIN
         PLID := GET_PARAMETER_LIST('PL');
         IF NOT ID_NULL (PLID) THEN
              GET_PARAMETER_ATTR('PLID','P_EMPID',PARAM_TYPE,CURRENT_VALUE);
              :BLOCK4.EMPID := CURRENT_VALUE;
         END IF;
    END;
    ----------------------- Code ends here ---------------------------------
    In spite of all the above, when formB tries to start, I get FRM-47023 No such parameter named P_EMPID exists in form formB
    What do I need to do?
    Thanks,
    Preethi

    I suppose you shouldn't try to extract parameter value from parameter list in WHEN-NEW-FORM-INSTANCE as Forms do it for you. Just use :parameter.P_EMPID. Of course, you may also use global variable or some package variable (if sharing library datf), or record group, created with GLOBAL_SCOPE.

  • How to call a form from one form to another form with parameter..

    i'm having a from that will shows the info about the orders that the client has. and i want to show the information of the client. for that i have created one form and i want to call the form from my current form with the given client name as a parameter. then the client_info form has to query with the given parameter. so im passing the :client_order_info.client_name as parameter to the call_form('client_info.fmx',:client_order_info.client_name); but my question is how to access that parameter in the client_info form.. plz help me.. i tried a lot ..

    Create a parameter (object navigator -> parameters) with the name client_name and you can access that value in your client info form using :PARAMETER.client_name.
    P.S. while calling you can pass parameter using 'cilent_name =>' to make sure that the correct parameter is getting assigned to the value.

  • HCM Processes and Forms: Work Item is not opening

    Hi,
    We are implementaing HCM processes and forms using NWBC (EHP7 - HR Renewal 2.0 FP1) and after using configuration of POWL inbox for MSS and HR Admin, We are not able to launch the Work Item.
    1) In MSS Work Book, while launching, we are getting message  -
    Failed to resolve Object Based Navigation target ".MSS_WL.NAVIGATE_FORM_WD". Use transaction PFCG to define this OBN target in a role or contact your system administrator to assign a role with the relevant OBN entries to your user.
    2) For HR Admin, we are getting message - Work Item can only be open using Portal and UWL. and it is displaying back end transaction SWNWIEX.
    Detail configuration steps are shown as below -
    Workflow Task used in configurations -
    1) Entries in IBO_C_WF_TA_P_SC  (Assign Task ID’s to POWL Types)
    2) IBO_C_WF_ACC configuration - (Define Tasks and Actions)
    3) IBO_C_WF_APC configuration (Provide Details of navigation parameters)
    4) IBO_V_WF_TTAC (Assignment of Actions to the Tasks)
    5) IBO_C_WF_TAC (Specify Default Action)
    Error -
    1) MSS -
    2)HR Admin -

    Hi Guru,
    Any input..its urgent!.
    Regards,
    Vijay

  • How do I post to a new page when the 1st page is full?

    How do you create a bul. board where the posts go on a 2nd
    page when the first page is filled ...and 3rd page when 2nd is
    full, etc ... Maybe I can stick a wordcount in a while loop before
    the CFOutPUT Tag? Is there such a variable that holds a word count
    or better still, a line count?
    thnx a billion, please, please help!

    Check out this code-Use a cfc which will be the same for you
    and then change my query for yours in the .cfm HTHs:
    functions.cfc:
    <cfcomponent output="yes">
    <!--- Next x record function --->
    <cffunction name="nextXpage" access="public"
    returntype="struct" hint="Next x page function" output="No">
    <cfargument name="recordcount" required="Yes" default="0"
    type="numeric" hint="The total numbers of records / values">
    <cfargument name="page" required="Yes" type="numeric"
    default="0" hint="The page number that you are currently on. (for
    example URL.page)">
    <cfargument name="maxrows" required="No" type="numeric"
    default="10" hint="The maximum records / values to be displayed per
    page">
    <!--- Define the return structure --->
    <cfset var nextXpage = structNew()>
    <!--- Calculate how much page are available according to
    the maxrows displayed --->
    <cfset nextXpage.pagecount =
    CEILING(arguments.recordcount / arguments.maxrows)>
    <!--- Set the maximum rows to be displayed --->
    <cfset nextXpage.maxrows = arguments.maxrows>
    <!--- Set the currentpage --->
    <cfset nextXpage.currentpage = arguments.page>
    <!--- Set the currentpage --->
    <cfset nextXpage.recordcount = arguments.recordcount>
    <!--- Set the startrow value --->
    <cfif arguments.page eq 1>
    <cfset nextXpage.startrow = 1>
    <cfelse>
    <cfset nextXpage.startrow = (arguments.page *
    arguments.maxrows) - (arguments.maxrows -1)>
    </cfif>
    <!--- Define the previous and next values. --->
    <!--- Next values --->
    <cfif arguments.page neq nextXpage.pagecount>
    <cfset nextXpage.next = true>
    <cfset nextXpage.nextpage = arguments.page + 1>
    <cfelse>
    <cfset nextXpage.next = false>
    <cfset nextXpage.nextpage = 1>
    </cfif>
    <!--- Previous values --->
    <cfif arguments.page eq 1>
    <cfset nextXpage.previous = false>
    <cfset nextXpage.previouspage = 1>
    <cfelse>
    <cfset nextXpage.previous = true>
    <cfset nextXpage.previouspage = arguments.page - 1>
    </cfif>
    <!--- Return the structure --->
    <cfreturn nextXpage>
    </cffunction>
    </cfcomponent>
    Then on your output page where you have the info:
    .cfm page:
    <cfquery name="qrysales"
    datasource="davanzo_villa.admindb" >
    SELECT DISTINCT
    clientinfo.Id, clientinfo.RemoteAddress, clientinfo.visit,
    clientinfo.country
    FROM clientinfo
    order by clientinfo.Id
    </cfquery>
    <!--- display hit counter --->
    <cfquery name="GetHits">
    SELECT * FROM hit_counter
    </cfquery>
    <cfparam name="URL.page" default="1">
    <!--- Determine the navigation parameters --->
    <cfset functions =
    createobject("component","functions")>
    <cfset nav =
    functions.nextXpage(qrysales.recordcount,URL.page,15)>
    <table width="792">
    <h4>Total Hits: <CFOUTPUT
    query="GetHits">#hit_count#</cfoutput></h4>
    <h4>Total Unique Visitors:
    <cfoutput>#qrySales.RecordCount#</cfoutput></h4>
    </table>
    <table width="792">
    <tr><td>
    <cfoutput>Unique Visitors: #nav.recordcount# (page
    #nav.currentpage# of #nav.pagecount#)
    <cfif nav.previous>
    <a
    href="hitcount.cfm?page=#nav.previouspage#">Previous</a>
    <cfelse>
    Previous
    </cfif>
    <cfif nav.next>
    <a
    href="hitcount.cfm?page=#nav.nextpage#">Next</a>
    <cfelse>
    Next
    </cfif>
    <ul>
    <cfloop From = "1" To = "#nav.pagecount#" index =
    "pagenumber">
    <cfoutput>
    <a
    href="hitcount.cfm?page=#pagenumber#">#pagenumber#</a></cfoutput>
    </cfloop>
    </ul>
    </cfoutput>
    </td></tr>
    </table>
    <table width="792">
    <tr>
    <td>Date</td>
    <td>Visitor Number</td>
    <td>Visitor`s IP Address</td>
    <td>Visitor`s Country</td>
    <td>Path Taken</td>
    </tr>
    <cfoutput query="qrysales" startrow="#nav.startrow#"
    maxrows="#nav.maxrows#">
    <tr>
    <td>#qrySales.visit#</td>
    <td>#qrySales.id#</td>
    <td>#qrySales.RemoteAddress#</td>
    <td><cfif qrysales.country neq ""><a
    href="country.cfm?Remote_Addr=#qrysales.RemoteAddress#">#qrySales.country#</a><cfelse><a
    href="country.cfm?Remote_Addr=#qrysales.RemoteAddress#">Find
    country</a></cfif></td>
    <td><a href="hitpathdetails.cfm?id=#id#">See path
    taken</a></td>
    </tr>
    </cfoutput>
    </table>

  • Step 11 of webcenter tutorial portlets Interaction is not working

    I completed the tutorial. Everything worked except for the interaction between the portlets. When I click on Show Details on the Products portlets nothing changes in the Product Information portlet!?
    I reviewed and validated that all steps were done as described but couldn't get the interaction to work.
    1. Ran MyTutorialPortlets view.jsp page and data was displayed correctly.
    2.The webcenter MyPage.jspx shows both portlets with data displayed correctly on initial display. And the partialTriggers on second portlet references the id of the first portlet (no colons were used)
    3. MyTutorialPortlet's oracle-portlet.xml has the productID as a parameter
    Here is the all the relevent code that will help in identifying the error:
    MyTutorialPortlet's oracle-portlet.xml seems correct:
    <portlet-app-extension xmlns="http://xmlns.oracle.com/portlet/oracle-portlet-app">
    <portlet-extension>
    <portlet-name>Products</portlet-name>
    <navigation-parameters>
    <name>productID</name>
    <type xmlns:xsd="http://www.w3.org/2001/XMLSchema">xsd:string</type>
    <label xml:lang="en-US">Product ID</label>
    <hint xml:lang="en-US">Enter Product ID</hint>
    </navigation-parameters>
    <portlet-id>1291666545877</portlet-id>
    <allow-export>true</allow-export>
    <allow-import>true</allow-import>
    <require-iframe>false</require-iframe>
    </portlet-extension>
    <allow-export>true</allow-export>
    <allow-import>true</allow-import>
    </portlet-app-extension>
    MyPage.jspx
    <adfp:portlet value="#{bindings.Products1_1}"
    id="portlet1" background="dark"/>
    <adfp:portlet value="#{bindings.OmniPortlet1_1}"
    id="portlet2" height="230px"
    partialTriggers="portlet1"
    background="dark"/>
    MyPagePageDef.xml
    <parameters/>
    <executables>
    <variableIterator id="variables">
    <variable Name="Products1_1_productID" Type="java.lang.Object"/>
    <variable Name="OmniPortlet1_1_Param1" Type="java.lang.Object"/>
    <variable Name="OmniPortlet1_1_Param2" Type="java.lang.Object"/>
    <variable Name="OmniPortlet1_1_Param3" Type="java.lang.Object"/>
    <variable Name="OmniPortlet1_1_Param4" Type="java.lang.Object"/>
    <variable Name="OmniPortlet1_1_Param5" Type="java.lang.Object"/>
    </variableIterator>
    <portlet id="Products1_1"
    portletInstance="/oracle/adf/portlet/ProductsWSRPProducer/ap/Ei1291666545877default_c189133b_012c_1000_8001_0a0a0a0c1cb8"
    class="oracle.adf.model.portlet.binding.PortletBinding"
    retainPortletHeader="false"
    xmlns="http://xmlns.oracle.com/portlet/bindings">
    <parameters>
    <parameter name="productID" pageVariable="Products1_1_productID"/>
    </parameters>
    <events>
    <event name="Products1_1_Event" eventType="ParametersChange"/>
    </events>
    </portlet>
    <portlet id="OmniPortlet1_1"
    portletInstance="/oracle/adf/portlet/OmniProducer/ap/Portlet100_c1b2d1c1_012c_1000_8002_0a0a0a0c1cb8"
    class="oracle.adf.model.portlet.binding.PortletBinding"
    retainPortletHeader="false"
    xmlns="http://xmlns.oracle.com/portlet/bindings">
    <parameters>
    <parameter name="Param1" pageVariable="Products1_1_productID"/>
    <parameter name="Param2" pageVariable="OmniPortlet1_1_Param2"/>
    <parameter name="Param3" pageVariable="OmniPortlet1_1_Param3"/>
    <parameter name="Param4" pageVariable="OmniPortlet1_1_Param4"/>
    <parameter name="Param5" pageVariable="OmniPortlet1_1_Param5"/>
    </parameters>
    <events>
    <event name="OmniPortlet1_1_Event" eventType="ParametersChange"/>
    </events>
    </portlet>
    Please see if you can provide a solution.
    Thanks

    Here is the code.
    // Form field names
    public static final String PARAMETER1 = "productId";
    public static final String FORM_PARAMETER1 = "form_Parameter1";
    public static final String FORM_SUBMIT = "dosub";
    // Portlet Modes
    public static final String MODE_NAME_PARAM = "mode";
    public static final String MODE_VIEW = "view";
    public void processAction(ActionRequest request,
    ActionResponse response) throws PortletException,
    IOException {
    // Determine what kind of action we have by examining the mode parameter
    boolean viewMode =
    MODE_VIEW.equals(request.getParameter(MODE_NAME_PARAM));
    // Extract the form field parameter and pass it through as a portlet parameter
    String param1 = request.getParameter(FORM_PARAMETER1);
    if (param1 == null) {
    param1 = ProductsBean.DEFAULT_PRODUCT_ID;
    if (viewMode) {
    // Set the new parameter values. These will be intepreted by the
    // container as navigational parameters as the names match the names of
    // the declared parameters.
    response.setRenderParameter(PARAMETER1, param1);
    } else {
    // Determine which action.
    String okAction = request.getParameter(OK_ACTION);
    String applyAction = request.getParameter(APPLY_ACTION);
    if (okAction != null || applyAction != null) {
    // Save the preferences.
    PortletPreferences prefs = request.getPreferences();
    String param = request.getParameter(PORTLETTITLE_KEY);
    prefs.setValues(PORTLETTITLE_KEY, buildValueArray(param));
    prefs.store();
    if (okAction != null) {
    response.setPortletMode(PortletMode.VIEW);
    response.setWindowState(WindowState.NORMAL);
    Thanks

  • Are WSRP 2.0's shared-render-parameter supported in 10.1.3.2?

    Hello,
    Is that part of WSRP 2.0 already implemented in WebCenter 10.1.3.2? If so, how should I define the xsd in portlet.xml? I'm trying with http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd but it gives me the following error:
    org.xml.sax.SAXParseException: unexpected root element (uri:"", local:"portlet-app").
    Expected elements are <{http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd}portlet-app>Thanks,
    Simon Lessard

    Nvm, I found the answer in a previous post: Re: How to use Public Parameters (Navigation Parameters) for Faces Portlets
    Sorry,
    Simon Lessard

  • How to display disabled refinements?

    Hi,
    I'm trying to display disabled refinements in the reference wine application. As per the guide, by adding the Ndr paramater, we can achieve this. I appended the below to my query but it is not displaying the disabled refinements. Kindly suggest solutions.
    For Wine Type(dimension id - 6200)
    For dimension 'White' of type 'Wine Type', dimesion id is 8013
    Ndr=textsearchesinbase+true+basedimid+6200&Ntt=white&N=8013
    As a result of this query, I am not getting the disabled refinements, but getting the below :
    nav_breadcrumbs_stack
    Current Navigation Parameters:
    Text Search > Property: null > Mode: null > Terms: white
    Wine Type > White
    nav_controls:
    Additional Query Parameters:
    Wine Type
    Chablis
    Chardonnay
    Gewurztraminer
    Pinot Blanc
    Sauvignon Blanc
    Semillon Chardonnay

    Hi,
    Any suggestions on this please?

  • Turning application into portlet: inter-portlet comunications

    Hi there,
    I am turning my application into a portlet. I need to add some navigation parameters to the portlet to communicate with the page on which it resides and with other portlets on that page.
    Selecting Create navigation parameters for events during the creation of Create Portlet Entry I can create navigation parameters for any events exposed by the page.
    I didn't get how to add these events to the page. How can I achieve that?
    I am working with Jdev 11g.
    Thanks,
    Al

    Try posting the question on the WebCenter forum.
    Basic reading here: http://download.oracle.com/docs/cd/E12839_01/webcenter.1111/e10148/jpsdg_pages.htm#CHDJABHD

  • Portlet JSR 168

    hi ..
    I can add navigation parameters to portlet JSR 168 by adding the parameters in oracle-portlet.xml .. where it is the only way for portlet communication .
    now I create JSF Application and expose it to JSR 168 -by adding portlet.xml file - it work good but I want to add navigation parameters for this portlet , how ??
    thanks

    You need to deploy to a WLS and then register the WSRP producer to your consuming application.
    You can read my paper about portlets: http://www.yonaweb.be/sites/default/files/ipc_0.pdf
    It explains the basic on how to create and consume portlets in WebCenter 11.1.1.3

Maybe you are looking for

  • Requested Delivery Date in VL10

    Dear All how to get "Reqested Delivery Date" Col. in Open Sales order Report ( VL10 ). Pl help Regards Ramesh Barve

  • Advice Needed: Filtering/Adding effects to multiple tracks

    I'm writing a dance song, and at one point would like to apply a few filtering sweeps on selected drum tracks. Which is the best way to do it? Is it to bounce down the tracks into an audio file, then apply the effects onto that file by itself, or is

  • Scroll ball only one way-down.

    My wireless mouse scroll ball only works down and is unresponsive up. This symptom occured before and seemed to cure itself. There was a time in the past when it was intermittent. I dropped the mouse earlier today. Could it have suffered brain damage

  • Restore and sync

    I needed to restore my phone and accidently restored it to "Tracy's" phone which has factory settings. Not paying attention I clicked the sync button. Everything is gone!!!! Now when I try to restore, it uses the last sync time and nothing is restore

  • [svn:fx-trunk] 12078: Fix for change events in Slider and ScrollBar.

    Revision: 12078 Revision: 12078 Author:   [email protected] Date:     2009-11-21 00:14:46 -0800 (Sat, 21 Nov 2009) Log Message: Fix for change events in Slider and ScrollBar. They now dispatch change events as before, whenever the user alters the val