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.

Similar Messages

  • How to set the column order of a sealed column in a custom Content Type for the new item form NewDocSet.aspx?

    Dear SharePoint Developers,
    Please help.
    I need to know How to set the column order of a sealed column in a custom Content Type for the new item form NewDocSet.aspx?
    I think this is a "sealed column", whatever that is, which is  shown in SPD 2013 as a column of content type "document, folder, MyCustomContentType".
    I know when I set the column order in my custom Content Type settings page, it is correct.
    But, when I load the NewDocSet.aspx page, the column order that I set in the settings page is NOT used for this "sealed column" which is bad.
    Can you help?
    Please advise.
    Thanks.
    Mark Kamoski
    -- Mark Kamoski

    Hi,
    According to your post, my understanding is that you want to set the column order of a sealed column in a custom Content Type for the new item form NewDocSet.aspx.
    Per my knowledge, if you have Content Type management enabled for the list or library (if you see a list of content type with the option to add more), the display order of columns is set for each content type.
    Drill down into one of them and you'll see the option under the list of columns for that content type.
    To apply the column order in the NewDocSet.aspx page, you need to:
    Select Site Settings, under Site Collection Administration, click Content type publishing. In the Refresh All Published
    Content Types section, choose Refresh all published content types on next
    update.
    Run two timer jobs(Content Type Hub, Content Type Subscriber) in central admin(Central Administration--> Monitoring--> Review timer jobs).
    More information:
    http://sharepoint.stackexchange.com/questions/95028/content-types-not-refreshing-on-sp-online
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • How to find the WSDL URL for my deployed portlet

    Hello,
    I do not find the WSDL URL for my deployed portlet. I deployed a Portlet correctly with JDeveloper to a remote Oracle AS.
    In the tutorial they write:
    "Now use the URL provided in the log page at the bottom of JDeveloper to get part of your URL (e.g. http://myserver.uk.oracle.com:8888/my-portlet) and complete the URL.
    http://myserver.uk.oracle.com:8888/my-portlet/portlets?WSDL
    Now use this URL to register your portlet with OracleAS Portal."
    But in the log there is nothing like this! The log ends like this:
    "DCM command completed successfully.
    Output:
    Exit status of DCM servlet client: 0
    Elapsed time for deployment: 13 seconds
    ---- Deployment finished. ---- 11-Mar-2006 12:26:58"
    Can anyone tell me where to finde the WSDL Url?
    Thank you.

    OK I think that I found a quick workaround for this issue. Creating a redirection URL using the parameter icm/HTTP/redirect_<xx> works for me.
    Parameter:
    icm/HTTP/redirect_0    (Value '0' may differ for your system)
    Value:
    PREFIX=/ws1, TO=/sap/bc/srt/wsdl/srvc_08002720027F1EE3AEAAFED3B5688C63/wsdl11/allinone/ws_policy/document?sap-client=001
    Now the WSDL URL can be reached at
    http://was730.dvlopr.com:8000/ws1
    Tested!
    Best regards

  • 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.

  • URL for a new record link in report

    My requirement is to have a hyperlink column on the report that will opens a new record edit screen to create a new Contact record with the Account Name and address info. defaulted in this new record screen.
    I've added a column to my report and change the Data Format to Custom Text Format with a URL that is derived from the url on the address bar of the browser when access the New button of the Contact section within the Account detail screen.
    The url on the address bar is as followed:
    https://secure-ausomxbga.crmondemand.com/OnDemand/user/ContactInsert?OMCR0=ABGA-5Y4FNM&OMTGT=ContactEditForm&OMTHD=ContactNewNav&OMCBO=Account&OMRET0=AccountDetail%3focTitle%3dWALT%2bDISNEY%2bMEMORIAL%2bCA%2bINSTITUTE%2bFLORIDA%2bHOSPITAL%26OMTGT%3dAccountDetailForm%26OMTHD%3dAccountDetailNav%26ocEdit%3dY%26AccountDetailForm.Id%3dABGA-5Y4FNM%26OCTYPE%3dIV-Corporate%2bMaster%2bData%26ocTitleField%3dName&OCNOEDITTYPE=Y
    I've tried to replace the field values with the analytics field names as followed but is getting error when trying to click on the column with the following url:
    @[html]”*a href=”/OnDemand/user/ContactInsert?OMCR0=’ || Account."Account ID" || ‘&OMTGT=ContactEditForm&OMTHD=ContactNewNav&OMCBO=Account&OMRET0=AccountDetail%3focTitle=’||Account."Account Name"||’%26OMTGT%3dAccountDetailForm%26OMTHD%3dAccountDetailNav%26ocEdit%3dY%26AccountDetailForm.Id=’ || Account."Account ID" || ‘%26OCTYPE%3d’Other’%2bData%26ocTitleField%3dName&OCNOEDITTYPE=Y*/a*
    ( < is replaced with * for posting purpose)
    Is what I'm trying to do possible? If possible, any one can help me out on the syntax? Thanks in advance.

    Greetings TTone,
    Its not possible.
    The only field which can be set is the Account by setting OMCR0=ADSA-6FX7YL
    https://secure-ausomxdsa.crmondemand.com/OnDemand/user/ContactInsert?OMRET1=AccountDetail%3fOMTGT%3dAccountDetailForm%26OMTHD%3dAccountDetailNav%26AccountDetailForm.Id%3dADSA-6FX7YL%26OCTYPE%3dProspect%26ocTitleField%3dName%26ocTitle%3dThe%2bAndersons%2b%252c%2bInc.%26ocEdit%3dY&OMCR0=ADSA-6FX7YL&OMTGT=ContactEditForm&OMTHD=ContactNewNav&OMCBO=Account&OMRET0=AccountHomePage&OCNOEDITTYPE=Y
    Regards,
    Abeer @ Sakonent
    Edited by: 796422 on Sep 22, 2010 4:30 AM
    Edited by: sakonent.com on Sep 30, 2010 12:08 PM

  • Home page URL for a new site collection

    Sorry for the kind of stupid question. I created a new site collection with Site Management menus. The home page has the URL like http://devtfs12/sites/corporate/_layouts/15/start.aspx#/ I expected that it should look like http://sharepoint.firm.lan/sites/corporate/SitePages/Home.aspx
    e.g without "_layouts/15/start.aspx#" is there a  way to change it? Is it possible to set up some sort of redirection so that  http://sharepoint.firm.lan redirects to http://devtfs12/sites/corporate/_layouts/15/start.aspx#/ Thanks!

    Hi,
    You are noticing the URL with _layouts/15/start.aspx because the new feature Minimal Download Strategy is activated on your site. 
    To know more on how it works you can refer the below links
    http://www.wictorwilen.se/sharepoint-2013---introduction-to-the-minimal-download-strategy-mds
    http://www.hezser.de/blog/archive/2012/08/18/what-is-the-_layouts15start-aspx-in-sharepoint-2013.aspx
    If you don't want _layouts/15/start.aspx to be a part of your URL you need to deactivate Minimal Download Strategy feature available under Site Actions -> Manager Site Features
    Note :Minimal Download Strategy is a new framework which is been written to increase the performance of the SharePoint site.
    Also, with SharePoint 2013, you can have Managed Metadata Navigation option. For more information , 
    https://support.office.com/en-nz/article/Enable-managed-navigation-for-a-site-in-SharePoint-49a067dc-77d2-455d-9e77-250ec7cc0a6d
    Hope it helps!
    Thanks,
    Avni Bhatt
    If this helped you resolve your issue, please mark it Answered

  • URL for calling favorite portlet (or other portlet)

    Is there any direct URL
    that can invoke the portlet directly
    w/o logging-in portal?
    null

    Not at this point. We are planning on this capability for future release.

  • I have my download content code for the new Mountain Lion, and the printed instructions tell me to open the App Store select 'Redeem" in the quick links, enter my code. The problem is I cannot find the "Redeem" word in the quick links?  Where and why does

    How do I find the REDEEM word in the quick links section of the Mac App Store?  In fact I cannot find the quick Links either?

    Click the Featured tab, and look on the right hand side...

  • 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

  • What is the URL for Nightly Start Page i want to use that in my Open a new tab?

    How can i find the URL for the new Nightly start page as i want to use it in the new tab so it is the same as the home page . i use the nightly start page as home page too

    hello caseyvan, "about:home" is the url for the default firefox/nightly start page. you can set that as a new tab page when you can enter '''about:config''' into the firefox location bar (confirm the info message in case it shows up) and search for the preference named '''browser.newtab.url'''. double-click the entry & change it to any site you want to show up on a new tab.

  • Configuring News Portlet

    Hi
    I have my Oracle 9ias Rel 2 with Infrastructure running on a Windows 2000 Server. i am trying to configure News Portlet(Downloaded from OTN), i already have my JPDK and Url services infrastructure installed on the machine.
    Have made the entries in jserv.properties and Zone.properties as reffered in the README Doc available with this portlet's ZIP file , now the problem is, unlike other Portlets this doc doesnt tell me how to test the sample(using an url), instead the DOC has some HTTP link under the heading 'Moreover.com news feed links '
    Can any one help me as to how to Register this provider, in that case what URL should i specify?
    is there any way of testing any Sample for the news Portlet?
    TIA
    Bijesh

    The registration process is simarly to any Web provider as shown below.
    1. On the Build tab of the Portal Design-Time Pages root page, click on Register a Portlet Provider within the portlet called Provider.
    2. Enter Provider information for the Sample.
    1. Name: NewsPortlet
    2. Display Name: News Portlet Portlet Samples
    3. Timeout: 300
    4. Timeout Message: News portlet Timed Out
    5. Implementation Style: Web
    6. URL:
    1. http://myhost.com:port/servlet/newsportlet (if you're using Oracle9iAS Portal 3.0.9)
    2. http://myhost.com:port/jpdk/providers/newsportlet (if you're using Oracle9iAS Portal 9.0.2)
    7. Login Frequency: Never
    3. Click Finish.

  • How do i retrieve the url for external window

    Hi forum
    I have created a new application in my existing proj. In the existing proj i have a button on click of which i need to call the view of the new application i hv used the following code, but i dnt know how to retrieve the url for this new application.
    IWDWindowInfo windowInfo =(IWDWindowInfo) wdComponentAPI.getComponentInfo().findInWindows("AgencyFee_ReportsPrinterFriendlyWindow");
         IWDWindow window = wdThis.wdGetAPI().getComponent().getWindowManager().createExternalWindow(url, window name, false);
    Thanks & Regards
    Jaspreet Kaur

    Hi,
    If you have an application associated this window you can create the URL as mentioned below
      WDDeployableObjectPart deployableObjectPart = wdComponentAPI.getDeployableObjectPart();
           try {
              WDURLGenerator.getApplicationURL(deployableObjectPart);
         } catch (WDURLException e) {
              // TODO Auto-generated catch block
              e.printStackTrace();
    OR      
         try {
              String url = WDURLGenerator.getApplicationURL("<deployableObjectName>", "<applicationPartName>");
         } catch (WDURLException e) {
              // TODO Auto-generated catch block
              e.printStackTrace();
         IWDWindow window = wdComponentAPI.getWindowManager().createNonModalExternalWindow(url , "title");
         window.show();
    Regards
    Ayyapparaj

  • 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 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>

  • Invalid URL for Web Content Overlay. Help?

    I am doing a french tranlation to an existing folio app that someone else created.
    There is one page in my folio that is comprised of garbage and a trash can. You touch the garbage and drag it into the trash, and things change, etc.
    I have an index.html file and a bunch of other images.
    I can't even successfully add the article to my folio, I get this warning: Content Generator Error. Invalid URL for Web Content Overlay.
    Can you walk me through how to get this to work?
    Attached is a screen shot of my file structure...

    When you specify the .html file, all the content in that folder is uploaded automatically. Here's an article about Web Content overlays:
    http://help.adobe.com/en_US/digitalpubsuite/using/WS9293e1fb3b977c5c73657495129f66e490f-7f fa.html
    And here's an article and video about HTML articles:
    http://help.adobe.com/en_US/digitalpubsuite/using/WS67cb9e293e2f1f60530cf39c12f5fcd6d46-80 00.html

Maybe you are looking for

  • How can I dial a Unity subscriber extension when they don't have an assigned IP phone?

    I have set up our warehouse staff to share centrally placed IP phones by setting them up in Exchange and as a Unity subscriber and then configured the Call Transfer page to ring the extension of the phone closest to where they work in the warehouse. 

  • In motion2  when I export quicktime the text comes out blurred

    I recently upgraded fcp 4.5 to 5 and DVD studio Pro 3 to 4 and I have Motion 2. When I created an motion menu in Motion the text looks crisp but when I export it to either fcp or dvd studio pro the text becomes distorted. Is there something in the se

  • SOA BPEL 10.1.3.5.0 CPU Patches

    We are on 10.1.3.3.1 at US Marine Corps -Department of Defense We dont have a security patches for 10.1.3.3.1 open issues/questions: Open Issues: 1. What is Oracle's recommendation from Oracle about upgrading 10.1.3.5 vs 10.1.3.4 (CPU Patch support l

  • 3d Transform in CS2 not working

    Hi, i've been trying this filter, following a couple of different simple tutes, and i can't get it to work. i select my image, fire up the filter, drag a simple box/cylinder/sphere/whatever and then use the rotate tool, as per my tutes - execpt when

  • AUDIGY 2 ZS - DIGITAL OUTPUT TO H

    I AM TRYING TO CONNECT MY PC TO A HOME THEATRE AMP USING THE DIGITAL OUT SOCKET ON THE BACK OF THE PC (OPTICAL LEAD WITH AN ADAPTER) BUT DON'T GET ANY LIGHT AT THE OTHER END, WHICH I THINK INDICATES NO SIGNAL. HAS ANYONE GOT ANY IDEAS ON HOW I CAN SU