Re: WicketRuntimeException: The component(s) below failed to render. A common problem is that you have added a component in code but forgot to reference

2020-01-17 Thread Francois Meillet
Hi Prasanna, Could you make a quickstart ? François > Le 17 janv. 2020 à 19:29, prasanna bajracharya > a écrit : > > Dear Wicket Community, > > I am a new to wicket. I am trying to run someone else's legacy code in my > local machine which is currently working in production environment. Al

WicketRuntimeException: The component(s) below failed to render. A common problem is that you have added a component in code but forgot to reference

2020-01-17 Thread prasanna bajracharya
Dear Wicket Community, I am a new to wicket. I am trying to run someone else's legacy code in my local machine which is currently working in production environment. All my MyPanel.java, MyPanel.html and MyPanel.properties are in same package but still i'm getting following error in my weblogic con

Re: How to handle click on removed links - WicketRuntimeException (Component 'xxx' has been removed from page)?

2015-03-26 Thread Martin Grigorov
842946.n4.nabble.com/How-to-handle-click-on-removed-links-WicketRuntimeException-Component-xxx-has-been-removed-from-page-tp4666431p4670105.html > Sent from the Users forum mailing list archive at Nabble.com. > > ---

Re: How to handle click on removed links - WicketRuntimeException (Component 'xxx' has been removed from page)?

2015-03-26 Thread TylerDurden69
I get the same exception. The question is why the component is still visible and activated if it 'has been removed from page'? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-handle-click-on-removed-links-WicketRuntimeException-Component-xxx-has-be

Re: How to handle click on removed links - WicketRuntimeException (Component 'xxx' has been removed from page)?

2014-08-04 Thread Martin Grigorov
https://issues.apache.org/jira/browse/WICKET-5660 >From now on Wicket will throw ComponentNotFoundException instead of the more generic WicketRuntimeException. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Sat, Jul 12, 2014 at 8:40 PM, Martin Grigorov wr

Re: How to handle click on removed links - WicketRuntimeException (Component 'xxx' has been removed from page)?

2014-07-12 Thread Martin Grigorov
> > > >>> >>> >> > > > > >>> >>> >> > On 07/04/2014 12:13 PM, Daniel Stoch wrote: > > > >>> >>> >> >> > > > >>> >>> >> >> Hi

Re: How to handle click on removed links - WicketRuntimeException (Component 'xxx' has been removed from page)?

2014-07-09 Thread Thomas Heigl
> > >>> but I > > >>> >>> >> >> have never found a good answer how to solve such problem in > > >>> general. > > >>> >>> >> >> The problem is similar to my last question: > > >>> >>> >>

Re: How to handle click on removed links - WicketRuntimeException (Component 'xxx' has been removed from page)?

2014-07-07 Thread Martin Grigorov
>>> >> >> have never found a good answer how to solve such problem in > >>> general. > >>> >>> >> >> The problem is similar to my last question: > >>> >>> >> >> > >>> >>>

Re: How to handle click on removed links - WicketRuntimeException (Component 'xxx' has been removed from page)?

2014-07-07 Thread Daniel Stoch
-links-ListenerInvocationNotAllowedException-td4666287.html >>> >>> >> >> but now there is a situation when link was removed from page >>> (not >>>

Re: How to handle click on removed links - WicketRuntimeException (Component 'xxx' has been removed from page)?

2014-07-04 Thread Ernesto Reinaldo Barreiro
> >> changed, but user clicks a link in a browser before this changes >> >>> will >> >>> >> >> be pushed to it. It leads to an exception: >> >>> >> >> >> >>> >> >> org.apache.wicket.WicketRuntimeException: Compon

Re: How to handle click on removed links - WicketRuntimeException (Component 'xxx' has been removed from page)?

2014-07-04 Thread Ernesto Reinaldo Barreiro
t;> be pushed to it. It leads to an exception: > >>> >> >> > >>> >> >> org.apache.wicket.WicketRuntimeException: Component 'xxx' has > been > >>> >> >> removed from page. > >>> >> >> at > >>> &g

Re: How to handle click on removed links - WicketRuntimeException (Component 'xxx' has been removed from page)?

2014-07-04 Thread Daniel Stoch
ler.respond(ListenerInterfaceRequestHandler.java:178) >>> >> >> at >>> >> >> >>> >> >>> org.apache.wicket.request.cycle.RequestCycle$HandlerExecutor.respond(RequestCycle.java:862) >>> >> >> at >>> >> &g

Re: How to handle click on removed links - WicketRuntimeException (Component 'xxx' has been removed from page)?

2014-07-04 Thread Ernesto Reinaldo Barreiro
;> >> >> org.apache.wicket.request.cycle.RequestCycle$HandlerExecutor.respond(RequestCycle.java:862) >> >> >> at >> >> >> >> >> >> org.apache.wicket.request.RequestHandlerStack.execute(RequestHandlerStack.java:64) >> >> >> at

Re: How to handle click on removed links - WicketRuntimeException (Component 'xxx' has been removed from page)?

2014-07-04 Thread Ernesto Reinaldo Barreiro
gt; >> > >> > org.apache.wicket.request.cycle.RequestCycle.execute(RequestCycle.java:261) > >> >> at > >> >> > >> > org.apache.wicket.request.cycle.RequestCycle.processRequest(RequestC

Re: How to handle click on removed links - WicketRuntimeException (Component 'xxx' has been removed from page)?

2014-07-04 Thread Daniel Stoch
questCycle.processRequestAndDetach(RequestCycle.java:289) >> >> at >> >> >> org.apache.wicket.protocol.http.WicketFilter.processRequestCycle(WicketFilter.java:259) >> >> at >> >> >> org.apache.wicket.protocol.http.WicketFilter.processRequest(

Re: How to handle click on removed links - WicketRuntimeException (Component 'xxx' has been removed from page)?

2014-07-04 Thread Martin Grigorov
t;> > org.apache.wicket.protocol.http.WicketFilter.processRequest(WicketFilter.java:201) > >> at > >> > org.apache.wicket.protocol.http.WicketServlet.doGet(WicketServlet.java:137) > >> at javax.servlet.http.HttpServlet.service(HttpServlet.java:735) > >

Re: How to handle click on removed links - WicketRuntimeException (Component 'xxx' has been removed from page)?

2014-07-04 Thread Daniel Stoch
>> org.apache.wicket.protocol.http.WicketFilter.processRequestCycle(WicketFilter.java:259) >> >> at >> >> >> org.apache.wicket.protocol.http.WicketFilter.processRequest(WicketFilter.java:201) >> >> at >> >> >> org.apache.wicket.pro

Re: How to handle click on removed links - WicketRuntimeException (Component 'xxx' has been removed from page)?

2014-07-04 Thread Ernesto Reinaldo Barreiro
le(WicketFilter.java:259) > >> at > >> > org.apache.wicket.protocol.http.WicketFilter.processRequest(WicketFilter.java:201) > >> at > >> > org.apache.wicket.protocol.http.WicketServlet.doGet(WicketServlet.java:137) > >> at javax.servlet.http.HttpS

Re: How to handle click on removed links - WicketRuntimeException (Component 'xxx' has been removed from page)?

2014-07-04 Thread Daniel Stoch
WicketFilter.processRequestCycle(WicketFilter.java:259) >> at >> org.apache.wicket.protocol.http.WicketFilter.processRequest(WicketFilter.java:201) >> at >> org.apache.wicket.protocol.http.WicketServlet.doGet(WicketServlet.java:137) >> at javax.servlet.http.HttpSe

Re: How to handle click on removed links - WicketRuntimeException (Component 'xxx' has been removed from page)?

2014-07-04 Thread Daniel Stoch
>> org.apache.wicket.protocol.http.WicketServlet.doGet(WicketServlet.java:137) >> at javax.servlet.http.HttpServlet.service(HttpServlet.java:735) >> at javax.servlet.http.HttpServlet.service(HttpServlet.java:848) >> >> How it should be properly handled in application

Re: How to handle click on removed links - WicketRuntimeException (Component 'xxx' has been removed from page)?

2014-07-04 Thread Sven Meier
va:735) at javax.servlet.http.HttpServlet.service(HttpServlet.java:848) How it should be properly handled in application? Unfortunately this is not a dedicated exception to catch somewhere, but a common WicketRuntimeException. -- Best regar

Re: How to handle click on removed links - WicketRuntimeException (Component 'xxx' has been removed from page)?

2014-07-04 Thread Ernesto Reinaldo Barreiro
ava:735) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:848) > > How it should be properly handled in application? Unfortunately this > is not a dedicated exception to catch somewhere, but a common > WicketRuntimeException. > > -- > Best regards, > Daniel

How to handle click on removed links - WicketRuntimeException (Component 'xxx' has been removed from page)?

2014-07-04 Thread Daniel Stoch
t.java:137) at javax.servlet.http.HttpServlet.service(HttpServlet.java:735) at javax.servlet.http.HttpServlet.service(HttpServlet.java:848) How it should be properly handled in application? Unfortunately this is not a dedicated exception to catch somewhere, but a common WicketRuntimeException. -- Be

Re: WicketRuntimeException: Attempted to set property value on a null object

2012-12-01 Thread Sven Meier
Ah, silly Hibernate ;). AFAICS sooner or later a Wicket component will have to write a value into the embedded address, so obviously it has to be there. You can of course build a specialized model doing some magic here, but at the moment I don't know how that might look like. Sven On 12/01/2

Re: WicketRuntimeException: Attempted to set property value on a null object

2012-11-30 Thread Andrew Geery
The problem with doing that is that Hibernate detects that as a change (a null object is not the same as an empty object) and does a database update (see some of the comments on this: https://issues.jboss.org/browse/HIBERNATE-50). Andrew On Fri, Nov 30, 2012 at 5:59 PM, Sven Meier wrote: > d --

Re: WicketRuntimeException: Attempted to set property value on a null object

2012-11-30 Thread Sven Meier
persisted without an initial address (i.e., address = null). When this happens, org.apache.wicket.model.AbstractPropertyModel.getInnermostModelOrObject() returns null and I ultimately get a WicketRuntimeException: Attempted to set property value on a null object in PropertyResolver.setValue becaus

WicketRuntimeException: Attempted to set property value on a null object

2012-11-30 Thread Andrew Geery
initial address (i.e., address = null). When this happens, org.apache.wicket.model.AbstractPropertyModel.getInnermostModelOrObject() returns null and I ultimately get a WicketRuntimeException: Attempted to set property value on a null object in PropertyResolver.setValue because the object is null.

Re: WicketRuntimeException: "Submit Button ... is not enabled"

2012-10-16 Thread eugenebalt
Thanks Sven, that was it! They were clicking again while the form was still processing. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/WicketRuntimeException-Submit-Button-is-not-enabled-tp4651180p4653019.html Sent from the Users forum mailing list archive at

Re: WicketRuntimeException: "Submit Button ... is not enabled"

2012-10-16 Thread Sven Meier
appreciated. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/WicketRuntimeException-Submit-Button-is-not-enabled-tp4651180p4653012.html Sent from the Users forum mailing list archive at Nabble.com.

Re: WicketRuntimeException: "Submit Button ... is not enabled"

2012-10-16 Thread eugenebalt
uld be appreciated. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/WicketRuntimeException-Submit-Button-is-not-enabled-tp4651180p4653012.html Sent from the Users forum mailing list archive at Nabble.com. -

RE: WicketRuntimeException: "Submit Button ... is not enabled"

2012-08-14 Thread Paul Bors
, Paul Bors -Original Message- From: eugenebalt [mailto:eugeneb...@yahoo.com] Sent: Tuesday, August 14, 2012 12:16 PM To: users@wicket.apache.org Subject: Re: WicketRuntimeException: "Submit Button ... is not enabled" It is true that we have multiple buttons on our form t

Re: WicketRuntimeException: "Submit Button ... is not enabled"

2012-08-14 Thread eugenebalt
en this "self-changing form" requirement, what's the fastest way to get rid of this intermittent "Not Enabled / Visible" error? Is there a way to turn off this validation in Wicket? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/WicketRuntime

Re: WicketRuntimeException: "Submit Button ... is not enabled"

2012-08-14 Thread Bertrand Guay-Paquet
he-wicket.1842946.n4.nabble.com/WicketRuntimeException-Submit-Button-is-not-enabled-tp4651180p4651231.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For ad

Re: WicketRuntimeException: "Submit Button ... is not enabled"

2012-08-14 Thread eugenebalt
Thanks a lot. In our case, we have an AjaxButton that maps to a "input type=submit". Would using the input type "Button" get rid of this problem? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/WicketRuntimeException-Submit-Button-is-not-enabl

Re: WicketRuntimeException: "Submit Button ... is not enabled"

2012-08-13 Thread Bertrand Guay-Paquet
this WicketRuntimeException: ERROR [WebContainer : 17] (RequestCycle.java:1521) - Submit Button myPanel:editButton (path=myForm:myPanel:editButton) is not enabled org.apache.wicket.WicketRuntimeException: Submit Button myPanel:editButton (path=myForm:myPanel:editButton) is not enabled

WicketRuntimeException: "Submit Button ... is not enabled"

2012-08-13 Thread eugenebalt
We have an Ajax button which, when clicked, occasionally produces this WicketRuntimeException: ERROR [WebContainer : 17] (RequestCycle.java:1521) - Submit Button myPanel:editButton (path=myForm:myPanel:editButton) is not enabled org.apache.wicket.WicketRuntimeException: Submit Button

Re: Cannot reproduce a WicketRuntimeException.

2011-12-19 Thread cosmindumy
Form class from wicket sources : if (!component.isVisibleInHierarchy()) { throw new WicketRuntimeException("Submit Button " +

Re: Cannot reproduce a WicketRuntimeException.

2011-12-12 Thread cosmindumy
Actually it didn't work. I put setTimeout(..). to delay the hiding of loading image but I still got the exception sometimes. Do you have any other ideea? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Cannot-reproduce-a-WicketRuntimeException-tp4185488p4186479

Re: Cannot reproduce a WicketRuntimeException.

2011-12-12 Thread cosmindumy
I put a setTimeout(..). I hope this will solve the problem. I didn't get this error after puting setTimeout(). Thanks for your response. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Cannot-reproduce-a-WicketRuntimeException-tp4185488p4186446.html Sent fro

Re: Cannot reproduce a WicketRuntimeException.

2011-12-12 Thread cosmindumy
tell to javascript to wait just a little more before it hides again the loading image? I hope is clear what I said. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Cannot-reproduce-a-WicketRuntimeException-tp4185488p4186262.html Sent from the Users forum mailing list

Re: Cannot reproduce a WicketRuntimeException.

2011-12-12 Thread cosmindumy
I'm afraid I didn't understand what exactly do you mean. How can I reproduce this in the development machine? This doesn't happened again. What should I update on client side? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Cannot-reproduce-a-WicketR

Re: Cannot reproduce a WicketRuntimeException.

2011-12-12 Thread Martin Grigorov
> > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Cannot-reproduce-a-WicketRuntimeException-tp4185488p4185488.html > Sent from the Users forum mailing list archive at Nabble.com. > > --

Cannot reproduce a WicketRuntimeException.

2011-12-12 Thread cosmindumy
rface name=IActivePageBehaviorListener, method=public abstract void org.apache.wicket.behavior.IBehaviorListener.onRequest()] -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Cannot-reproduce-a-WicketRuntimeException-tp4185488p4185488.html Sent from the Users forum mailing list

RE: WicketRuntimeException

2011-06-08 Thread Jeffrey Schneller
I don't see anything in the logs but I will look. I will try kill -3 pid when it happens again. -Original Message- From: Martin Grigorov [mailto:mgrigo...@apache.org] Sent: Wednesday, June 08, 2011 9:38 AM To: users@wicket.apache.org Subject: Re: WicketRuntimeException This i

Re: WicketRuntimeException

2011-06-08 Thread Martin Grigorov
ool.java:690) > java.lang.Thread.run(Thread.java:619) > > -Original Message- > From: Martijn Dashorst [mailto:martijn.dasho...@gmail.com] > Sent: Wednesday, June 08, 2011 3:30 AM > To: users@wicket.apache.org > Subject: Re: WicketRuntimeException > > The stack trace show

RE: WicketRuntimeException

2011-06-08 Thread Jeffrey Schneller
.Thread.run(Thread.java:619) -Original Message- From: Martijn Dashorst [mailto:martijn.dasho...@gmail.com] Sent: Wednesday, June 08, 2011 3:30 AM To: users@wicket.apache.org Subject: Re: WicketRuntimeException The stack trace shows the page that is holding the lock as well Martijn On Wed, Jun

Re: WicketRuntimeException

2011-06-08 Thread Martijn Dashorst
The stack trace shows the page that is holding the lock as well Martijn On Wed, Jun 8, 2011 at 7:20 AM, Martin Grigorov wrote: > On Wed, Jun 8, 2011 at 7:00 AM, Jeffrey Schneller > wrote: >> I have started to see more and more of the following exception when >> users are using the wicket app. >

Re: WicketRuntimeException

2011-06-07 Thread Martin Grigorov
On Wed, Jun 8, 2011 at 7:00 AM, Jeffrey Schneller wrote: > I have started to see more and more of the following exception when > users are using the wicket app. > > > > org.apache.wicket.WicketRuntimeException: After 1 minute the Pagemap > null is still locked by: Thread[TP-Processor24,5,main], gi

WicketRuntimeException

2011-06-07 Thread Jeffrey Schneller
I have started to see more and more of the following exception when users are using the wicket app. org.apache.wicket.WicketRuntimeException: After 1 minute the Pagemap null is still locked by: Thread[TP-Processor24,5,main], giving up trying to get the page for path: 4:products:0:prodBuyLink

Re: WicketRuntimeException

2011-03-29 Thread Martijn Dashorst
How to Get Help Whenever you are reporting a problem, please be sure to include as much information as possible; the more we know, the better the chance of a quicker resolution. which version of the software what platform and JDK any particular JEE container being used - if so what version stack

Re: WicketRuntimeException

2011-03-29 Thread Bruno Borges
Could you provide us a quickstart to reproduce de error ? Bruno Borges www.brunoborges.com.br +55 21 76727099 "The glory of great men should always be measured by the means they have used to acquire it." - Francois de La Rochefoucauld On Tue, Mar 29, 2011 at 10:08 AM, Jan Juno wrote: > The

Re: WicketRuntimeException

2011-03-29 Thread Jan Juno
The problem is even stranger There is no problem with IE no problem with Opera the only problem is with Firefox 4.0 strange On 29 March 2011 14:19, Wilhelmsen Tor Iver wrote: > > Can somebody help me with this exception? What can be wrong am > > desperate. What to look for? > > Typically,

RE: WicketRuntimeException

2011-03-29 Thread Wilhelmsen Tor Iver
> Can somebody help me with this exception? What can be wrong am > desperate. What to look for? Typically, the real error is further down in the text that what you included. Common causes are: * Having a wicket:id the the HTML with no corresponding component * Adding a component without addin

WicketRuntimeException

2011-03-29 Thread Jan Juno
Can somebody help me with this exception? What can be wrong am desperate. What to look for? ERROR [org.apache.wicket.RequestCycle] [, http-8080-1, /jumbo/, 101.11.149.90:-33771be0:12f 0171a0c1:-8000, , ] Exception in rendering component: [MarkupContainer [Component id = html]] org.apache.wick

Re: WicketRuntimeException: component not found on page

2010-12-13 Thread Takeo Hosomi
elling, formatting, or >> compiler errors >> >> On Dec 9, 2010 4:15 PM, "Takeo Hosomi" wrote: >> >> Hello, >> >> I have the same issue which is discussed in the following link: >> http://apache-wicket.1842946.n4.nabble.com/WicketRuntimeExc

Re: WicketRuntimeException: component not found on page

2010-12-09 Thread Takeo Hosomi
rt" phone, so please excuse spelling, formatting, or > compiler errors > > On Dec 9, 2010 4:15 PM, "Takeo Hosomi" wrote: > > Hello, > > I have the same issue which is discussed in the following link: > http://apache-wicket.1842946.n4.nabble.com/WicketRuntimeExcept

Re: WicketRuntimeException: component not found on page

2010-12-09 Thread Jeremy Thomerson
n the following link: http://apache-wicket.1842946.n4.nabble.com/WicketRuntimeException-component-not-found-on-page-td3055902.html I made a quickstart to reproduce it. Any idea on how to workaround this behavior? I'm using wicket 1.4.12, wiquery 1.1.2, and wiquery-plugin for tooltip (other-

WicketRuntimeException: component not found on page

2010-12-09 Thread Takeo Hosomi
Hello, I have the same issue which is discussed in the following link: http://apache-wicket.1842946.n4.nabble.com/WicketRuntimeException-component-not-found-on-page-td3055902.html I made a quickstart to reproduce it. Any idea on how to workaround this behavior? I'm using wicket 1.4.12, wi

Re: WicketRuntimeException: component not found on page @L

2010-11-24 Thread Alec Swan
The biggest problem with this issue is that it's intermittent. I saw this happening a few time and I was not able to reproduce it manually right after I saw it. One time I sat there for 15 minutes repeating the sequence of clicks that had caused the error just a minute before that and was not able

Re: WicketRuntimeException: component not found on page

2010-11-23 Thread Igor Vaynberg
start by creating a quickstart that reproduces it so we can better understand it -igor On Tue, Nov 23, 2010 at 9:38 PM, Alec Swan wrote: > I noticed that all "component not found on page" exceptions were > thrown for AjaxEditableLabel and AjaxLink components located inside of > a DataView. > > I

Re: WicketRuntimeException: component not found on page

2010-11-23 Thread Alec Swan
I noticed that all "component not found on page" exceptions were thrown for AjaxEditableLabel and AjaxLink components located inside of a DataView. It seems like other people had a "component not found on page" problem inside of DataView components: http://www.mail-archive.com/users@wicket.apache.

WicketRuntimeException: component not found on page

2010-11-23 Thread Alec Swan
Hello, We upgraded our app to use Wicket 1.4.13. After that we started getting sporadic WicketRuntimeExceptions about components not being found on a some pages. We made changes to some, but not all pages, which exhibit this behavior. Has anyone else noticed this with 1.4.14? Any ideas on how to t

WicketRuntimeException when injecting into hidden form field

2010-09-06 Thread Bernhard Schauer
vulnerabilities. What the addon does, is that it injects some values into that hidden field, and then wicket throws : WicketRuntimeException: Attempt to access unknown request listener interface null Has anyone an idea, how this exception could be prevented? or caught? mfg bernhard the full trace is

Re: WicketRuntimeException: loginPage is already mounted for BookmarkablePageEncoder[page=class com.xxx.LoginPage]

2010-09-03 Thread Fernando Wermus
t;> On Thu, Sep 2, 2010 at 9:13 AM, Fernando Wermus > >> wrote: > >> > Hi all, > >> >I am using wicketTester to render html for emails. I pass my > current > >> app > >> > to WicketTester and I get the following error: > >> &

Re: WicketRuntimeException: loginPage is already mounted for BookmarkablePageEncoder[page=class com.xxx.LoginPage]

2010-09-02 Thread Igor Vaynberg
us >> wrote: >> > Hi all, >> >    I am using wicketTester to render html for emails. I pass my current >> app >> > to WicketTester and I get the following error: >> > >> > WicketRuntimeException: loginPage is already mounted for >> > B

Re: WicketRuntimeException: loginPage is already mounted for BookmarkablePageEncoder[page=class com.xxx.LoginPage]

2010-09-02 Thread Fernando Wermus
ed instance it would cause that > error. > > -igor > > On Thu, Sep 2, 2010 at 9:13 AM, Fernando Wermus > wrote: > > Hi all, > >I am using wicketTester to render html for emails. I pass my current > app > > to WicketTester and I get the following error:

Re: WicketRuntimeException: loginPage is already mounted for BookmarkablePageEncoder[page=class com.xxx.LoginPage]

2010-09-02 Thread Igor Vaynberg
 I am using wicketTester to render html for emails. I pass my current app > to WicketTester and I get the following error: > > WicketRuntimeException: loginPage is already mounted for > BookmarkablePageEncoder[page=class com.xxx.LoginPage] > > Which makes no sense. The Applicati

WicketRuntimeException: loginPage is already mounted for BookmarkablePageEncoder[page=class com.xxx.LoginPage]

2010-09-02 Thread Fernando Wermus
Hi all, I am using wicketTester to render html for emails. I pass my current app to WicketTester and I get the following error: WicketRuntimeException: loginPage is already mounted for BookmarkablePageEncoder[page=class com.xxx.LoginPage] Which makes no sense. The Application is running and

Re: wicketstuff-push causing WicketRuntimeException component not found on Page

2010-06-25 Thread david_
actions. > > > > This works perfectly with wicketstuff-push. > > > > > > > > The org.apache.wicket.Component objects that need to be updated, have > > > > > org.apache.wicket.ajax.markup.html.AjaxLink objects. > > > > Sometimes if I click on the one of the links,

Re: wicketstuff-push causing WicketRuntimeException component not found on Page

2010-06-25 Thread Rodolfo Hansen
onChange(); method is called. For example caused by another user's > > actions. > > > This works perfectly with wicketstuff-push. > > > > > > The org.apache.wicket.Component objects that need to be updated, have > > > org.apache.wicket.ajax.m

Re: wicketstuff-push causing WicketRuntimeException component not found on Page

2010-06-24 Thread david_
wicket.ajax.markup.html.AjaxLink objects. > > Sometimes if I click on the one of the links, I get a > WicketRuntimeException > > telling me that the Link is not found on the Page. > > > > Any suggestions? > > > > > -- >

Re: wicketstuff-push causing WicketRuntimeException component not found on Page

2010-06-24 Thread Rodolfo Hansen
ample caused by another user's actions. > This works perfectly with wicketstuff-push. > > The org.apache.wicket.Component objects that need to be updated, have > org.apache.wicket.ajax.markup.html.AjaxLink objects. > Sometimes if I click on the one of the links, I get a WicketRuntimeE

wicketstuff-push causing WicketRuntimeException component not found on Page

2010-06-23 Thread David Meulemans
that need to be updated, have org.apache.wicket.ajax.markup.html.AjaxLink objects. Sometimes if I click on the one of the links, I get a WicketRuntimeException telling me that the Link is not found on the Page. Any suggestions?

Re: WicketRuntimeException: There is no application attached to current thread

2010-04-16 Thread Ernesto Reinaldo Barreiro
a separate class? > > Best, > Martin > > > -Original Message- > From: ce...@jweekend.com [mailto:ce...@jweekend.com] On Behalf Of Cemal > Bayramoglu > Sent: Friday, April 16, 2010 4:09 PM > To: users > Subject: Re: WicketRuntimeException: There is

RE: WicketRuntimeException: There is no application attached to current thread

2010-04-16 Thread Martin Asenov
t: Re: WicketRuntimeException: There is no application attached to current thread Component's getString method will try to get the laocalizer from the Application, and the Application instance (singleton for a Wicket web-app) is bound to the thread processing your request, not to the one you have spawned

RE: WicketRuntimeException: There is no application attached to current thread

2010-04-16 Thread Martin Asenov
I already saw one in javathoughts.com, but I don't see any major differences. Best, Martin -Original Message- From: Ernesto Reinaldo Barreiro [mailto:reier...@gmail.com] Sent: Friday, April 16, 2010 4:17 PM To: users@wicket.apache.org Subject: Re: WicketRuntimeException: There

Re: WicketRuntimeException: There is no application attached to current thread

2010-04-16 Thread Ernesto Reinaldo Barreiro
If you need an example on how to do this I can point you to a somewhat similar example. Ernesto On Fri, Apr 16, 2010 at 3:15 PM, Ernesto Reinaldo Barreiro < reier...@gmail.com> wrote: > Do not use make references to components on the thread. Instead create an > instance of runnable to which you

Re: WicketRuntimeException: There is no application attached to current thread

2010-04-16 Thread Ernesto Reinaldo Barreiro
Do not use make references to components on the thread. Instead create an instance of runnable to which you pass all the information you need and use a kind of "context" to communicate with the Web layer if you need to pass back information. Best, Ernesto 2010/4/16 Martin Asenov > Hello guys!

Re: WicketRuntimeException: There is no application attached to current thread

2010-04-16 Thread Cemal Bayramoglu
Component's getString method will try to get the laocalizer from the Application, and the Application instance (singleton for a Wicket web-app) is bound to the thread processing your request, not to the one you have spawned off of it Regards - Cemal jWeekend OO & Java Technologies, Wicket Consulti

WicketRuntimeException: There is no application attached to current thread

2010-04-16 Thread Martin Asenov
Hello guys! In a page, I have a button. The button starts a thread, just like this, but I get the exception in the bottom. Here is some code: @Override protected void onSubmit(final AjaxRequestTarget target, Form form) { final FileUpload fileUpload = fileUploadField.getFileUplo

WicketRuntimeException: Unable to initialize org.apache.wicket.extensions.Initializer

2009-06-09 Thread David Brown
Hello Wicket bunch, I have basically usurped all of the Datatable example from the wicket-examples.repeater folder. The result builds OK but as you see in the subject line a nasty RTE. I have Googled and mail-listed this issue but not much comes up. If anyone can shed some light please advise, D

Re: [jira] Resolved: (WICKET-1712) Inheritance inside a Container throws WicketRuntimeException

2009-02-03 Thread smallufo
2009/2/4 Igor Vaynberg > PulldownBorder border = new PulldownBorder("border" , "Test Title" , > true); > border.setTransparentResolver(true); > add(border); > > ^ that is all wrong > > you should create a border and to it add a panel that will be > expanded/collapsed. so the panel that is the

Re: [jira] Resolved: (WICKET-1712) Inheritance inside a Container throws WicketRuntimeException

2009-02-03 Thread Igor Vaynberg
PulldownBorder border = new PulldownBorder("border" , "Test Title" , true); border.setTransparentResolver(true); add(border); ^ that is all wrong you should create a border and to it add a panel that will be expanded/collapsed. so the panel that is the content should be inside the border.

Re: [jira] Resolved: (WICKET-1712) Inheritance inside a Container throws WicketRuntimeException

2009-02-03 Thread Timo Rantalaiho
On Wed, 04 Feb 2009, smallufo wrote: > When traversalling the nodes , it cannot find any Component that implements > ExpandCollapseListener. > But the Panel that wrapped by the Border indeed implements > ExpandCollapseListener > PulldownBorder.this.visitChildren(new IVisitor() ... > Here

Re: [jira] Resolved: (WICKET-1712) Inheritance inside a Container throws WicketRuntimeException

2009-02-03 Thread smallufo
Thank you for such a practical IVisitor tutorial. But I have another problem : When traversalling the nodes , it cannot find any Component that implements ExpandCollapseListener. But the Panel that wrapped by the Border indeed implements ExpandCollapseListener Can you check where goes wrong ? He

Re: [jira] Resolved: (WICKET-1712) Inheritance inside a Container throws WicketRuntimeException

2009-02-03 Thread Igor Vaynberg
his usecase is not supported - you are abusing istransparentresolver - it >> is not meant to toggle visibility of "nested" components because it does not >> really nest them. >> >> i would suggest using a border instead because it is meant for usecases >&

Re: [jira] Resolved: (WICKET-1712) Inheritance inside a Container throws WicketRuntimeException

2009-02-03 Thread smallufo
is not meant to toggle visibility of "nested" components because it does not > really nest them. > > i would suggest using a border instead because it is meant for usecases > just like this > > > Inheritance inside a Container throws WicketRuntimeExceptio

Re: WicketRuntimeException

2009-01-19 Thread francisco treacy
you may want to focus on the actual errors. - you're having some trouble in your classpath / wicket jar versions: Caused by: java.lang.NoSuchMethodError: org.apache.wicket.markup.html.form.Form.add(Lorg/apache/wicket/ Component;)Lorg/apache/wicket/MarkupContainer; at com.jasp.ecommfwk.categ

WicketRuntimeException

2009-01-19 Thread Daniel Ferreira Castro
Morning all guys, I am looking for this error on Google, but till now without success, for the reason of why this error occurs.. Can anyone help me? Thanks in advance. == Stacktrace ==

AW: SessionHandling: WicketRuntimeException: There is no application attached to current thread http-8080-1

2008-11-12 Thread Agent Mahone
he.org Gesendet: Dienstag, den 11. November 2008, 23:45:33 Uhr Betreff: Re: SessionHandling: WicketRuntimeException: There is no application attached to current thread http-8080-1 you can retrieve the application context via the servlet context and use vanilla spring to do whatever it is you are try

Re: SessionHandling: WicketRuntimeException: There is no application attached to current thread http-8080-1

2008-11-11 Thread Igor Vaynberg
new operator? > Or is there any other solution? > > > > > Von: Igor Vaynberg <[EMAIL PROTECTED]> > An: users@wicket.apache.org > Gesendet: Dienstag, den 11. November 2008, 18:48:24 Uhr > Betreff: Re: SessionHandling: WicketRuntimeExce

AW: SessionHandling: WicketRuntimeException: There is no application attached to current thread http-8080-1

2008-11-11 Thread Agent Mahone
? Von: Igor Vaynberg <[EMAIL PROTECTED]> An: users@wicket.apache.org Gesendet: Dienstag, den 11. November 2008, 18:48:24 Uhr Betreff: Re: SessionHandling: WicketRuntimeException: There is no application attached to current thread http-8080-1 wouldnt say its

Re: SessionHandling: WicketRuntimeException: There is no application attached to current thread http-8080-1

2008-11-11 Thread Igor Vaynberg
Tue, Nov 11, 2008 at 12:59 PM, Agent Mahone <[EMAIL PROTECTED]> wrote: >> Hi guys >> >> I´m just trying to execute some code after a session timeout occurs. >> I´m using spring / wicket / hibernate frameworks. >> Why do I get this error "WicketRuntimeException: Th

Re: SessionHandling: WicketRuntimeException: There is no application attached to current thread http-8080-1

2008-11-11 Thread Martijn Dashorst
; > I´m just trying to execute some code after a session timeout occurs. > I´m using spring / wicket / hibernate frameworks. > Why do I get this error "WicketRuntimeException: There is no application > attached to current thread http-8080-1"? > I´m not getting it...I ap

SessionHandling: WicketRuntimeException: There is no application attached to current thread http-8080-1

2008-11-11 Thread Agent Mahone
Hi guys I´m just trying to execute some code after a session timeout occurs. I´m using spring / wicket / hibernate frameworks. Why do I get this error "WicketRuntimeException: There is no application attached to current thread http-8080-1"? I´m not getting it...I appreciate any hin

Re: Changing WicketRuntimeException output

2008-10-29 Thread Ryan Gravener
whenever Wicket throws a > WicketRuntimeException, it also prints out getSession().getUser(). I'm > not especially clear on the flow for RuntimeExceptions, so any > suggestions on where I would add the code to do this will be greatly > appreciated. > > > > Dane Laverty

Re: Changing WicketRuntimeException output

2008-10-29 Thread Maarten Bosteels
Should be possible to catch WicketRuntimeException with a servlet filter ... On Wed, Oct 29, 2008 at 4:27 PM, Dane Laverty <[EMAIL PROTECTED]>wrote: > I would like to make it so that whenever Wicket throws a > WicketRuntimeException, it also prints out getSession().getUser(

Changing WicketRuntimeException output

2008-10-29 Thread Dane Laverty
I would like to make it so that whenever Wicket throws a WicketRuntimeException, it also prints out getSession().getUser(). I'm not especially clear on the flow for RuntimeExceptions, so any suggestions on where I would add the code to do this will be greatly appreciated. Dane La

Re: WicketRuntimeException when using wicket-auth-roles in a frameset

2008-09-23 Thread shetc
Ok, some I'm a JIRA newbie, what can I say :blush: Please see https://issues.apache.org/jira/browse/WICKET-1845 WICKET-1845 . -- View this message in context: http://www.nabble.com/WicketRuntimeException-when-using-wicket-auth-roles-in-a-frameset-tp19613863p19626703.html Sent from the W

Re: WicketRuntimeException when using wicket-auth-roles in a frameset

2008-09-22 Thread Igor Vaynberg
you to look at it? > -- > View this message in context: > http://www.nabble.com/WicketRuntimeException-when-using-wicket-auth-roles-in-a-frameset-tp19613863p19620137.html > Sent from the Wicket - User mailing

  1   2   >