previous |
index
Binding Output Components to Bean Properties
In Operation.jsp:
- Right-click the static text component in the first row of the grid panel
and select Property Bindings...
- In the dialog:
- In the left column, select the component's text property
- In the right column, select
the OperationRequestBean's operation property
- Click Apply
Repeat for the static text component in the second row of the grid panel
Here is part of the resulting
Operation.jsp.
previous |
index