Content URL for new portlet.

Hi,
I am trying to pass parameters to my portlet JSP using content URL. So I have something like this in my content URL:
portlets/CustomHelloWorld.jsp?helloString=TEST
My CustomHelloWorld.jsp:
<%
     String helloString = request.getParameter("helloString");
     out.println(helloString);
%>
Nothing shows up, except for the TitleBar.
Any help would be appreciated,
Nadya.

Hi Nadya,
Check your console messages or your weblogic.log file. Are any exceptions
being thrown?
- Ginny
"Nadya" <[email protected]> wrote in message
news:[email protected]..
Hi,
I am trying to pass parameters to my portlet JSP using content URL. So Ihave something like this in my content URL:
portlets/CustomHelloWorld.jsp?helloString=TEST
My CustomHelloWorld.jsp:
<%
String helloString = request.getParameter("helloString");
out.println(helloString);
%>
Nothing shows up, except for the TitleBar.
Any help would be appreciated,
Nadya.

Similar Messages

  • Content URL for specifying new Portlet

    Hello,
              For some reason I don't have access to personalization newsgroup from my
              news server, so I post my question here, hoping somebody who uses Weblogic's
              Portal will be able to answer.
              I am trying to pass parameters to my portlet by specifying them in content
              URL, like
              Content URL: portlets/CustomHelloWorld.jsp?helloString=HELLO
              CustomHelloWorld.jsp:
              <%
              String helloString = request.getParameter("helloString");
              out.println("TestTest");
              out.println(helloString);
              %>
              It seems to me, that Weblogic simply doesn't understand my content URL
              string, because the jsp is not even getting compiled, and all I get on my
              portal page is the title bar.
              If anybody knows how to make it work, or if you know that this is something
              Weblogic doesn't support, please let me know.
              Any info will be much appreciated,
              Nadya.
              

    Hi Nadya,
    Check your console messages or your weblogic.log file. Are any exceptions
    being thrown?
    - Ginny
    "Nadya" <[email protected]> wrote in message
    news:[email protected]..
    Hi,
    I am trying to pass parameters to my portlet JSP using content URL. So Ihave something like this in my content URL:
    portlets/CustomHelloWorld.jsp?helloString=TEST
    My CustomHelloWorld.jsp:
    <%
    String helloString = request.getParameter("helloString");
    out.println(helloString);
    %>
    Nothing shows up, except for the TitleBar.
    Any help would be appreciated,
    Nadya.

  • Just like you have a url for a page is there a url for a portlet

    just like you have a url for a page is there a url for a page portlet... so that you can change the content of a portlet on page to another page in the portal

    just like you have a url for a page is there a url for a page portlet... so that you can change the content of a portlet on page to another page in the portal

  • How to find WSDL url for a portlet

    Hi,
    I am using webcenter 11.1.1.4. I have created one portlet and successfully deployed in application server. For registering portlet into webcenter i have to enter WSDL url. After deploying portlet i didnt get WSDL url. After completion of deployment the following message is getting
    [02:34:47 PM] ---- Deployment started. ----
    [02:34:47 PM] Target platform is (Weblogic 10.3).
    [02:34:48 PM] Retrieving existing application information
    [02:34:48 PM] Running dependency analysis...
    [02:34:48 PM] Building...
    [02:35:11 PM] Deploying 3 profiles...
    [02:35:11 PM] Exporting portlet metadata and customizations.
    [02:35:12 PM] Creating portlet producer application for deployment.
    [02:35:15 PM] Deploying a WSRP producer.
    [02:35:18 PM] Wrote Web Application Module to E:\Aruna\Workspace\jdeveloper\winxp\mywork\mailtest\ViewController\deploy\mailtest_ViewController_webapp1.war
    [02:35:19 PM] Info: Namespace '/oracle/adf/portlet' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.
    [02:35:19 PM] Info: Namespace '/oracle/adf/portletappscope' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.
    [02:35:19 PM] Info: Namespace '/oracle/adf/share/prefs' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.
    [02:35:19 PM] Info: Namespace '/oracle/webcenter/lifecycle/importexport' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.
    [02:35:19 PM] Info: Namespace '/oracle/webcenter/lock' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.
    [02:35:19 PM] Info: Namespace '/oracle/webcenter/rc' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.
    [02:35:19 PM] Info: Namespace '/persdef' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.
    [02:35:19 PM] Info: Namespace '/shared/oracle/wcps' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.
    [02:35:19 PM] Info: Namespace '/oracle/webcenter/collab/mail/scopedMD' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.
    [02:35:19 PM] Info: Auto generated MAR archive was empty, not added to EAR.
    [02:35:19 PM] Wrote Enterprise Application Module to E:\Aruna\Workspace\jdeveloper\winxp\mywork\mailtest\deploy\mailtest_application1.ear
    [02:35:20 PM] Entering Oracle Deployment Plan Editor
    [02:35:28 PM] Deploying Application...
    [02:35:31 PM] [Deployer:149191]Operation 'deploy' on application 'mailtest_application1' is initializing on 'WC_Portlet'
    [02:35:32 PM] [Deployer:149192]Operation 'deploy' on application 'mailtest_application1' is in progress on 'WC_Portlet'
    [02:35:34 PM] [Deployer:149194]Operation 'deploy' on application 'mailtest_application1' has succeeded on 'WC_Portlet'
    [02:35:34 PM] Application Deployed Successfully.
    [02:35:34 PM] Elapsed time for deployment: 47 seconds
    [02:35:34 PM] ---- Deployment finished. ----
    Where can i get WSDL url? ? ?
    Please anyone help me.
    Thanks,
    SEWSupport

    Hi Hoque,
    I changed the war name. Then Test Point is getting as "     http://10.50.7.72:8888/ZohoMail-ViewController-context-root". But when i am clicking on that url the error message is getting like the following
    Error 404--Not Found
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.5 404 Not Found
    The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
    If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
    Thanks,
    SEWSupport

  • Content Express Template for News Portlet bundeled with Personalization

    Is the template (and other files) to manage data for the news viewer of the personalization
    server available?
    I would like to add my own news items throught content express.
    Thanks for the help
    guy

    Well this is in the head tag
    <html>
        <!--<![endif]-->
        <head>
            <meta charset="UTF-8" />
            <meta name="viewport" content="width=device-width, initial-scale=1" />
            <title>55k Productie | E-marketing</title>
            <link href="boilerplate.css" rel="stylesheet" type="text/css" />
            <link href="stylesheets/style.css" rel="stylesheet" type="text/css" />
            <!--
    To learn more about the conditional comments around the html tags at the top of the file:
    paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/
    Do the following if you're using your customized build of modernizr (http://www.modernizr.com/):
    * insert the link to your js here
    * remove the link below to the html5shiv
    * add the "no-js" class to the html tags at the top
    * you can also remove the link to respond.min.js if you included the MQ Polyfill in your modernizr build
    -->
            <!--[if lt IE 9]>
    <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
            <![endif]-->
            <script src="respond.min.js"></script>

  • Urgent: get http settings portlet url for a portlet

    I need to get the portlet url that we enter for a webservice in Main settings -HTTP settings for a web service through code. I have the web service object id. Is this possible ?
    Edited by: Manjeera on May 23, 2010 10:03 PM
    Edited by: Manjeera on May 23, 2010 10:03 PM

    consider this code:
    IPTWebService ptWebService = (IPTWebService) ((IPTSession) m_asOwner.GetUserSession()).GetWebServices().Open(nWebServiceID, false);
    String strUrl = ptWebService.GetAbsoluteURL(PlumtreeExtensibility.PT_PROPBAG_HTTPGADGET_URL);
    strUrl contain complete url (remote server + gadget url)
    I hope this will help you.
    Marcin

  • Content code for new OS redemption

    I recieved the content code from Apple to download the new OS for free. I tried imputing it into the App Store but it will not work. I clicked on 'redeem' under Quick Links and put the content code in, but it says that the code doesnt exist.

    Use the email form to contact Apple here >  Apple - Support - Mac App Store - Contact

  • Old appletv as content source for new appletv

    can the new appletv use the old appletv as a content source?

    Alley_Cat wrote:
    So, no, unless there's a software update to allow this but there won't be
    And, there won't be software updates for the old apple tv... so no

  • Content Filtering for new tablets

    We did this last year with our tablets. We went with iboss filtering which I highly recommend but it looks like you have web filtering in place so you would need to proxy the internet traffic. Contact the tech support of your web filtering and explain them what you need to do and they will tell you what needs to be done on your end. Then you would have to create configuration profile and push (you need MDM here) the proxy configurations to your tablets. 

    Hello all,
    I work for a local high school and they just bought tablets for all of the kids to use during the school year. They are wanting content filtering while they are at school, which we have, but they are also wanting "off site" filtering as well. What/How is the easiest way to set that up? We currently have a Cisco Meraki firewall setup for the high school.
    This topic first appeared in the Spiceworks Community

  • How to find URL for new OBIEE install

    We had OBIEE installed with Oracle Application Server on Redhat 64-bit. How can I find the URL to give me the login page to OBIEE. I tried the default port of 9704 but got no page.
    Not sure if issue is with the install or we are using the wrong port. Any ideas on what to check?

    Hi,
    Business Intelligence Enterprise Edition
    http://ServeIP/name or local:9704/analytics
    WebLogic Console
    http://ServeIP/name or local:7001/console
    Oracle Enterprise Manager
    http://ServeIP/name or local:7001/em
    Business Intelligence Publisher
    http://ServeIPname or local:9704/xmlpserver
    Real-Time Decisions(Upgrade from lower to 11g)
    http://ServeIP/name or local:9704/ui
    Thanks,
    Balaa...

  • Create URL for image content and display in new window

    Hi,
    I am attaching a new image and it is displayed in a table view.
    I am having problems creating the URL for the image.
    When i give the link of external site like http://www.google.com, it works fine. It does not work when i give as www.google.com.
    It does not work for the image. Please help.
      ls_properties-name         = 'KW_RELATIVE_URL'.
      ls_properties-value        = lv_imgname.
      APPEND ls_properties TO lt_properties.
      ls_properties-name         = 'LANGUAGE'.
      ls_properties-value        = sy-langu.
      APPEND ls_properties TO lt_properties.
    Assign file properties
      ls_file_access_info-binary_flg = 'X'.
      ls_file_access_info-file_name  = lv_imgname.
      ls_file_access_info-mimetype   = 'image/pjpeg'.
      ls_file_access_info-property   = lv_string2.
      APPEND ls_file_access_info TO lt_file_access_info.
    Move content to file_content
      lv_str = lv_img_content.
      lv_strlen   = XSTRLEN( lv_str ).
      lv_offset   = 1022.
      lv_bytes_rd = 0.
      lv_bytes_rm = lv_strlen.
      ASSIGN lv_str TO <fs>.
      WHILE lv_bytes_rd LT lv_strlen.
        IF  lv_bytes_rm LT lv_offset.
          ls_content-line = <fs>+lv_bytes_rd(lv_bytes_rm).
        ELSE.
          ls_content-line = <fs>+lv_bytes_rd(lv_offset).
        ENDIF.
        APPEND ls_content TO lt_content.
        lv_bytes_rd = lv_bytes_rd + lv_offset.
        lv_bytes_rm = lv_strlen - lv_bytes_rd.
        CLEAR ls_content.
      ENDWHILE.
    Create a Document using class CL_CRM_DOCUMENTS
      CALL METHOD cl_crm_documents=>create_with_table
        EXPORTING
          business_object     = ls_business_object
          properties          = lt_properties
          file_access_info    = lt_file_access_info
          file_content_binary = lt_content
          raw_mode            = 'X'
        IMPORTING
          loio                = ls_loio
          phio                = ls_phio
          error               = ls_error.
    Using the logical and physical id's, get the file location as an URL
    data:
    lv_no type char1 value '1'.
        CALL METHOD cl_crm_documents=>get_with_url
          EXPORTING
            loio     = ls_loio
            phio     = ls_phio
            url_type = '2'
          IMPORTING
            error    = ls_error
            url      = lv_url1.
    should i prefix the url with 'javascript:'?
    Thanks in advance.
    Regards
    Shanthi

    Hi Shanti,
    The URLs that are external to the server, you should always have http://, your image URL is has http:// prefix? Other wise system will always look for the same inside the current BSP application. For Example your BSP application is ZBSP and if you are accessing www.google.com the URL in the browser will be
    *******/bsp/ZBSP/www.google.com which will not be existing, hence causing the problem.
    If not try adding http:// to the URL by concatenation and try.
    Regards,
    Ravi

  • Content Server News Portlet major design flaw ?!

    I ran into a Content Server 6.1 issue which is really frustrating me. I am wondering if I am doing something wrong or if it is a design flaw: 1. I created a content server news portlet "out of the box" and added it to my MyPage.2. I created and published 2 news articles.3. I edited the 1st article and just saved it. I did NOT PUBLISH it.4. I edited the 2nd article and PUBLISHED it. The news index is re-published automatically to reflect the changes of the 2nd article which has been published. But the index now displays the changes of BOTH articles, even the unpublished! Furthermore the 1st article can't be opened from the index anymore if the name property has been changed. As the published file name changes with each version and especially when the name is updated, the news index links to the new published file name - but it has never been created as I didn't publish the 1st article! I understand why this is happening: The index content item holds a list of all article content items and is published whenever an article is published / deleted / expired. But until now I thought that content server is holding the last published version and includes this into the list until a new version is published. That's not the case! Imagine this on a production environment with workflow activated: one article was approved and published while the other still needs to be reviewed, but it's (unreviewed) index data like headline etc. is already displayed in the index?! And in worst case the article can't even be opened. You just get the server error "page not found". Many of my content items for a current big project follow the idea of the news template, e.g. HR Staff Overview (persons = articles, overview = index), so I am kind of stressed by what I found out. Has anybody made similar a experience and found a workaround for this? Perhaps one of the support people could explain how the news portlet is intended to be used with this severe behaviour? Am I expecting too much? Is updating an already published article not possible? But why are version mechanisms included for content items then? I appreciate your comments. Thanks.

    Thanks for the quick reply.
    We are using Content Server 6.1 with all Hotfixes installed and we are not planning to upgrade to G6 at the moment.
    As far as I understood the 'filtered.published' property contains the date the content item was published the last time. So it will always be 'true' if the item has been published in the past, no matter if it's currently published or not.
    The index template with the code snippet you sent will display the currently not published (but changed) item properties whenever another item was published. Have you changed the design in 6.2 so that properties of an item in a list property of another item are just copied and not linked?
    As a workaround I now compare the 'modified' property with the 'published' property and if it is greater or equal I don't display it in the index. But that's not the way Content Server was designed to behave, is it? With this solution I can suppress the item in the list if it has been modified after the last publishing, but of course I rather want to have the data of the last published version.
    Isn't that possible? Is it possible in 6.2? Is there any way to update Content Server to 6.2 without acquiring G6?
    RegardsStefan

  • Invalid URL for Web Content Overlay, ERROR!!!!!!

    Hello All,
    I'm hoping someone can help me with this error, I was working on my indesign file and was testing it out locally, then I went on to upload my file and I got prompt to install a new version of the Folio panel which I did, now every time I try to upload my file I get this "ERROR: Invalid URL for Web Content Overlay", I've searched around and have not come up with an answer. Not sure if its a bug on the new update or what. I tried some troubleshooting which this is what i did. I copied my first page of my document onto a different file and tried to upload one page and then i got the error but then I deleted the images and just left one text box and it uploaded my file without any issues, strange huh. Any ideas????

    I was having the same problem with both hyperlinks and buttons in one particular file -- "Invalid URL for Web Content Overlay." It seems to only be a problem in files where I had a link or button previously, and then deleted the object. When I create a new object and create a link or button, it's as though the old link is still lingering somewhere in the file! However, none of the old links is listed in the hyperlinks panel before I create a new one.
    This occurred while I was teaching a DPS class, using the Adobe courseware (sight unseen by any proofreader, I believe). In one of the exercise files, the steps for the student to create hyperlinks and buttons had already been done, so I deleted the hyperlinks. (I think I deleted the text frames that contained them, but I'm not sure.) I never had a problem with it UNTIL I downloaded the Overlay Creator/Folio Builder dated June 19 (v21, I think).
    In the same file, I also had problems with a NAVTO link, . I don't think there were any NAVTO links in any earlier version of the file, at least none that I ever created or deleted.
    I've coded HTML since the days when the only available tool was Notepad, so I'm sure that I used correct URLs (and none redirected). Even the URLs in the deleted objects were correct; I only deleted them so the exercise could be done again.

  • Why am I getting the flag Invalid URL for web content overlay when making scrolling panel in Indesig

    Why am I getting the flag 'Invalid URL for web content overlay" when making scrolling panel in Indesign? Iam making additions to existing articles but the problem is new. The articles were originally made using CS and now I am on CC, which I have just uninstalled and re installed, no difference, can anyone help please? Steve

    Hi Bob, thankyou very much for coming back on this. The flag is coming up towards the end of the preview process on desk top. I have made dozens if not hundreds on my two published apps on the app store, but have not done an update for nearly a year, in which time I have needed a refresher, and as usual went to Lynda. In this case I have followed to the letter your DPS course, which is great, and I found the process of making the scrolling panels somewhat easier than when I started 2-3years ago. Initially I was mystified that the flag talked about url and web content, but just put it down to something I had missed in recent improvements in CC.
    I tried over and over, but always got the same result. I thought at one point it might be because the content of my slide was copy and photo, so for a test I deleted the photo. Same result, and many of my existing slides are copy and picture.
    I also uninstalled Indesign CC and reinstalled in case of corrupted content, I also copied to IDML and relaunch, same problem. I am sure I have made the scrolling content as instructed, The one thing I havn't done is trash my preferences, if you think that would be a good Idea could you please direct me to some content at Lynda on how to do it in CC. Many thanks, Steve

  • Short of dismantling and recreating a page how do i find out whats causing [Error: Invalid URL for Web Content Overlay]

    Hi,
    i received an indesign file to include in a folio that had links to the creators desktop where they had the assets for the web content overlay. When i try to update the folio i get the error message:
    "Content generation error.
    [Error: Invalid URL for Web Content Overlay]"
    Which is fair enough.
    The problem is, i have gone through and changed all URLs that I can see, but there is one somewhere, that I just can't find.
    Is there a way to get a list of all web content overlays in a particular file? otherwise i will need to recreate the whole page again, and it has some pretty complex interactions which i rather wouldn't do.
    I also cannot ask the original doc creator to just change the links as i'm sure he'll have the same issues as me, at not being able to track down the erroneous link.
    The problem I have with DPS is that its not very transparent. you'll have to click on everything, and into every group to see what actions are on it, which can be extremely time consuming and frustrating when complex interactions are included.
    thanks in advance for any assistance

    I’ve found watching the process helpful to narrow down the page.
    Working off a duplicate of the file, delete one layer at a time until you figure out what layer the problem is on.
    From there it’s a bit easier to narrow down.

Maybe you are looking for

  • Even after resetting apple id password still won't activate my phone

    I did a reset erase all contents and settings but i'm stuck at activation lock! The iphone is mine and email is correct but even after i reset my password, IT STILL WON'T ACCEPT THE NEW PASSWORD :(( please help! Thank you.

  • ITunesSetup dont want open

    I downloaded last version of iTunes, but when i doubleclick on it WindowsXP says that digital signature is not valid and it did not open. Now when i click at setup it did not react, redownload did not help. Checking options of file it really show tha

  • HT204368 iPod Touch not pairing with a device, when it did yesterday

    I was able to connect my iPod Touch to my Samsung soundbar yesterday via Bluetooth. However, today I am having problems. the iPod recognizes my device but when I try to connect it keeps saying "connection unsuccessful, make sure device is turned on a

  • Zen Vision: M 60GB Song iss

    Hello, I was wondering if anyone had issues with either their 30GB or 60GB ZVM with certains songs playing for only a few seconds of their length before just skipping to the next song without finishing the last one, and if they have any methods of re

  • Flash installing issue.

    I have a new MacBook Pro.  When attempting to install the Adobe Flash, I keep getting an error message to close Safari when Safari is closed.  Anyone know how to fix this?