Adaptive portlet solution- Inline-post

I have a search screen (portlet) and when the user submits I want to display the results in another portlet.I am planning to implement the inline-post in .net. Are there any examples of how to implement this in .net. PTHTTPPostrequest has a URL argument, should this be set to javascript or can this be a url to a remote service.

Generally if you are using ASP.NET, you should install the Plumtree EDK .NET Web Controls. These will provide you with adaptive portlet features, without you having to code the adaptive portlet javascript yourself.

Similar Messages

  • Adaptive portlet solution

    Are there any examples of using .net and adaptive portlet solution?

    Generally if you are using ASP.NET, you should install the Plumtree EDK .NET Web Controls. These will provide you with adaptive portlet features, without you having to code the adaptive portlet javascript yourself.

  • ADC Adaptive Portlet PTHTTPPOSTRequest Javascript Error

    I followed the inline post sample and it is giving me javascript error. PHTTPPostRequest function is undefined.
    The error occurred on this line of code
    var post = new PTHTTPPOSTRequest(postUrl, theForm, handleInlinePostResponse);
    I traced back to the function declaration and it shows that I do have the JS file on my Plumtree server. .....imageserver\plumtree\common\private\js\jsxml\120930\PTXML.js
    Any help would be appreciated.
    Thanks
    Steve

    New Finding. I explicitly added the following line to the code to the portlet
    <script type="text/javascript" src="pt://images/plumtree/common/private/js/jsxml/120930/PTXML.js"></script>
    The portlet works fine on FireFox 0.9.3 and Mozilla .1.7.2 but not IE 6.0. The only error I could get out of IE was
    Internet Explorer cannot open the Internet Site........
    Operation aborted.
    Mozilla works but gave me this error
    Error: uncaught exception: Security Error: Content at http://company.com/portal/server.pt?space=MyPage&cached=true&parentname=CommunityPage&parentid=1&in_hi_userid=1&control=SetPage&PageID=214may not load data from http://plum-box-01/imageserver/plumtree/common/private/js/jsxml/jscomponent.xml.
    What does this means? Should I remove the PTXML.js call and find the problem somewhere else?

  • Adaptive Portlet Causing Screen Flicker on Dropdowns

    I have a Master Portlet displaying a Datagrid with a Hyperlink column in it that raises a PCC event for an Adaptive portlet. The Detail portlet has a series of DropDown list boxes. When the user clicks on the link to call the PCC and the detail renders the data, the drop downs flicker as if they are posting back, When the user clicks on another link, the drop downs flicker twice, another click, they flicker three times and so on. Anyone else encouonter this?
    Paul

    Your underpowered system may get by if you edit SD DV material, but is way out of its league when editing AVCHD or Red or DSLR material.
    Without further info to go on, you have the following problems:
    Not enough memory
    No dedicated nVidia video card
    Insufficient PSU
    No hard disks
    About the only thing good about your system is the CPU, but there it ends. Everything else needs to be improved. How much depends on your source material, your workflow, your destination format and all those data were severely missing.
    Edited for content (personal comments)
    Message was edited by: Jerry Klaimon

  • Problem with Adaptive Portlets

    Hi,
    We used the adaptive portlets example and developed a master and details kind of portlets in asp.net. After deploying on portal everything works fine If I run the portlets from the portal server. If I move to a different system to test we are getting the javascript problem saying PTHTTPGETRequest is undefined.
    Does any one ran into this problem and any idea.
    Thanks,
    Ramesh

    What are you using to include the necessary javascript (i.e. the PTHTTPGetRequest)? If it's the PTLoader then I expect you don't have any pt xml libraries installed (you'd need to install collab or EDK .NET Web Controls), if you're referencing them directly make sure you have the correct (latest) version and the URL resolves.

  • Refresh adaptive portlet

    I have 2 different adaptive portlets on a page. The first portlet raises a PCC event that is registered on the second portlet. I need to refresh (not postback) the second portlet when it receives the event. I have accomplished this with PTHTTPGETRequest following master-detail pattern. My issue is there doesn't seem to be a safe way to get the div id generated by the .net web controls that wraps my portlet. I have hardcoded PTPortletDIV_$$TOKEN$$ as the div id, but according to Plumtree, this id might change. Is there a better way to get this div id?
    Thanks,
    Tanner

    You say that you need to refresh the portlet - but not postback? Why not? Why can't you simply have the javascript function call __doPostback('','')? This will postback with no args so should not perform any logic on the server, just refresh.
    Jonathan

  • Submit button on Adaptive Portlet Launches into new Browser

    Here we go again... I'm using the PTW version 2.2 with an Adaptive Portlet. When I click on the Submit button, It launches a new instance it the Browser which is outside of the portal. Anyone else encounter this?
    Paul

    I had the same problum but mine was when i triggered an onclick event for the button. I resolved it by add the code below to call my javascript function if key 13 (Enter on keyboard) was stroked. __returnUser(); is the javascript function I am calling if the Enter key is hit. Hope this helps you.
    function keyHandler() {  if (event.keyCode == 13 )  {   __returnUser();   event.cancelBubble = true;   event.returnValue = false;     } }
    document.onkeypress = keyHandler;
    Nick Simpson
    (e)[email protected]

  • Adaptive Portlet Security....cross site scripting error

    Ok, I'm using Adaptive Portlets to access portlet data that resides on a different machine than my portal server. Everytime I try and perform a PTHTTPGET, I get a javascript security error. At first I was able to get around this by storing my portlets on the same machine as the server, however, in production this will not work because our portal is installed among 5 different boxes.
    Does anyone know how I can get around this?
    Dana

    The way to work around this is to make sure that any URLs you GET from are gatewayed. That way, as far as the browser is concerned, they're from the same host.
    ...stephan

  • PTWC 2.2 Breaks Adaptive Portlets - Here's the fix!

    The Plumtree .NET Web Controls 2.2 states that the GetPostBackEventReference is no longer needed (as is the ptrender="true") However, unless I'm doing something wrong, it tends to break the functionality of Adaptive portlets. The fix is to simply put back the following in the Page_Load event.
    'Force creation of "_doPostBack" - Plumtree Requirement.Page.GetPostBackEventReference(Me.Page)
    Paul

    Paul,
    How is this breaking the functionality? There is now a function in postbacksupport.js called PTWCControl_2_2.doPostBack(...), and all __doPostBack(...) functions are transformed to use function instead. The GetPostBackEventReference forces this function to be included in the page, but if everything is working properly it should never be used (it would even be stripped out in many cases).
    Jonathan

  • HTTP adapter as receiver to POST name-value pairs - How to?

    Hi,
    Scenario: HTTP Sender <> XI <> HTTP receiver (Sync throughout; no BPM)
    In this scenario, a HTTP channel is configured to the target URL to post data.
    The message mapping results in a XML. HTTP posts the same XML to the target URL.
    However,the target URL expects data Posted as name-value pairs.
    eg. eid=45678&zip=11011&ename=Tom%20Lee
    How can we configure HTTP adapter channel to post XML data as
    name-value pairs (as in standard HTTP Form Post)?
    Any pointers?
    thanx,
    Pops

    Hi Udo,
    I currently have a solution (simpler than having a BP), but do not expect it to be the right way of doing.
    I am using Java Mapping to convert the XML structure into Name-Value pair. So the output of Mapping is a string like how HTTP post is expected. So the interface mapping having multiple mappings - firstly, the original Message mapping, and then the Java mapping to do the conversion. So, with a small extension, the solution is still kept simple.
    However, I thought the POST requirement to HTTP URLs would be a common requirement, and expected the HTTP adapter doing this conversion. So, I am still looking for a straight solution (without any custom extensions).
    Any one else faced this situation?
    Can't this be handled by HTTP Adapter?
    -- Pops V

  • ADAPTER.SOAP_EXCEPTION Error while posting data on webservice.

    Hi.
    I have IDOC-> SOAP -> IDOC Synchronous Scenario.
    I have uploaded WSDL of the webservice for mapping.
    Data is not posting on Webservice.
    it is giving me Following error.
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:Category>XIAdapter</SAP:Category>
      <SAP:Code area="PARSING">ADAPTER.SOAP_EXCEPTION</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText>soap fault: Server was unable to process request. ---> Object reference not set to an instance of an object.</SAP:AdditionalText>
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack />
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    When i checked Call Adapter Outboundbinding..
    <SAP:OutboundBindingAttributes>
    - <SAP:AdapterTypeData xmlns:SAP="http://sap.com/xi/XI/Message/30">
    - <SAP:Attribute>
      <SAP:Name>verifyWsuTimestampMessageAge_SecurityProfileWSSEVerifyEncryptionBodyThenSignatureBodyResponse</SAP:Name>
      <SAP:Value />
      </SAP:Attribute>
    - <SAP:Attribute>
      <SAP:Name>applyEncryptionKeyStore</SAP:Name>
      <SAP:Value />
      </SAP:Attribute>
    - <SAP:Attribute>
      <SAP:Name>applyEncryptionKeyStoreAlias_SecurityProfileWSSEApplyEncryptionBody</SAP:Name>
      <SAP:Value />
      </SAP:Attribute>
    - <SAP:Attribute>
      <SAP:Name>WSSEProfileApply</SAP:Name>
      <SAP:Value>SecurityProfileWSSEApplySignatureBody</SAP:Value>
      </SAP:Attribute>
    - <SAP:Attribute>
      <SAP:Name>applyEncryptionEncryptionSignatureAlias</SAP:Name>
      <SAP:Value />
      </SAP:Attribute>
    I found this entry..
    Is there any problem in outbound binding.
    Kindly guide me for same.
    Regards,
    Siya

    Thanks Stefan.
    Yes, sender agreement is there and it is also there in CPA Cache.
    CPAObject: (Binding) keys: ObjectId=02cb8f5717cc35e582f072b26138a0f8 values: Direction=I
    ActionNamespace=http://test.com/xi/POC ToParty= FromParty= HeaderMappingConfig=null MappedActionNamespace=null MappingClassName=null ActionName=os_test AdapterNamespace=http://sap.com/xi/XI/System MappedActionName=null ToService= AdapterSWCV=b38bcd00e47111d7afacde420a1145a5 FromService=temp AdapterType=SOAP MappingId=null Attributes=<?xml version="1.0" encoding ...
    http://sapxis:50000/XIAxisAdapter/MessageServlet page also shows the status OK for required components and Warning for optional components.
    Am I missing something?
    Thanks,
    Beena.

  • HTTP Sender Adapter - URL / Query String - Posting problems ?

    Hi All,
    Scenario: Partner sending order request via HTTP adapter to XI
    I have configured my scenario and this is a sample URL I gave to Partner but when they try to post, they get "Connection Failed" error.
    http://server.cmpny.com:1234/send/test/message?
    service=Send_Order
    &namespace=urn%3Asap-com%3Adocument%3Asap%3Aidoc%3Amessages
    &interface=ORDERS.ORDERS05
    &party=ABC&qos=EO/
    Party Name : ABC
    Service : Send_Order:
    Interface: ORDERS.ORDERS05
    Namespace: urn:sap-com:document:sap:idoc:messages
    This partner has been "successfully" exchanging data for other messages using the same hostname/userid/passwd, so is there any problem my URL encoding ?
    Any help is appreciated
    Bob

    Hey
    i m not sure how u generated the URL for the scenario but the best approach would be to use the following HTTP test tool for it
    /message/266750#266750 [original link is broken]
    just use the code given by Mr.Stefan Grube .
    secondly instead of host name ,give the IP address of the XI server.
    Thanx
    Aamir

  • Integration of Seeburger Adapter in Solution Manager for Monitoring

    Hi Experts ,
    Can we Integrate the  monitoring of Seeburger adapter into the Solution Manager dashboard under central PI Monitoring ?
    We are using   AS2, FTP and sSFTP seeburger adapters here.
    Regards,
    Kamal
    Edited by: KAMAL KUMAR on Jan 11, 2012 2:33 PM

    Hi,
    check  [this.|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/408e1501-fb8c-2e10-edba-f51f13cde64e?QuickLink=index&overridelayout=true]
    Page 29 has useful information on adapter/channel monitoring.
    -santosh.

  • SOAP adapter redirecting 50000 port posts to 50001 automatically

    Hi,
    We have the SSL provider activated because we do encrypted messaging with external partner, but we also have internal systems posting via the SOAP adapter without SSL. They are trying to do this via port 50000, but since SSL is active, the message is redirected to 50001. This normally would not be an issue, except, they do not have port 50001 open on the firewall of the internal system sending the message and it is blocked, is there a config setting to NOT automatically redirect messages to 50001?
    But acept them via 50000 and 50001.
    Thanks,
    Chris

    Its technically possible to use same port but it may give usability issues in long run. It would be better if you could opt for different ports. During https enabling, the SSL port is identified and the traffic will always use that port. You Might need to disable and re-enable the settings.
    Regards,
    Prateek

  • False solutions being posted here.

    There is a moderator named Norman who goes around advising as a simple solution to all billing questions going to Billing HIstory, which is simply a list of expenditures (hidden two levels down in Account Management).  He then makes it impossible to respond to the poster or to him, Norman.  This is really offensive.
    The fact is, there is no consolidated list of expenses for Skype service.  When I added up my Skype payments -- no small task, Skype does not provide categorized or subtotaled expenses, just raw data --they totalled hundreds of dollars per quarter.  In other words, I am spending more on Skype than I do for my wireless smartphone, and I consider it to be too expensive.  The difference is, I can see how the charges accumulate on my smartphone account.  I can't with Skype.  Purposely, it no longer provides cost data in a usable format.
    Sure, calls among Skype users are free, but most people whom I call don't use Skype-to-Skype calling.  Most don't even use Skype.  So this reward is proving bogus, while my real costs are skyrocketing.
    I don't know what to do about this.  I suppose No. 1 is to find an alternative long-distance service.  Skype had done that to me:  it has turned me, a formerly contented customer eager to turn my friends onto Skype, into somene who feels like a victim of unfair pricing.  I wouldn't now recommend Skype to anyone.

    You can find a list of all your expenses for Skype in your "Purchase history" on your web account page at https://secure.skype.com/wallet/account/orders - Does that help?
    Follow the latest Skype Community News
    ↓ Did my reply answer your question? Accept it as a solution to help others, Thanks. ↓

Maybe you are looking for

  • How can I make a warp/wave animation of my logo, and drop it into muse?

    I have made a Logo that has a wave like feature to it, it is round, and I made and animation of it warping, rotating, and moving around the screen with After Effects. Now I have realised that after effects was probably not the right program to make a

  • Session could not be started

    Hi I'm using a PC with Windows Vista, my iPhone is using software version 2.2.1 and iTunes version 8.1.1.10 I can sync it with the laptop fine, but when I try and back up my phone I get the message: iTunes could not back up the iPhone with "phonename

  • My ipad camera is not working why? Help

    My ipad camera is not working, why? Please help!!

  • Select  current time stamp in nysql

    hi i have a problem with timestamp. in oracle SQL> select systimestamp from dual; 20-JUL-06 03.33.59.000000 PM +05:30 but in *** MYSQL*** how i will get system timestamp. plz give solution thanku

  • Following upgrade to Windows 8, how do I restore Firefox bookmarks?

    Microsoft told me my stuff was compatible when I checked before upgrading. All of my bookmarks and most of my desktop are gone. Not to mention most of my programs such as Office ! I had a long list of bookmarks. Is there a way to restore that list?