Hi,

What is the proper way to model a registry of services per page instance? What I mean is for a component to be able to locate a service that is registered with the current page and that affects the GUI.


An example of such a service exists today: the feedback panel. Session.get().getFeedbackMessages returns the service that components can use to add feedback messages. What I'm is for a way to model a similar service. Is Session#getMetaData the way to do it?


Thanks,

Ittay

--
--
Ittay



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to