Hi all,
I have 2 services in my app. I have wicket pages and a flex-blazeds
service. My wicket app pops up a modal window to show a flex-blazeds service
which connects to back end to do some business logic; *besides it sends some
emails*. The emails are again rendered by wicket using a fake request cycle,
etc. But, the flex-blazeds service runs in a thread and wicket runs in
another thread. Thus, when I try to render the email, I don't have an
Application - the wicket Application is in a different thread.
org.apache.wicket.WicketRuntimeException: There is no application attached
to current thread btpool0-6
HELP! Is there some way to use wicket as a render in a different thread? or
some trick about this?
thanks in advance
--
Fernando Wermus.
www.linkedin.com/in/fernandowermus