Action Property in KM

Hello All,
How can i get the Action property for the KM Contents?
My requirement is, i need to filter the contents( If it is html means while clicking that it should display in the Desktop Inner page )
valuable answers will be rewarded.
Thanks and Regards,
Mythili

Hi,
For this you will have to create your own ResourceRenderer and when HTML resource is rendered then proper link target should be set: target="_self"
https://forums.sdn.sap.com/thread.jspa?threadID=263289
Regards,
Praveen Gudapati

Similar Messages

  • Uses for the Action Property with SQL and Oracle DB Adapters

    This thread is a complement to the Wiki Article
    BizTalk: Streamlining WCF SQL and Oracle Messaging-Only and Other Patterns
    The question.  In what circumstances is explicitly setting the Action value with the WCF SQL and Oracle DB bindings useful or beneficial. 
    A complimentary question.  Is it even possible to set the Action value to anything other than exactly what is required by the Message.
    I ask because of three very specific behaviors of the bindings themselves:
    The binding enforces a match between the Action and the Message, therefore...
    There is a one-to-one relationship between the Message and Action, but...
    The binding is able to correctly derive and perform the requested operation with the unspecific CompositeOperation.
    For clarity, I understand how to set the Action. I. understand what the Action represents in the SOAP scheme. I understand how Action can be used as an abstraction for SOAP operations.
    Thoughts?

    Do you have any good suggestion to learn how to use action property with SQL and Oracle DB adapters?  I learn a lot from your replies for years in BizTalk forum. :)

  • EL in the "action" property of the button

    I am using ADFBC with JDeveloper 10.1.3.3
    I have a scenario where by pressing on a button on a page, I want to be able to return to the originating page, and there are multiple originating pages.
    I can achieve this by putting the logic in the "action method" of the backing bean. It just seems to me to be lots of overheads with creating backing beans just for this purpose. I am wondering if there are easier ways. What I would like to be able to do is to put the logic as an EL in the "action" property of the button itself, but apparently, this is not allowed. Please advise.

    User,
    The backing bean is absolutely the correct place for this type of logic. Backing beans are part of the "controller" piece of the MVC (model-view-controller) architecture. The controller is responsible for flow-of-control; hence the backing bean is a proper place for it.
    What you are trying to do is to essentially put the controller logic into the view layer - much like the way people used to create JSP's with code interspersed with markup.
    I would strongly recommend you do this type of logic/code in the backing bean.
    Regards,
    john

  • [ADF] exist any action property in inputText?

    Hello,
    My question is if it's possible to simulate a action property in inputText. I have a autosubmit in a inputText and i want to call one backingbean function when i press the TAB button to refresh other 3 inputTexts that are in the same page.
    Any solution??
    Thanks
    XerX

    I just have solved the problem with a valueChangeListener in the inputText!
    XerX

  • How to get field action property in a pdf form

    Hi all,
    In pdf form, there is a Radiobutton field is there.
    Now i want to create a checkbox with same properties what and all Radiobutton is having.
    I got the all the properties from Radiobutton and created checkbox except "Actions".
    I checked with documentation In that i come to know we can able to add script by addJavaScript or able to set actions by setAction.
    Is there any possibility to get Action properties from a field???
    Please if anybody know let me know.
    Thanks and Regards,
    Christy

    Thanks a lot for your answer.
    I have one more doubt
    In Acrobat 5 we can easily change field type by selecting changetype option, the only thing we need to give diff name for the field it will change type what we changed with the properties what and we had in old type.(I m explaining here about radio To checkbox).
    If it is possible can u please explain in what basis it is working.
    Thanks and Regards,
    Christy

  • Selecting Behavior property of the Call Behavior Action on a UML Activity Diagram

    I have 16 projects in my UML solution, and I need to be able to select a Behavior in the Call Behavior Action property that is in one Activity Diagram, from a list of Activity Diagrams that are located in different projects, but still in the same overall
    Solution.  Currently, it looks like I can only select Behaviors from within the same project.

    This is related to TFS.  I am using Visual Studio 2013, Ultimate.
    It would be more meaningful if I could insert an Activity Diagram into another Activity Diagram, which is similar to what I can do with an Activity Diagram into a Use Case Diagram.  However, TFS will not allow that.  Instead there is the option
    of using the Call Behavior Action.  When I use this item from my toolbox, I can open the Properties for it and select from a list of "Behaviors" (i.e. Activity Diagrams) that are located in the same Project.  I want to select an Activity
    Diagram from a different Project, but still within the same Solution.  Here is a picture:
    These diagrams are all within the same project.  I want to be able to select a diagram from a different project within the same Solution.  For example, select a diagram from Cash Management as the "Behavior" for an item in the Dealer
    License Project.  They are both in the same Solution, so it seems like I should be able to do that.
    Thanks for any advice.
    Jeff
    Jeff

  • Addressbook actions do not work since Mavericks Update

    I had some nice addressbook actions in my Contacts-App.
    by clickin on email or telephone-action I was able to perform some specific actions like doing a phone call via iphone, ...
    since the 10.9 update these actions don't work anymore. By perfoming these actions nothing happens and I get no error message nor any output in apple script
    the scripts are stored in ~Library/Address Book Plug-Ins
    the scripts look similar to this (assumin the app TK-Suite-Client is installed):
    on cleanString(str, chars)
              set tid to AppleScript's text item delimiters
              repeat with c in chars
                        set AppleScript's text item delimiters to {c}
                        set chunks to text items of str
                        set AppleScript's text item delimiters to ""
                        set str to chunks as Unicode text
              end repeat
              set AppleScript's text item delimiters to tid
              return str
    end cleanString
    on ApplicationIsRunning(appName)
              tell application "System Events" to set appNameIsRunning to exists (processes where name is appName)
              return appNameIsRunning
    end ApplicationIsRunning
    using terms from application "Contacts"
              on action property
                        return "phone"
              end action property
              on action title for aPerson with phoneNumber
                        return ("anrufen : " & (value of phoneNumber as string))
              end action title
              on should enable action for aPerson with phoneNumber
                        return true
              end should enable action
              on perform action for aPerson with phoneNumber
      (* remove ignored phone characters *)
                        set phoneNumber to my cleanString(value of phoneNumber as string, {" ", "-", ")", "(", "."})
      set volume 0
                        using terms from application "TK-Suite-Client"
                                  activate application "TK-Suite-Client"
                                  delay 0.5
                                  tell application "TK-Suite-Client" to dial phoneNumber
                        end using terms from
                        return true
              end perform action
    end using terms from

    very easy... in Mavericks AddressBook.app was changed. with that came some changes.
    you need to take ALL scripts from  ~/Library/Address\ Book\ Plug-Ins
    and copy them to NEW location: ~/Library/Application\ Scripts/com.apple.AddressBook
    restart Address book and your scripts should work.
    good luck.
    Leon

  • WSDL without SOAP Action (BTS.Operation?)

    Hi
    I got a WSDL without SOAP Action specified. I'm able to generate XSDs, set up a send port and  call an operation. Since I was calling a single web operation then I set up my Action at send port WCF config to be
    http://localhost/CarService/updateLocation, i.e. [service URL]/[operation name].
    My problem now is that I need to call two separate operations from that web service by using BTS.Operation property; one is still
    updateLocation and the other one is removeLocation. How can I specify Action in send port WCF config when SOAP Action is missing in WSDL? I tried specifying different values but none of them were successful.
    Ex.
    <BtsActionMapping>
       <Operation Name="updateLocation" Action=""/>
       <Operation Name="removeLocation" Action=""/>
    </BtsActionMapping>
    Kind regards
    A.H.

    Hi,
    How are going to call these web-methods. Are your going to call these two methods from the same Orchestration. Or are you going to call these methods from two different send ports by content-based routing (send port filter).
    In BizTalk, this instruction (SOAP Action) is set by assigning a value to WCF.Action context property. You can specify WCF.Action property in two ways:
    Single Action Format
    Action Mapping Format
    The way you have been calling before "http://localhost/CarService/updateLocation" is called Single Action Format. Now you have use the Action mapping format.
    In Action mapping format, you map the WCF.Action context is “mapped”/resolved from another context property BTS.Operation. So if you call from the Orchestration, set the BTS.Operation approirately to resolve the URL in the config. i.e if you have config
    like this:
    <BtsActionMapping>
    <Operation Name="updateLocation" Action="http://localhost/CarService/updateLocation"/>
    <Operation Name="removeLocation" Action="http://localhost/CarService/removeLocation"/>
    </BtsActionMapping>
    In your orchestration, if you set the WCF.Action to "removeLocation", WCF.Action would be resolved to "http://localhost/CarService/removeLocation". In orchestration, you set the
    WCF.Action  context, by setting the logical send port's operation name. Refer to this article for more info:http://www.fortuvis.com/blog/biztalk-and-wcf-soap-action/
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful.

  • CommandButton's Action method doesn't  work

    Hi all
    My English isn't very good
    I use jdeveloper 11.1.1.3.0
    I have SelectOneRadio with two options. When I select each option two PanelGroupLayouts' visible should change:
    <af:selectOneRadio id="sor1" layout="horizontal"
    binding="#{Bean1.sor_Value}"
    valueChangeListener="#{Bean1.chg_sor}"
    autoSubmit="true">
    <af:selectItem label="1" value="1" id="si1"/>
    <af:selectItem label="2" value="2" id="si2"/>
    </af:selectOneRadio>
    public void chg_sor(ValueChangeEvent valueChangeEvent) {       
    if (sor_Value.getValue().toString().equals("1")) {
    pgl_1.setVisible(true);
    pgl_2.setVisible(false);
    } else {
    pgl_1.setVisible(false);
    pgl_2.setVisible(true);
    AdfFacesContext.getCurrentInstance().addPartialTarget(pgl_1);
    AdfFacesContext.getCurrentInstance().addPartialTarget(pgl_2);
    In each pgl I have a commandButton with a method related to theirs' action property. but When I click each button nothing happen and their related method don't run.
    but when I use rendered instead of visible in method: "chg_sor" , buttons' action method work well but in this case another error occurs because I can't ppr components that are not rendered.
    I don't know how solve this problem?
    Habib

    Thanks Frank
    In each pgl I have inputText with required=True. and if required field is null and pgl become invisible(visible = false) so the button's Action method on the other pgl(visible = true) doesn't run.
    why this happen?
    Habib
    Edited by: Habib Eslami on Feb 19, 2013 10:00 PM

  • Action vs ActionListener

    I am curious if there are any best practices for using the action property vs the actionlistener property to execute some managed bean code when clicking on a button? Should you only use the actionlistener if you need to do something with the action event? Is there performance implications of using action vs actionlistener?
    Thanks.

    As far as i know you use the Action property when you need to navigate within a taskflow. Also you are correct if you need to play with a actionEvent you will have to use a ActionListener wherein you can write some logic as well as navigate programmatically.
    So the use is usecase based.

  • Parameter mapping for an action

    can anybody help me with this parameter mapping.
    how we can pass a parameter for an action.
    and how to use that parameter in the implemented coding.

    Hi sarbjeet,
    Rajat has correctly explained your requirement.
    Let me give you example.
    say when the User opens your application it shows a page with one drop down which conatins some values and a button. So If you want to get the value selected by the user on click of the button, then you need to associate a action with the button(which you can define in action property of the button and it will automatically create the method and you can check it in the implementation tab). Now you can write the code for getting the value from drop down in this method. after getting the value you can do what ever logic you want to perform like inserting it into database etc.
    Hope this will clearify logic. If you require the code then please let me know.
    Regards
    Narendra

  • CommandButton action executing while Page Refresh

    Hi,
    I am developing an Application in ADF. I have a method in Backing Bean. I am associating this method to action Property of CommandButton in jspx Page.
    <af:commandButton text="Submit"
    action="#{backing_blockingRowWhileLoading.doNotExecuteOnPageRefresh}"
    binding="#{backing_blockingRowWhileLoading.commandButton1}"
    id="commandButton1"/>
    This is the code in the backing bean
    public String doNotExecuteOnPageRefresh()
    System.out.println("postback loop");
    return null;
    When i am clicking the command Button the method is being executed and statement is being printed on the console. This is fine.
    The problem is when i am pressing F5 or refreshing the browser the method is being executed once again.
    Can i write the method in backing bean in such a way that it is executed only when th button is clicked. It shouldn't not be executed when page is refreshed using F5 or Refresh button of the browser.
    I have tried with the below statement. It also failed.
    if (!AdfFacesContext.getCurrentInstance().isPostback()){}
    Can anyone please help me in solving this issue. This is very urgent for me. Thanks in advance.
    Thank You,
    Ravi kumar.

    Hi Sireesha,
    Thanks for helping me in solving the problem.
    I have placed the below code in faces-config.xml and it solved the issue.
    <navigation-rule>
    <from-view-id>/blockingPageExecutionDuringPageRefresh.jspx</from-view-id>
    <navigation-case>
    <from-outcome>success</from-outcome>
    <to-view-id>/blockingPageExecutionDuringPageRefresh.jspx</to-view-id>
    <redirect/>
    </navigation-case>
    </navigation-rule>
    Thank You,
    Ravi kumar.

  • CommandButton onClick() action problem

    Hi every one ,
    I want to execute an Ajax function when clicking on submit button before submitting the page like this :
    <h:commandButton value="Go" onclick="myFun();" action="#{myController.getPropertyName}"/>where this javascript function will show a yes/no message then an Ajax function will be executed according to the user choice.
    The problem is that the j.s function is not even executed but the action is submitted directly.
    And from what i understood is that JSF reserves onclick() function to execute "action" property, that's why it can't feel the onclick() i wrote.
    I also tried using onmousedown() instead but still the action is submitted directly.
    Any suggestions ?

    Hesham wrote:
    Yes, i thought so but i can't change the JSF version used in the project, so is there a way to overcome this ?Perhaps one of the other events fired by the button will be sufficient (e.g., onmouseup). You could also try to implement your own component for this.

  • Was changed app behavior for JSF 1.1 (commandLink action)

    I use very simple navigation approach. Inside commandLink tag I have set action property (new_patient):
    <h:panelGrid id="ACTION" columns="6" styleClass="entity-action" columnClasses="entity-action-column">
    <h:form>
    <h:commandLink styleClass="jclink" action="new_patient" >
    <h:outputText value="New Entity" />
    </h:commandLink>
    </h:form>
    And I have the navigation rule:
    <navigation-rule>
    <from-view-id>/pages/EntityListLayout.jsp</from-view-id>
    <navigation-case>
    <from-outcome>new_patient</from-outcome>
    <to-view-id>/pages/EntityDetailLayout.jsp</to-view-id>
    </navigation-case>
    </navigation-rule>
    I don't use any action listeners and backing beans to navigate from this place.
    It worked fine for JSF 1.0 and doesn't work for JSF 1.1 (I have javascript assertion: document.forms._id15... is null or not an object). What was changed? May be I miss something? Or from 1.1 I should use some bean method with return "new_patient"?
    Thanks a lot.

    2. there is bug in datatable - immediate command reset
    interface component submited value to benas value
    Is it fixed ?
    Can you please help me reproduce this bug? Can you perhaps post a JSP
    fragment that shows the problem?example ;
    <f:form>
    <h:dataTable value="tData.model" var="data" .... >
    <h:inputText value="data.field" ... />
    </h:dataTable>
    <h:commandButton immediate="true" action="action" />
    </f:form>
    begin value for field is for instance '1' (from bean data)
    I type '2' and click Button (with immediate and value be leave unchanged)
    JSF return value from field to '1' (from bean)
    Button can be in <h:dataTable> - it is same
    When i try this with simple component (without <h:dataTable> )value leave '1'
    myfaces work fine
    regards

  • How the actions generated  by JHs work?

    Hi
    When you generate a group in JHs, it generates a menu file and sets the action property of the itemNode to something like uishell:Departments. I want to know how this action works. Actually I want to know the steps needed to add a jsff page manually to an existing JHs application and display it inside the uishell page by clicking a button or menu item.
    Ferez

    Ferez,
    The UIShell navigation technique used in JHeadstart is similar to what is described in this blogpost: https://blogs.oracle.com/jheadstart/entry/core_adf11_uishell_with_menu
    The easiest way to include a custom jjsff page is to create an additional group in JHeadstart, set the layout style to form, add one dummy unbound item, generate it once, and then switch off page generation for this group. You can then copy and paste the content of your custom page fragment into the page fragment you generated once.
    Steven Davelaar,
    JHeadstart Team.

Maybe you are looking for