Hi all, I have form bean prepopulated in the SetUp class before return to the view..
Employee form is set before returning to the view.
empForm.setName("Alice");
How can i check whether the form bean property "name" exist in the view
section?
Appreciate any help.

