Re: org.apache.wicket.WicketRuntimeException: There is no application attached to current thread

2012-03-06 Thread YK
@Dan, Thank you so much for your help! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/org-apache-wicket-WicketRuntimeException-There-is-no-application-attached-to-current-thread-tp4447781p4451269.html Sent from the Users forum mailing list archive at Nabble.com. ---

Re: org.apache.wicket.WicketRuntimeException: There is no application attached to current thread

2012-03-05 Thread Martin Grigorov
>>> Hi, >>> >>> I'm trying to make example using wicket 1.5.4 and spring work but I keep >>> having this exception: org.apache.wicket.WicketRuntimeException: There is >>> no >>> application attached to current thread... >>> >&

Re: org.apache.wicket.WicketRuntimeException: There is no application attached to current thread

2012-03-05 Thread James Carman
to make example using wicket 1.5.4 and spring work but I keep >> having this exception: org.apache.wicket.WicketRuntimeException: There is >> no >> application attached to current thread... >> >> My example defines also a servlet filter that is applied just after the >

Re: org.apache.wicket.WicketRuntimeException: There is no application attached to current thread

2012-03-05 Thread Dan Retzlaff
-view. On Mon, Mar 5, 2012 at 1:38 PM, YK wrote: > Hi, > > I'm trying to make example using wicket 1.5.4 and spring work but I keep > having this exception: org.apache.wicket.WicketRuntimeException: There is > no > application attached to current thread... > > My exa

org.apache.wicket.WicketRuntimeException: There is no application attached to current thread

2012-03-05 Thread YK
Hi, I'm trying to make example using wicket 1.5.4 and spring work but I keep having this exception: org.apache.wicket.WicketRuntimeException: There is no application attached to current thread... My example defines also a servlet filter that is applied just after the WicketFilter in we

Re: HELP! org.apache.wicket.WicketRuntimeException: There is no application attached to current thread btpool0-6

2010-05-17 Thread Igor Vaynberg
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 applicati

HELP! org.apache.wicket.WicketRuntimeException: There is no application attached to current thread btpool0-6

2010-05-17 Thread Fernando Wermus
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 attach

RE: Wicket + Spring + WicketTester: org.apache.wicket.WicketRuntimeException: There is no application attached to current thread main

2010-05-10 Thread Lauwers, Kim
apache.org Subject: Wicket + Spring + WicketTester: org.apache.wicket.WicketRuntimeException: There is no application attached to current thread main Hello everybody, I'm having problems with testing my wicket application with WicketTester I get this error: org.apache.wicket.WicketRuntimeException: There is no applicati

Wicket + Spring + WicketTester: org.apache.wicket.WicketRuntimeException: There is no application attached to current thread main

2010-05-10 Thread Lauwers, Kim
Hello everybody, I'm having problems with testing my wicket application with WicketTester I get this error: org.apache.wicket.WicketRuntimeException: There is no application attached to current thread main è See below for fulle stacktrace. I have been looking everywhere o

Re: Caused by: org.apache.wicket.WicketRuntimeException: There is no application attached to current thread main

2008-05-20 Thread Fernando Wermus
anel according to an specific object. I > > thought this was something related to reflection, but the panel is > throwing > > this exception. > > > > Caused by: org.apache.wicket.WicketRuntimeException: There is no > application > > attached to current thread mai

Re: Caused by: org.apache.wicket.WicketRuntimeException: There is no application attached to current thread main

2008-05-20 Thread Frank Bille
. > > Caused by: org.apache.wicket.WicketRuntimeException: There is no application > attached to current thread main > > I developed a test with junit to be assured that this works. I think this is > the problem. If this is the case, how can I do a test to guarantee that this &

Caused by: org.apache.wicket.WicketRuntimeException: There is no application attached to current thread main

2008-05-20 Thread Fernando Wermus
I am trying to instantiate a Panel according to an specific object. I thought this was something related to reflection, but the panel is throwing this exception. Caused by: org.apache.wicket.WicketRuntimeException: There is no application attached to current thread main I developed a test with