I have a form that is bound to a RestDataSource and the form has many SelectItem and each is bound to different RestDataSource.
The form is contained in a Modal Window object, I want to show loading message that starts when data retrieving starts for the form and its SelectItem items, and show the Window once that data are fetched!
Any ideas?
The form is contained in a Modal Window object, I want to show loading message that starts when data retrieving starts for the form and its SelectItem items, and show the Window once that data are fetched!
Any ideas?
Comment