IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  TaskInboxBar Basic Tab name Change

    Posted 03/07/12 03:12 AM

    How to change the name of the “Basic” Tab of SearchBar Control in the TaskInboxSearch portlet.

    Thanks in Advance
    Iman


    #webMethods-BPMS
    #webMethods
    #MWS-CAF-Task-Engine


  • 2.  RE: TaskInboxBar Basic Tab name Change

    Posted 03/07/12 01:02 PM

    You can override the resource strings used by many of the built-in controls in your application resource bundle (as specified in faces-config.xml). This is usually the src\com\webMethods\caf\AppResources.properties file.

    For example, add this key=value line to the resource bundle:

    component.search-bar.tab.basic=Your Tab Text Here

    That changes the text for all instances of the SearchBar control in your CAF application.


    #webMethods-BPMS
    #webMethods
    #MWS-CAF-Task-Engine


  • 3.  RE: TaskInboxBar Basic Tab name Change

    Posted 03/09/12 12:52 AM

    Thank you very much Eric for your quick reply.

    It worked…

    Once Again Thanks,
    Iman


    #MWS-CAF-Task-Engine
    #webMethods-BPMS
    #webMethods