components should only be manipulated inside a servlet request. what
you should do i store the data somewhere and then let the components
update themselves during render by reading new data.

-igor

On Mon, Dec 1, 2008 at 4:21 AM, marino <[EMAIL PROTECTED]> wrote:
>
> 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]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to