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

Similar Messages

  • Interactive notifications  not working in my 5s

    uupdated my iphone yesterday but after  update my interactive  notifications  not working 

    Have you restarted your iPhone?  http://support.apple.com/kb/TS1702
    Restart the app
    Close the app and open it again.
    Restart your device
    Turn the device off and on.
    If that does not help, reinstall iPhoto - that fixed the same problem for me, but that will delete the iPhoto library, so your journals and slideshows will be lost. You may want to make a backup of your iPhone before you try that.
    Reinstall the app
    Remove the app from your device and reinstall it. Remember that deleting an app also deletes its data.
    Delete the app.
    Press the Home button.
    Go to the App Store and download the app again.
    Wait for the app to download, then open it from the Home screen.
    If the download stops, you can resume it.
    If even reinstalling iPhoto does not help, restore your iPhone:  http://support.apple.com/kb/TS3281

  • Captivate 7 | Interaction template | Not working on tablets

    Hello,
    I have a problem with the interation templates provided in the Captivate 7.
    Opening a blank project, I have insert a tab interactive template (ref screenshot below) from the option Insert > Interaction. After publishing project to HTML 5 the output is working fine on iPad. Later for the same project I have inserted some background and text within the interaction template and published again to HTML 5 and checked the output in the iPad and the interactions were not working as previously.
    Regards
    Chandru

    This is the Elements forum. Try copying your question again here:
    https://forums.adobe.com/community/adobe_captivate

  • Interactive Reports not working with APEX listener

    Hi,
    I have posted this question APEX listener forum couple of weeks ago but very few responses.
    If any one from here can help then it would be great.
    Interactive Reports not working with APEX listener
    Best Regards,
    Baig

    Sorry for late response.
    It was a firewall issue

  • Webcenter tutorial supporting files does not contain script, portlet

    As per webcenter tutorial, the webscentertutorial*.zip should contain script, portlets etc.
    But the download of supporting files from http://www.oracle.com/technetwork/middleware/webcenter/overview/index.html contains only the followings.
    images
    skins
    templates
    Please let me know how can I get the script, portlets and other stuffs required for completing webcenter tutorials.
    Thanks In Advance
    Priya

    Hi again
    Official doc about export resource: http://docs.oracle.com/cd/E17904_01/webcenter.1111/e10148/jpsdg_srm.htm#CFHDJBAC
    Official doc about Skin as Portal Resource: http://docs.oracle.com/cd/E25178_01/webcenter.1111/e10148/jpsdg_skin.htm#BAJFAHFG
    You have to put your path + file name to export your ear file.
    If you don't see your created file in the path that you configured then see Messages - Log of JDeveloper if you have permission problems to write.
    Regards.
    PD: Sorry i mistake talking about .mar file instead of EAR file

  • WebDynpro ActiveX  Button in Interactive form- not working in IE

    Hi,
    1)     I am working with Interactive forms in WebDynpro. When I deploy the application, the PDF form is opens in a browser window, But the WebDynpro ActiveX button ( to call a method in view Controller) is not working.
      When I copy the URL and try in another sysetm, its working.
      I hope the probelem is with the browser settings.
    2) And also, the 'https' URLs does not work properly in my IE.
    Can you give me a solution for these problems?
    Thanks,
    Prabhakar.

    Hi Prabhakar,
    I doubt this is anything to do with the browser. Please let me know if you have already installed SAP Active Control Framework on your desktop.
    I think this might be an issue. Also check for Adobe Reader version in both the machine.
    Cheers
    Satya

  • Interactive buttons not working on interactive pdf when the Indesign links are set correctly

    Hi all,
    I have one Indesign CS6 manual containing 17 files, 126 pages. This has been set to a book file.
    This has been translated into 14 languages and now we are having problems creating the interactive pdfs.
    After fixing the broken interactive buttons within the Indd files, we are finding that when we create the interactive pdfs, not all interactive button links work. When we recreate the same langauge interactive pdf we are finding that the buttons that were not working the 1st time, are now working, and some buttons that were working, are now not working.
    Is there a bug somewhere.
    Any idea why the interactive buttons work one minute and then not the next, and vice versa.
    Any idea how we can fix.
    I’m using Indesign CS6 and Acrobat 9 Pro.
    Thanks in advance.

    Hi LoriAUC,
    Thanks for this. Very much appreciated.
    I have asked sagar-khanna from the other discussion is he knows more about the broken links etc.
    Thanks again.
    Julie :-)

  • Interactive funcationality not working

    Hello,
    The sorting and filtering functions are not working in any interactive reports in an application. The interactive report appears when sorting or filtering, the waiting symbol is shown but there is no sorting or filtering.
    I think it may have to do with the authentication.
    The application is accessed from another non-apex application which uses an encrypted token to verify the user.
    This is the authentication function:
    create or replace function "SIMPLE"
    (p_username in VARCHAR2,
    p_password in VARCHAR2)
    return BOOLEAN is x number;
    begin
    return TRUE;
    end;The authentication scheme is named SIMPLE:
    Page Sentry Function
    return TRUE;
    Login Processing/Authentication Function:
    return SIMPLE;
    lOGOUT url:
    wwv_flow_custom_auth_std.logout?p_this_flow=&FLOW_ID&p_next_flow_page_sess=&FLOW_ID:PUBLIC_PAGE:&SESSION
    I then have an application process that checks the encrypted value to either let them in or redirect to another webpage:
    declare
         l_hash_value varchar2(1000) := null;
         l_uid varchar2(1000) := null;
    begin
    select hash_value into :ORIG_HASH_VALUE
    from hash
    where hash_value = :HASH_VALUE
    -- 120 seconds
    and hash_date >= (sysdate - 0.001388889)
    and rownum=1;
    EXCEPTION
    WHEN NO_DATA_FOUND THEN
    :ORIG_HASH_VALUE := 'nothing';
        If :ORIG_HASH_VALUE <> :HASH_VALUE
        or :ORIG_HASH_VALUE = 'nothing' then
    -- perform a redirect back to the home page
            apex_application.g_unrecoverable_error := true;
            htp.init();
            owa_util.redirect_url('http://www.myhomepage.com',true);
    end if;
    end;Any help is greatly appreciated!
    Thanks
    Matt

    Matt,
    I'm sorry that I didn't remember what I'd done for my custom authentication setup better. I'd forgotten that I have a process that also helps with this.
    The process is defined to run: On New Instance (new session)
    There's a condition on this process so that it only runs when the application item APP_USER_NAME is null.
    Among other things, that process script does the following:
    DECLARE
    l_id_num VARCHAR2(10) := v('UID');
    l_user_name VARCHAR2(80);
    BEGIN
    IF l_id_num IS NOT NULL
    THEN
    -- Want it for call against standard APEX_CUSTOM_AUTH.SESSION_ID_EXISTS
    apex_custom_auth.define_user_session(p_user => l_id_num, p_session_id => v('SESSION'));
    l_user_name := get_pref_name(l_id_num);
    :APP_USER_NAME := l_user_name;
    wwv_flow.g_user_known_as := l_user_name;
    END IF;
    END;
    I can't tell you at the moment why I bother setting g_user_known_as, sorry.
    I hope this helps.
    Stew

  • Interactive Heuristic not working in product view

    Good morning,
    I am trying to run a Heuristic in the Product view (sapapo/rrp3) and I get the following message:
    'Stage number algorithm can not be run in the simulation version' but I am trying to run this in our active version, any ideas?
    thanks in advance.

    Good afternoon,
    The Heuristic maintained in the product master is the SAP_PP_002 (Standard lot) which is working but if you go into the header menu and we run the heuristic that replicates our nightly run (this is a 2 step planning run with SAP_PP_020 = Stage numbering algorithm and then SAP_PP_002 = standard lots).
    It fails at the first step saying that it can not be executed in the simulation version?
    Could this refer to the nature of the process rather than a simulation planning version? I mean due to the process that the number staging algorithm works, may not work running in APO and simulating the results (due to the data is only firmed once saved).

  • Simple Interactive PDF not working

    Once again I'm stumped. I'm attampting to create a simple slide show which animates from one image to the next with just a previous and next button. The project seems to work fine when using the preview mode within InDesign CS6 (8.0.1), but when I export the document it will not work.
    When I open the interactive PDF in Acrobat and attempt to click on the next and previous buttons, an icon appears of a Hand with a black down arrow on the hand?
    Any thoughts as to what I might be doing wrong?
    Thanks.
    — John

    Simple slideshow? How?
    My guess is you're using MSOs which are unsupported in PDF.
    Bob

  • Interactive notifications not working with BT Keyboard

    Hi all,
    I just discover a very weird behavior (and I think it's a bug) on interactive notification, it does not work using bluetooth keyboards.
    I'm using a iPad Mini with Retina Display (with iOS8) and Clamcase Pro Case.
    When I'm in the home screen and receive a message, I can swipe down and enter my answer using the BT keyboard. However, when I'm on any other app, receive a message and swipe down, I cannot use the BT keyboard.
    For example, I'm using Write app, receive a message and swipe down the notification to enter my answer, I keep writing on Write app (in background) and nothing happens in the quick answer field on notification.
    I also tested with other BT keyboard and got same result.
    Does anybody else see that behavior?
    Thanks and regards,
    Flávio Furlan

    I can confirm I'm having the exact same issue on my iPhone 4S. I was attempting to respond to a text message by pulling down on it when it came through. What I noticed was that when I began typing, the application in the background was being affected, and nothing was appearing in the text window.

  • Interactive features not working in iBooks

    Hi there! Just updated InDesign CC yesterday and have been playing about with the EPUB features. Really impressive!
    Have been testing various interactive features, which work really well in InDesign's Preview pane, but don't work when I export as an EPUB Fixed Layout and view in iBooks on my Mac or iPad. Any ideas what I might be doing wrong? I'm running InDesign CC 10.0.0.70 on a Mac with OS X 10.9.5.
    Thanks in advance! Ed

    Was just about to come back and amend my post! Saw this link and realised I was running an older version.
    InDesign CC new features | Buy Adobe InDesign CC
    Thanks for your reply!
    Ed

  • Interactive notification not working for watsapp

    i had updated my iphon 5c with ios 8 but i'm not able to reply watsapp mes from notification that is like done with other messages in interactive notification.  so is it possible for it or not?? is it possible a interactive notification for watsapp mes??? can any one help me with this??

    An activity step with agents is supported by the extended notifications if it is a decision task or not, I have used it many times and it works well just no approval/rejection links if it's not a decision task.
    From your screenshot you can see that a mail has been created and is found in SOST, usually this cases are problems with the mail server or connection to it, check the mail settings in the SMTP node in transaction SCOT, also check with mail server team if there is a block to/from the SAP server.

  • Web Interaction widget not working.

    I am having an issue with the "Web Interaction" widget. When I enter a link, the link shows a 404 error and does not display. however I have tested this link in multiple browsers and operating systems and have verified it to work in all of them. Any reason why it isn't showing in the widget?

    Hi,
    Regarding Web Analysis- I believe- It's a problem of JRE.
    - Just remove/uninstall the JRE from your Currently installed Programs. You may want to reboot the m/c
    - Open Web Analysis Studio in the Web browser. Now, since it can't find JRE, it'll set up the relevant JRE for you & you may continue using Web Analysis.
    - Please note- Unless you've changed to a different one during configuration, Web Analysis operates on 16000 port.
    Check the following regarding Workspace-
    - Your service may be down, thus, throwing Network error
    - You may've to re-configure Workspace. Start the service & wait for few mins. before opening Workspace.
    - Natesh

  • IPod Touch 5th Generation won't turn on and the home button is broken, followed the steps from another thread but it's still not working

    I have an iPod Touch 5th Generation with iOS 8.1, my home button is broken and I've been using AssistiveTouch for months now. Today I just locked my iPod and it wouldn't unlock again, it doesn't respond at all, it won't turn on. It was almost fully charged, so it's not the battery. I followed the steps from this thread, but I'm still getting the "USBMuxListenerCreate: No Error" message in CMD Prompt. I bought my iPod abroad and even though I do have the warranty, I've been told at the iStore that it's not valid here, so going to the store isn't really an option. Any ideas how to solve this?

    Sorry, but without a working home button it is not possible to reset or restore your device. You should visit an Authorized Appel Service Provider or Apple Store to get it serviced. The warranty for an iPod is not limited to the country where it has been bought, check here: one-year limited warranty
    Jailbraking the device will void the warranty.
    You can check the warranty status by inserting the serial number on this page: https://selfsolve.apple.com/agreementWarrantyDynamic.do
    A list of Authorized Apple Service Providers can be found here: iPod touch - Contact Us - Apple Support

Maybe you are looking for

  • And the smartest video converter out there is…?

    Video conversion has always been a pain for me. Its one thing that has kept me from putting movies on my iPhone 3g and now iPhone 4. I have practically never used my iPhone(s) for watching movies! reason- i only wanna watch movies on my iPhone when i

  • Finder doesn't seem to open automatically when I drag a file onto it in the dock

    I installed Mountain Lion yesterday. When I drag a file onto the Finder icon in the dock, it no longer open the finder window automatically. Is there a setting I can change to re-enable this in Mountain Lion Cheers Mikel

  • Role of do1x authentication in AP's

    Hi guys I have a basic question, What is the role and use of dot1x authentication in cisco access points? I have noticed some configurations use this where they have dot1x credentials defined and then have them used in their SSID config. If one was u

  • Windows Installer 5.0

    Please, via which link can I obtain windows installer 5.0? Your prompt response is keenly awaited and appreciated. Thanks!!!

  • Missing icons i Launchpad - apps don't work

    Hello, Yesterday i discovered that i am missing alot of my icons in Launchpad: When i open any of the apps that doesn't have an icon, it launches, but i can't do anything. It won't open any documents in PDF-viewer and iBooks instantly stops working.