using statusmessage widget to show user notification
Hello,
I have a datetimepicker for selecting the "start date" and another datetimepicker for "end date" on my mashup.
Now I would like to make a validation that "start date" cannot be greater than "end date" and if user selects "start date" which is greater than "end date" I should be able to show a popup message reflecting the error.
To show the popup, I understood that I can use "statusmessage" widget. But I am not able to understand the philosophy to use that widget. "statusmessage" widget uses a bindable service "show message", which I think can only be bound to events. So how do I fulfil this requirement.
I am not able to find enough details/tutorials on using "statusmessage" widget. Please suggest.
Thanks and Regards
Aditya Mittal

