Hi,

I have an iPojo component that asks the user for some input data. This data is then provided as a service for other bundles. So far - no problem. But I only want to provide the data for other components, AFTER the user entered something (so as soon as there is actually data available), and not while the user is still entering data (as the provided data would be empty in this case).

But as my component must be valid for the user to enter something, the service is also immediately available. This results in the consuming component to get valid as well, but without the actual data (this is NOT what I want, I want the consuming component to get valid as soon as there is real data available). I tried to write a handler for this case that checks if the user input data is actually valid. Is this the way to go? Or is there an easier way? How can I re-check the provided service within my handler (currently I check it once in the 'start' method, but how to I know if something changed on the service side?)?

Thanks,
Sebastian

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to