As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
What version of WF are you using? I believe that the default method is "post" ... are you sure that this is from RL, or is this happening for drill downs?
I'm using 5.3.3. My RLP has generated code with POST but still when I click the button it is doing GET (i.e. I see all the parameters in the URL). I observed that the FORM does not have ACTION. I also double checked in the browser by viewing the downloaded HTML page and it shows POST. I wonder if the submit is being done through javascript and somehow resulting into GET rather than POST. May be somebody can shed some light here as per why it is doing GET even when I see POST in the code.
The workaround I settled on for now is - I carefully tweaked the ProcessMultiSelect function found at -
It calls getQuote function to get quotes. I made it call my own getNewQuote which is almost a replica of getQuote except with doublequotes.This message has been edited. Last edited by: Govind Jujare,
WebFOCUS 5.3.3 MRE - Solaris - Sun Web Server - Weblogic
I think I see the reason why it was doing GET instead of POST. The way I develop in RLP is - import the fex (so that I can get the input elements in the painter), create a button, link it to the fex with destination as _blank and delete the fex from RLP.
This leaves me with the input elements and the button. Now the button has an action OnRunRemoteObject which builds the URL and replaces my page with that URL.
Is there a better way of getting input elements into RLP (so that it shows only the report when I submit .. and also be able use the POST method) ? I wonder how everyelse is using RLP.
WebFOCUS 5.3.3 MRE - Solaris - Sun Web Server - Weblogic