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.

 View Only
Expand all | Collapse all

Background Image doesnt show on CAF at runtime but can view it in design time

  • 1.  Background Image doesnt show on CAF at runtime but can view it in design time

    Posted Wed November 16, 2016 07:45 PM

    Background Image doesnt show on CAF at runtime but can view it in design time


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


  • 2.  RE: Background Image doesnt show on CAF at runtime but can view it in design time

    Posted Thu December 08, 2016 08:40 AM

    Can you please share the code you updated with BackGround image.

    You should update the CSS property of root element (form if you have).


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


  • 3.  RE: Background Image doesnt show on CAF at runtime but can view it in design time

    Posted Wed January 10, 2018 08:10 PM

    We were able to fix this issue.

    Please add the image to the cafProject/webcontent folder and add the below css style:

    background-image:url(#{facesContext.externalContext.requestContextPath}/Images/bckgroundImage.png);

    This fixed the issue. Just wanted to pass this on so that this will help people who are looking to implement same feature in caf.


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