Need Help with Weblogic Portal WSRP setup on IE10 & above

Hello,
My client hosts weblogic Portal server and consumes portlets built in .Net. These work fine in all browsers except for IE10 and above.
In IE10 and above, none of the click events seem to work. This does not generate any error in the browser or in the application on my end.
I have setup Oracle Weblogic Portal 10gR3 locally on my Windows 7 box and I have added my application running on local machine as producer, so I am able to add break points and step through the code.
I confirmed that every click event triggers a response but the view in the portal does not change.
When I try to load the portlet directly in browser, every thing works fine.
Only different thing I did different to handle multiple instances of same portlets is to add namespaces to all function names
Original:
var theForm = document.forms['form1'];
if (!theForm) {
  theForm = document.form1;
function __doPostBack(eventTarget, eventArgument) {
  if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
  theForm.__EVENTTARGET.value = eventTarget;
  theForm.__EVENTARGUMENT.value = eventArgument;
  theForm.submit();
Modified:
var nsT6001266201402001799481theForm = document.forms['nsT6001266201402001799481form1'];
if (!nsT6001266201402001799481theForm) {
    nsT6001266201402001799481theForm = document.nsT6001266201402001799481form1;
function nsT6001266201402001799481__doPostBack(eventTarget, eventArgument) {
    if (!nsT6001266201402001799481theForm.onsubmit || (nsT6001266201402001799481theForm.onsubmit() != false)) {
        nsT6001266201402001799481theForm.__EVENTTARGET.value = eventTarget;
        nsT6001266201402001799481theForm.__EVENTARGUMENT.value = eventArgument;
        nsT6001266201402001799481theForm.submit();

Oracle Weblogic Portal 10gR3

Similar Messages

  • Help with weblogic portal

    hello friends,
    i have come from perl/cgi side of web applications and new to weblogic,theorotically familiar with java and jsp. now i have task on working with weblogic portal server 8.1. i need help on where to start and some kind of direction and all the advantages and disadvantages in this new field of mine. I am basically a novice and any kind of information would be greatly usefull. i have weblogic workshop installed.
    Thanks in advance
    --C                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Hi Chaitanya,
    you can find more information on portal at
    http://e-docs.bea.com/wlp/docs81/index.html
    Regards,
    Prasanna Yalam

  • Nooblet needs help with Linksys WRT160Nv2 wired setup please

    Hello,
    I have set up my Linksys WRT160N and when I check the router status in the web based setup page, Status tab, there are numerical values for Internet IP address.
    So, I believe the router is connecting to the internet via my netgear modem without any issues.
    The problem I am encountering is that my browsers (I have tried Explorer and Firefox) are not accessing the internet.
    I have attempted to access the internet with firewall off, but still no success.
     Can someone give me some advice as to what settings within Windows XP or otherwise, that I need to alter to correct this issue.
    Thank you in advance,
    Message Edited by phanTom2909 on 11-14-2008 02:24 PM
    Message Edited by phanTom2909 on 11-14-2008 07:37 PM
    Solved!
    Go to Solution.

    Thanks for the help guys.
    I seems to have fixed it.  I uninstalled the Intel Pro Wireless software and rebooted.
    Then I installed a driver 3 version old.
    This did half the job, under Network connections when I 'configure' the network card, it is now showing a MAC address, before the uninstall and reboot, the MAC was all 0's using configure, but ipconfig/all was showing the right MAC address.
    But, now the wireless was constantly acquiring an address, then connected, then went straight into acquiring an address again. then would not connect after a few attempts.  Before the uninstall, it showed as connected, but I wasn't able to use the connection to access the router, internet etc.
    Now, to fix the constant acquiring an address, I updated the driver to the latest driver along with the Intel Pro Wireless software and now here I am happily using my wireless  connection without any hassles.
    Again, thanks for the help.

  • Need Help with Firewire 800 Raid setup

    Hello everyone. I am still a newbie with OS X as to most people here but here is my problem. I bought 2 external FW 800 HDD enclosures and install 2 500GB HDD's in them.
    I daisy chained them and they work just fine. I would like to setup a Raid 0 on these drives. How do I do it? I go into the disk utility, it states to drag the disks or volumes in, "Cannot Do" and to hot create, "Which is grayed out!"
    Can anyone help please? I would like to get this up and running asap.
    One more thing, do the drives need to be OSX Journaled or can they be FAT32?
    All the help is much appreciated.
    Thanks.

    Take your pick [Setting up a raid backup for OS X|http://www.google.com/custom?q=setting+up%20a%20raid%20backup%20for%20os%20x& sa=Search&client=pub-6263300333013957&forid=1&ie=ISO-8859-1&oe=ISO-8859-1&cof=GA LT:%23008000;GL:1;DIV:%23336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:336699;ALC: 0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;FORID:1;&hl=en]

  • Need help with weblogic monitoring

    HI all
    I need to get metrics from my WL 12c applications.  metrics such as response times for requests, transaction times list all loaded classes etc..
    I connect to jconsole but I do not see any metrics.  whats the best way to get metrics out of weblogic web service app?

    Naveen,
    That did it!
    Many Thanks,
    Kevin
    "Naveen \([email protected]\)" <[email protected]> wrote:
    Hi,
    Within the grant block that is at the end of the weblogic.policy file,
    try
    adding the following entry :
    permission java.sql.SQLPermission "setLog", "*";
    Thanks,
    -- Naveen
    "Kevin Toomey" <[email protected]> wrote in message
    news:3c0bad4a$[email protected]..
    I'm running WebLogic 5.1 sp10 on Solaris 2.8 with Java 1.3.1_b24.
    WebLogic is installed in directory:
    /tech/lpp/webmstr/bea/weblogic5
    If I turn on jdbc logging:
    weblogic.jdbc.enableLogFile=true
    weblogic.jdbc.logFileName=jdbc.log
    I get the following when WebLogic attempts to create a connection pool:
    java.security.AccessControlException: access denied(java.sql.SQLPermission setLog)
    My weblogic.policy looks like:
    grant codeBase "file:/tech/-" {
    permission java.io.FilePermission "${/}tech${/}"read,write,delete,execute";
    Any help is greatly appreciated.
    Thanks,
    Kevin

  • Need help with an advanced MIDI Setup

    I have used Logic since v5.5 as a tape machine but haven't dived much in to MIDI. I have recently added the following hardware:
    1) Novation Zero SLMkll control surface; hooked up via USB and seems to be functiong as it should.
    2) M-Audio Keystation Pro 88 hooked up via USB; it i seems controlling virtual instruments as it should as well as the plug-ins I have assigned.
    3) My Roland Juno Di synthesizer is giving me issues. What I play on it triggers its internal sounds as well as the virtual instruments in Logic. What I play on the Keystation also triggers the sounds in the Juno.
    I have tried assigning different MIDI channels to the Juno and Keystation but still have the same results. I have set the Juno and Keystation as described in their manuals to no avail.  The Apple Audio/MIDI Setup Utility will not let me change MIDI channels on any of it.
    How do I get these things to work independently of eachother?
    Any help would be appreciated!
    PS; for my audio I am using an Apogee Ensemble and Duet.

    >is there a way to rest it so i can type in my new password?
    Your username and password are stored in your keychain. You can remove the key from the keychain and the next time you connect you'll be asked to authenticate again.
    Open /Applications/Utilities/Keychain Access, find the relevant key (sorted by server name) and delete it.
    >i cant place any files ont the server. it says that it is read only. how can i change it to read and write?
    If you're usin the Finder as your FTP client, you can't. The Finder only supports read-only FTP. To upload files to a FTP server you need to use some other client.

  • Need help on Weblogic Portal 8.1

    We are using Weblogic 8.1 Portal server. Below is the code snippet used in one of the JSP files to pick up contents from Documentum and display it. In this code "pz:contentSelector" tag is returning a com.bea.content.Node[] object where are "cm:getProperty" tag is calling a customized wrapper class which accepts only a com.bea.p13n.content.Content[] object. We understand that Content object has been replaced with Node in Weblogic 8.1 SP4.
    Can anyone tell us how to convert a Node object into Content object?
    <pz:contentSelector rule="<%= sRule %>" id="indocs"/>
    <cs:getContent docs="<%=indocs%>" id="item">
    <cm:getProperty failOnError="true" id="item" />
    </cs:getContent>

    We are using Weblogic 8.1 Portal server. Below is the code snippet used in one of the JSP files to pick up contents from Documentum and display it. In this code "pz:contentSelector" tag is returning a com.bea.content.Node[] object where are "cm:getProperty" tag is calling a customized wrapper class which accepts only a com.bea.p13n.content.Content[] object. We understand that Content object has been replaced with Node in Weblogic 8.1 SP4.
    Can anyone tell us how to convert a Node object into Content object?
    <pz:contentSelector rule="<%= sRule %>" id="indocs"/>
    <cs:getContent docs="<%=indocs%>" id="item">
    <cm:getProperty failOnError="true" id="item" />
    </cs:getContent>

  • Need help with Tiger & XP network setup

    Hi all!
    Back in the days of OS 7.5, I managed to stick my old faithful Mac onto my family's otherwise all-PC network. All I really needed was internet access - I didn't try to fileshare.
    Now that I have Tiger, though, I'm totally lost as to how to set up the network. All the help I can find seems to say "ask your network administrator." The problem is, that's me! I'm hoping someone can help me set up the router and the Tiger computer as well.
    Could this be a compatibility issue between OS 10.4 and the router? The router box said "minimum requirements" for Mac are "10.3, 10.2, or 10.1."
    I have a D-link DI-624 wireless router. Right now I have a desktop PC wired in with cat-5 cable, and also a laptop PC that connects wirelessly. No problem with those computers. But I cannot get my Mac to see the router, or vice versa.
    I've tried setting the router to "allow DHCP server to assign same IP address to specific MAC address." (I found my Mac's Mac address just fine and double-checked it was correct.) After setting that in the router, I hooked up the Mac via cat-5 and edited Network Prefs. First I tried "Configure using DHCP with manual address," and entered the IP address I had told the router to set automatically for the Mac.
    (Router address is 192.168.0.1 and I told it to assign 192.168.0.4 to the Mac.)
    Safari told me I wasn't connected to the Internet, so using trial and error I changed Network Prefs to "Configure IPv4 using DHCP." No luck there either, even when I tried the "Renew DHCP Lease" button.
    Any advice as to whether or not I should be telling the router to auto-assign an IP address to the Mac? I took off that setting completely, and set Network Prefs to "using DHCP," but still couldn't connect to the internet.
    Would it be worth re-installing my older copy of OS 10.1 to see if that works with the router, since that is actually listed on the box?
    I thank you for any suggestions you have to offer! I really don't know what to try next.

    I'm using the Mac wired - it does not have wireless capability, and as it is sitting right next to the router I just want to hook it up with Ethernet cable. The wireless function is just for the PCs I have downstairs.
    I am not sure what non-broadcast SSID means, but I think that has to do with the wireless portion of the network, right? I do have a SSID name set up, and WEP encryption so that only the PCs I own can connect to the wireless network, not anyone else's computers. But on the wired PC I have connected directly to the router, I do not have to input any of the security settings. I've even set the router to recognize the MAC addresses of all my computers, including the Mac.
    What brand and model of router are you using successfully with Macs & PCs? The store I bought my router from is willing to give me a full refund if I can't get it to work - perhaps I would have better luck with the type of router you're using.

  • Need help with the Siebel CCA setup

    Hi I have been trying to install CCA for a Demo in our Environment.
    I am using the Chat Guide for the installation...couple of clarifications to get started...
    1.Guide says....From the Oracle Contact Center Anywhere installation package, copy the Siebel_Extensions_8.1.1.23.tar.gz file....
    -But I dont see any such file in the software I downloaded from e-delivery, I downloaded ContactCenterAnywhere 8.1.3 - Windows...Please let me know if I need to get the software from a differt location.
    All I see in the web subdirectory is...
    CCA.WAR
    REMOTEDB.WAR
    TAW_GENERAL.WAR
    Are these the only ones which needs to be deployed on WLS?
    2.I am supposed to deploy CCA as an application in Weblogic, I have WLS9, I saw somewhere that this si not suppoorted version, is it completely unusable or just not supported...?
    Appreceiate your quick reply.....
    Thanks
    Vimochan

    Any iPad model should work with that use. You cannot directly plug the card into the iPad, you will need to purchase the camera connection kit.
    The only requirement that presents itself based on the given information is to purchase the model with the most storage capacity your budget can handle. I believe Shutterfly has an app in the app store, but not 100% about that.

  • Need help with hosted credit card setup?

    I am trying to setup Sagepay to connect to the BC website to take hosted credit card payments and have done the following steps, but what am I missing? I've done everything I can see to add/change from BC support site, but surely there must be something else to connect the online shop purchase form to the Sage checkout process to take payments?
    I did an online chat with BC support on Friday and they kept going through the checkout using 'COD' and said it worked fine, which of course it did as no payment is taken using COD.
    However, when you choose credit card, it just fails, so there must be something missing. It has been open as a support call since Friday with no response from BC, can anyone help me please, there is obviously something I am missing or not doing?
    I have set up the IP address and subnet mask as required direct with Sage pay online.
    I have set the payment gateway page in BC to Sage Pay and entered the vendor name as requested.
    I have customised the checkout 'online shop purchase form' to include choose credit card.
    Thanks
    lizre

    Hi Sidney,
    Just an update for you.
    I have heard back from Sage Pay support and it was an issue server side with them as you had initially thought. They said my customer had not made their account live and that they had corrected a few other settings their side, but didn't specify what exactly??
    However, Sage support have sorted that out now and I tried a transaction BC end and Sage support have confirmed it has all gone through at their end too.
    Just as a suggestion, the information is not that straight forward to find if you haven't set one up before. Most of what I found was through many different support articles and watching your online videos. I think that there should be one article that takes you through every stage of gateway setup and the payment form. It would have been a big help for me as it was my first BC Shop.
    Thanks for all your help on the processing error and the form issue, it's much appreciated! I wouldn't have got to this stage without your help. So, I am glad it's up and running ok.
    Thanks again!
    lizre

  • Need help with weblogic.policy file

    I'm running WebLogic 5.1 sp10 on Solaris 2.8 with Java 1.3.1_b24.
    WebLogic is installed in directory:
    /tech/lpp/webmstr/bea/weblogic5
    If I turn on jdbc logging:
    weblogic.jdbc.enableLogFile=true
    weblogic.jdbc.logFileName=jdbc.log
    I get the following when WebLogic attempts to create a connection pool:
    java.security.AccessControlException: access denied (java.sql.SQLPermission setLog)
    My weblogic.policy looks like:
    grant codeBase "file:/tech/-" {
    permission java.io.FilePermission "${/}tech${/} "read,write,delete,execute";
    Any help is greatly appreciated.
    Thanks,
    Kevin

    Naveen,
    That did it!
    Many Thanks,
    Kevin
    "Naveen \([email protected]\)" <[email protected]> wrote:
    Hi,
    Within the grant block that is at the end of the weblogic.policy file,
    try
    adding the following entry :
    permission java.sql.SQLPermission "setLog", "*";
    Thanks,
    -- Naveen
    "Kevin Toomey" <[email protected]> wrote in message
    news:3c0bad4a$[email protected]..
    I'm running WebLogic 5.1 sp10 on Solaris 2.8 with Java 1.3.1_b24.
    WebLogic is installed in directory:
    /tech/lpp/webmstr/bea/weblogic5
    If I turn on jdbc logging:
    weblogic.jdbc.enableLogFile=true
    weblogic.jdbc.logFileName=jdbc.log
    I get the following when WebLogic attempts to create a connection pool:
    java.security.AccessControlException: access denied(java.sql.SQLPermission setLog)
    My weblogic.policy looks like:
    grant codeBase "file:/tech/-" {
    permission java.io.FilePermission "${/}tech${/}"read,write,delete,execute";
    Any help is greatly appreciated.
    Thanks,
    Kevin

  • Need help with Workflow notification mailer setup

    Hi all,
    I have the following requirement from my client:
    "IT has a project request from the Accounting Department to automate payments for Canadian vendors. One of the things that will need to happen on this project is setting up the Workflow Notification Mailer in AP so emails can be sent to vendors notifying them of payment. We only want to support Canadian vendors – payment processing for US vendors will continue to be handled as it is today."
    Please let me know how this can be done as I have no knowledge of setting up workflow notification mailer for a particular item.
    Thanks.

    http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=231286.1
    Lot more information in Oracle Applications System Admin guide. To process messages from only a given itemtype you will use Correlation ID parameter of the mailer. But there are lot of other things that you should consider for such a set up. You would be having a build up of messages in WF_NOTIFICATION_OUT queue that you may want to manually take care of cleaning up.
    More reading at https://metalink.oracle.com/metalink/plsql/f?p=130:14:6827350883078622813::::p14_database_id,p14_docid,p14_show_header,p14_show_help,p14_black_frame,p14_font:NOT,453137.1,1,1,1,helvetica

  • Need Help with 1st time Wireless setup

    I installed my first router today (WRT54GS v.6) and everything went smoothly. But then I encountered a (small?) problem when trying to add my laptop to my network. When my laptop establishes a connection with my router, I receive the following message:
    Windows - System Error
    A duplicate name exists on the network.
    Does anyone know why this is happening and also know how to fix this problem and stop the message from appearing?
    Thanks in advanced.
    BTW, even though the message appears, I am still able to connect to the internet with my laptop.

    You probably have 2 or more computers using the same computer name, such as "MyComputer".
    Right click on "My Computer", and click on "Properties".
    Click on the "Computer Name" tab.
    Here you will see the computer name.
    Do this on all your computers.
    To change the computer name, click the "Change" button.
    While you are here, make sure all computers are set to the same unique "Workgroup".

  • Need help with mysql-connector-j setup!

    I have downloaded and installed Tomcat 5.5 and MySQL Server 5.0 and have both up and running. I then downloaded the MySQL-Connector-J and the folder is located at:
    C:\Program Files\Java\jre1.5.0_06\lib\ext\mysql-connector-java-3.1.12
    My JSP code looks like this:
    <%@ page contentType="text/html; charset=iso-8859-1" language="java" import="java.sql.*" errorPage="" %>
    <%@ page import="java.net.*" %>
    <%@ page import="java.util.*" %>
    <%@ page import="java.io.*" %>
    <%@ page import="java.sql.*" %>
    <%
         try{
         Class.forName("com.mysql.jdbc.Driver").newInstance();
         catch (Exception E) {
         out.println("Unable to load driver. " + E);
    %>And I am getting the folowing error:
    java.lang.ClassNotFoundException: com.mysql.jdbc.DriverNow, before anyone tells me to go read other posts, I have already done this and I have tried changing my classpath with no luck. I have tried these locations as my classpath:
    C:\Program Files\Java\jre1.5.0_06\lib\ext\mysql-connector-java-3.1.12
    C:\Program Files\Java\jre1.5.0_06\lib\ext\mysql-connector-java-3.1.12\mysql-connector-java-3.1.12-bin.jar
    Neither of which seem to work. Can anyone figure out what's happening here?

    Ok, I copied it to the <tomcat dir>/common/lib, but I copied the entire folder (which I'm assuming is necessary), with no luck. So, now the location is:
    C:\Program Files\Apache Software Foundation\Tomcat 5.5\common\lib\mysql-connector-java-3.1.12\mysql-connector-java-3.1.12-bin.jar
    Any other suggestions?
    Thanks.
    null

  • Need help with airport base station setup

    I have a classroom with a dozen G5 Mac Pros running Tiger and we want to allow them to use a couple of A3 photo-quality inkjet printers and a couple of flatbed scanners.
    I see that the airport base station extreme only has one usb port.
    Is it possible to use one airport extreme base station to connect all of these peripherals, add airport cards to each Mac Pro, and be able to use any of the printers or scanners from any of the Macs?
    What other equipment is necessary?
    Should we look to buy any specific printers or scanners that will be more compatible?
    Is there some other approach that will work better?
    Thanks for any advice.

    one usb port but user can connect a multi port usb power hub for multiple devices. I run three Lacie quadras connected to a seven port Belkin hub to the Extreme N router.

Maybe you are looking for

  • Upload Opening balance of G/L accounts from legacy system to SAP, and also

    Hi Gurus, How to upload Opening balance of G/L accounts from legacy system to SAP, and also Vendor and Customer balance. My Doubt is when you upload the customer balance and vendor balance will it effect the sundry debtor account and sundry creditor

  • Creating a new site

    Whats going on with creating a new site using Dreamweaver CS4?  When I create a new site and select the 'Local Root Folder' & 'Default images folder' I always have to go up one folder level. For example if my site was located here 'C:\Users\Me\Docume

  • How To Install Informatica and DAC Client on windows

    Dear Friends, I had installed Oracle Informatica 8.6.1 and Oracle DAC Server (10.1.3.4.1) on Linux server (RHEl 32 bit) Now i want to install Informatica and DAC Clients on windows machine. Where to download the software and in the existing Dump i do

  • How to disable Double Click Import

    Hi im new to CS6 and I find the double click import more trouble than it is helpfull. Clicking through clips im always missing the clips by a little this then brings up the import window then I have to close it and precious seconds are lost (its anno

  • Difficult time period calculations

    I have a monthly report where I have to add up periods of time between different records, without counting any overlapping time twice. Each record has its own start and stop date/time. The length of time from each record's start to its stop can be an