Designer 10.15 | webMethods BPM Task Development Help | webMethodsTask Development Introduction | About CAF Controls
 
About CAF Controls
To develop a custom user interface for a task application, published to My webMethods Server, you can add CAF controls to View Declaration Language (VDL) files. Composite Application Framework (CAF) provides two sets of its CAF controls:
*Controls for JSF 1.x applications in .view files
*Controls for JSF 2.x facelet applications in .xhtml files
Both sets of CAF controls are available in the Palette view, and are essentially identical, providing the same behavior and control attributes in each case. When you add a control to a VDL file, it is added using the appropriate code for the container file, either .view or .xhtml. In both cases, you can view and modify the control attributes through the Properties view, or directly in the code if you prefer.
For more information about CAF controls, see webMethods CAF Tag Library Reference.
Related Topics