it is possible to create a new instance every time you enter the view-state via set tag?
my goal is to create a new instance upon view-state starts.Code:<view-state id="enterModelForm" view="view-modelForm" model="modelClass" > <on-entry> <set name="viewScope.modelClass" value="modelClass" type="xyz.ModelClass"></set> </on-entry> </view-state>
or any better approach is highly appreciated.
thanks



Reply With Quote