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

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

2010-06-25 Thread david_
I get a > > > WicketRuntimeException > > > > telling me that the Link is not found on the Page. > > > > > > > > Any suggestions? > > > > > > > > > > > > > > > -- > > > Vie

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

2010-06-25 Thread Rodolfo Hansen
arkup.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 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
You mean to say the error is sporadic? On Wed, 2010-06-23 at 20:16 +0200, David Meulemans wrote: > Hi > > I have a Listener object with a Map in it containing > org.apache.wicket.Component objects that need to be updated every time the > onChange(); method is called. For example caused by anothe

wicketstuff-push causing WicketRuntimeException component not found on Page

2010-06-23 Thread David Meulemans
Hi I have a Listener object with a Map in it containing org.apache.wicket.Component objects that need to be updated every time the 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 n