Binding Input Components to Bean Properties
In Welcome.jsp:
- Right-click the drop down list for Operation and
select Property Bindings...
- In the dialog:
- In the left column, select the list's selected property
- In the right column, select
the OperationRequestBean's operation property
- The dialog should
look like this
- Click Apply
- Repeat for the drop down list for Difficulty
Here is part of the resulting
Welcome.jsp.