component .... not found on page

2010-02-02 Thread Nazeem
I get the following error on first time i visit the page or panel. But on reload, i.e, reverting back to original url localhost:8080/app everything works normal. SortableDataProvider sdp = new SortableDataProvider(filter.getQuery(), Order.class); sdp.setInitSortBy("ordr.orderId desc");

Re: component .... not found on page

2010-02-02 Thread cresc
org.apache.wicket.RequestCycle.request(RequestCycle.java:545) So -- View this message in context: http://old.nabble.com/component--not-found-on-page-tp27421536p27421759.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: component .... not found on page

2010-02-02 Thread Eugene Malan
ssor.java: 144) at org.apache.wicket.RequestCycle.step(RequestCycle.java:1310) at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1428) at org.apache.wicket.RequestCycle.request(RequestCycle.java:545) So -- View this message in context: http://old.nabble.com/component-....-not-found-on-page-tp27421536p274

Re: component .... not found on page

2010-02-02 Thread Riyad Kalla
resolve(WebRequestCycleProcessor.java:144) >> at org.apache.wicket.RequestCycle.step(RequestCycle.java:1310) >> at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1428) >> at org.apache.wicket.RequestCycle.request(RequestCycle.java:545) >> >> So >> -- >>

Re: component .... not found on page

2010-02-02 Thread cresc
error is in the page im replacing with it should throw me appropriate msg. Not sure why it again looks for the component in the current page.. - cresc -- View this message in context: http://old.nabble.com/component--not-found-on-page-tp27421536p27424196.html Sent from the Wicket - User

Re: component .... not found on page

2010-02-02 Thread Eugene Malan
RequestCycle.request(RequestCycle.java:545) So -- View this message in context: http://old.nabble.com/component-....-not-found-on-page-tp27421536p27421759.html Sent from the Wicket - User mailing list archive at Nabble.com. - To

Re: component .... not found on page

2010-02-02 Thread Igor Vaynberg
>>> >>>> org.apache.wicket.request.AbstractRequestCycleProcessor.resolveListenerInterfaceTarget(AbstractRequestCycleProcessor.java:426) >>>> at >>>> >>>> >>>> org.apache.wicket.request.AbstractRequestCyclePr

Re: component .... not found on page

2010-02-02 Thread Eugene Malan
uestCycle.java:1428) at org.apache.wicket.RequestCycle.request(RequestCycle.java:545) So -- View this message in context: http://old.nabble.com/component--not-found-on-page-tp27421536p27421759.html Sent from the Wicket - User mailing list archive at Nabble.com.

Re: component .... not found on page

2010-02-02 Thread Igor Vaynberg
ge[id = >>>>>> 3], >>>>>> listener interface = [RequestListenerInterface name=IBehaviorListener, >>>>>> method=public abstract void >>>>>> org.apache.wicket.behavior.IBehaviorListener.onRequest()] >>>>>> at &

Re: component .... not found on page

2010-02-02 Thread cresc
-xhtml1.4-strict.dtd";> But still not resovled.. Can you give me more details... - cresc -- View this message in context: http://old.nabble.com/component-....-not-found-on-page-tp27421536p27430297.html Sent from the Wicket - User mailing list archive at Na

Re: component .... not found on page

2010-02-02 Thread Igor Vaynberg
Can you give me more details... > > - cresc > -- > View this message in context: > http://old.nabble.com/component--not-found-on-page-tp27421536p27430297.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > >

Re: component .... not found on page

2010-02-03 Thread Thomas Kappler
On 02/02/10 23:35, Eugene Malan wrote: Of course the quickstart worked just fine, so I had to add the layers of junk back on to find out where it was going wrong. Eventually the last thing I added back on was the cause a broken link in the head section. Exactly the problem I had described

Re: component .... not found on page

2010-02-03 Thread Eugene Malan
508/WICKET-2404-1.4.patch So I modified my html tag in homepage to xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.4-strict.dtd "> But still not resovled.. Can you give me more details... - cresc -- View this message in context: http://old.nabble.com/component

Re: component .... not found on page

2010-02-03 Thread cresc
ot;, true))); How should I solve this ? For now I have changed the timezone flag to false. Also please point me to any informations on how to handle timezone differences in application. Thanks, cresc.. -- View this message in context: http://old.nabble.com/component--not-found-on-page-tp27

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: 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

Component not found on Page Error

2007-12-18 Thread ramabf
any one see this kind of behavior. regards R -- View this message in context: http://www.nabble.com/Component-not-found-on-Page-Error-tp14401739p14401739.html Sent from the Wicket - User mailing list archive at Nabble.com

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.ma

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

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-

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-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: Component not found on Page Error

2007-12-18 Thread Matej Knopp
on the link on ajaxlink on page2, I get an error saying the > component(ajaxlink component) does not exist on page1. It doesnt happen > always. It happens intermittently. Did any one see this kind of behavior. > > regards > R > -- > View this message in context: > http://

Re: Component not found on Page Error

2007-12-18 Thread Doug Leeper
#x27;t say much. -- View this message in context: http://www.nabble.com/Component-not-found-on-Page-Error-tp14401739p14406692.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL

Re: Component not found on Page Error

2007-12-18 Thread Matej Knopp
down the cause or create a test case for this. I will keep plugging > along and try to pin point it. > > However, I do know that happens when I go back to a page that has been > already shown. Other than that, I can't say much. > -- > View this message in context: >

Re: Component not found on Page Error

2007-12-19 Thread ramabf
> However, I do know that happens when I go back to a page that has been >> already shown. Other than that, I can't say much. >> -- >> View this message in context: >> http://www.nabble.co

Re: WicketRuntimeException: component not found on page @L

2010-11-24 Thread Alec Swan
n 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. >> &g

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

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

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-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-25 Thread david_
I get a > > > WicketRuntimeException > > > > telling me that the Link is not found on the Page. > > > > > > > > Any suggestions? > > > > > > > > > > > > > > > -- > > > Vie

component .... not found on page for a Link colun in the Datatable after self refresh using the AjaxSelfUpdatingTimerBehavior

2010-03-08 Thread Apollo Apollo11
Hi all, I create a customized column with a Link component with an Icon, which it will popup a new page for editding after click on it, for the Wicket Datatable. *public* IconLinkPanel( *final* Item item, *final* String componentId, * final* IModel model) {*{* *final* Link link = *new* Link("ico

Re: component .... not found on page for a Link colun in the Datatable after self refresh using the AjaxSelfUpdatingTimerBehavior

2010-05-25 Thread bjolletz
; org.apache.wicket.protocol.http.WebRequestCycleProcessor.resolve(WebRequestCycleProcessor.java:144) > > > > I believe this issue is related to the datatable refreshing every 5 > seconds. > > > Is everyone have the same issue? If so, any soluti

Re: component .... not found on page for a Link colun in the Datatable after self refresh using the AjaxSelfUpdatingTimerBehavior

2010-07-02 Thread cristina.vlaicu
Hello, Have you found the resolution to this problem? Thank you! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/component-not-found-on-page-for-a-Link-colun-in-the-Datatable-after-self-refresh-using-the-AjaxSelfUr-tp1892913p2276311.html Sent from the Wicket - User

Re: component .... not found on page for a Link colun in the Datatable after self refresh using the AjaxSelfUpdatingTimerBehavior

2010-07-02 Thread bjolletz
.nabble.com/component-not-found-on-page-for-a-Link-colun-in-the-Datatable-after-self-refresh-using-the-AjaxSelfUr-tp1892913p2276328.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscrib

Re: component .... not found on page for a Link colun in the Datatable after self refresh using the AjaxSelfUpdatingTimerBehavior

2010-07-02 Thread vov
Try to use AjaxLink("iconLink") instead your Link("iconLink") -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/component-not-found-on-page-for-a-Link-colun-in-the-Datatable-after-self-refresh-using-the-AjaxSelfUr-tp1892913p2276332.html Sent fr

Re: component .... not found on page for a Link colun in the Datatable after self refresh using the AjaxSelfUpdatingTimerBehavior

2010-07-19 Thread Fernando Wermus
est I could think of. If someone > knows of a better or more general soultion to this problem I would be happy > to know. > > /Daniel > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/component-not-found-on-page-for-a-Link-colun-in-the-D

Re: component .... not found on page for a Link colun in the Datatable after self refresh using the AjaxSelfUpdatingTimerBehavior

2010-07-20 Thread Fernando Wermus
which at least is better than > that they get an exception. > > This is not a pretty solution, but the best I could think of. If someone > knows of a better or more general soultion to this problem I would be happy > to know. > > /Daniel > -- > View this message in c

Re: component .... not found on page for a Link colun in the Datatable after self refresh using the AjaxSelfUpdatingTimerBehavior

2010-08-16 Thread bjolletz
.1842946.n4.nabble.com/component-not-found-on-page-for-a-Link-colun-in-the-Datatable-after-self-refresh-using-the-AjaxSelfUr-tp1892913p2327012.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail