Hello, I have a simple wicket application built around the DefaulDataTable example. In the same program I have an Event Listener class which is called outside the wicket application context. This class produces data that I would like to show in the current wicket page, but when I call any operation like add(), replaceWith() .. I always receive the message:
WicketRuntimeException: There is no application attached to current thread ... ........ What can I do? Thanks, Marino -- View this message in context: http://www.nabble.com/updating-a-page-when-external-event-occurs-tp20770960p20770960.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
