Hi,
I want user filter the resources before assigning.Could somebody tell me if its a appropriate way doing this?
Thanks for reply!Code:<view-state id="assignForm" view="..." model="myBean"> <transition on="search" to="assignForm" bind="true"> <evaluate ... do some form object validation before next evaluation...> <evaluate ... something else...> </transition> <transition on="assign" to="finish" bind="true"> <evaluate ...> </transition> </view-state>
-Jimmy


Reply With Quote