
After <sf:SimpleForm> is implemented, there may be requirements for visualization, such as in our example that all field names should be formatted in bold.
This is the advantage of composite elements. Instead of having to individually change all of the BSP elements that were already created, you only need to make one small change to a single BSP element.
Within the coding for <sf:SimpleFormItem>, the change
from: label->text = me->label.
to: CONCATENATE '<b>' me->label '</b>' INTO label->text.
causes the following task:
