Re: weird "Unable to find component with id"

2016-05-05 Thread Ernesto Reinaldo Barreiro
Hi Thorsten, Thanks for your comments. Weird thing is it only happens rarely in production. I have tried to reproduce this locally simulating random user access with no success. On Wed, May 4, 2016 at 7:11 PM, Thorsten Schöning wrote: > Guten Tag Ernesto Reinaldo

Re: weird "Unable to find component with id"

2016-05-05 Thread Ernesto Reinaldo Barreiro
Hi Martin, Thanks for your answer. On Thu, May 5, 2016 at 8:36 AM, Martin Grigorov wrote: > Hi Ernesto, > > Does this page use variations/style, e.g. > ReplyToProjectRequestPage_custom.html > ? > No there is only ReplyToProjectRequestPage.html: that was one of the first

Re: weird "Unable to find component with id"

2016-05-05 Thread Martin Grigorov
gt; I7Ax7LCI5L9 p: XwklMo8cZ3X][acc: anonymous] - Unexpected error occurred > Unable to find component with id 'main' in > [TransparentWebMarkupContainer [Component > id = wicket_extend8]] > Expected: 'wicket_child7:wicket_extend8:main'. > Found with similar names: 'header:login

Re: weird "Unable to find component with id"

2016-05-04 Thread Thorsten Schöning
Guten Tag Ernesto Reinaldo Barreiro, am Mittwoch, 4. Mai 2016 um 12:27 schrieben Sie: > I have tried to reproduce this locally in "development" and "production" > modes with no success. Are there any known issues that can cause this? Any > leads would be appreciated. I often have problems with

weird "Unable to find component with id"

2016-05-04 Thread Ernesto Reinaldo Barreiro
Hi, Or a customers production server this happens sometimes.. === 2016-05-03 19:36:15,936 ERROR org.apache.wicket.DefaultExceptionMapper: 170 [req: I7Ax7LCI5L9 p: XwklMo8cZ3X][acc: anonymous] - Unexpected error occurred Unable to find component

RE: Misunderstanding : Unable to find component with id 'phl' or A child with id 'phl' already exists:

2016-03-22 Thread Gabriel Landon
. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Misunderstanding-Unable-to-find-component-with-id-phl-or-A-child-with-id-phl-already-exists-tp4674083p4674090.html Sent from the Users forum mailing list archive at Nabble.com

RE: Misunderstanding : Unable to find component with id 'phl' or A child with id 'phl' already exists:

2016-03-22 Thread andre seame
. Thanks, PHL De : Gabriel Landon <glan...@piti.pf> Envoyé : mardi 22 mars 2016 18:04 À : users@wicket.apache.org Objet : Re: Misunderstanding : Unable to find component with id 'phl' or A child with id 'phl' already exists: PHL, I'm sorry but it's

Re: Misunderstanding : Unable to find component with id 'phl' or A child with id 'phl' already exists:

2016-03-22 Thread Gabriel Landon
getLabel() { return lbl ; } } regards, Gabriel. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Misunderstanding-Unable-to-find-component-with-id-phl-or-A-child-with-id-phl-already-exists-tp4674083p4674087.html Sent from the Users

Misunderstanding : Unable to find component with id 'phl' or A child with id 'phl' already exists:

2016-03-21 Thread andre seame
s X1 extends Panel { public X1(String id, String ColumnTilte) //, TextField x) { super(id) ; lbl = new Label("labelx", ColumnTilte) ; add(lbl) ; } public Label getLabel() { return lbl ; } public void ajout() { add(new La

Avoiding 'WicketMessage: Unable to find component with id' error

2009-05-06 Thread Vasu Srinivasan
... /tr /table /div Even at first hit of the page, wicket shows up the message Unable to find component with id listView .. Is there a way to make Wicket not worry about unfound components or is there any other standard way of handling it ? Appreciate any help... -- Regards, Vasu

Re: Avoiding 'WicketMessage: Unable to find component with id' error

2009-05-06 Thread Sven Meier
component with id listView .. Is there a way to make Wicket not worry about unfound components or is there any other standard way of handling it ? Appreciate any help... - To unsubscribe, e-mail: users-unsubscr

Re: Unable to find component with id

2008-08-22 Thread btakacs
: WicketMessage: Unable to find component with id 'label' in [MarkupContainer [Component id = link, page = com.myapp.wicket.HomePage, path = 0:mainNavigation:menu:0:link.BookmarkablePageLink, isVisible = true, isVersioned = true]]. This means that you declared wicket:id=label in your markup

Re: Unable to find component with id

2008-08-22 Thread btakacs
/html -- View this message in context: http://www.nabble.com/%22Unable-to-find-component-with-id%22-tp19091781p19102855.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL

Re: Unable to find component with id

2008-08-22 Thread btakacs
= com.myapp.wicket.HomePage, path = 0:mainNavigation:menu:2:label.Label, isVisible = true, isVersioned = true] at org.apache.wicket.Page.checkRendering(Page.java:1116) at org.apache.wicket.Page.renderPage(Page.java:914) any tips? -- View this message in context: http://www.nabble.com/%22Unable-to-find-component

Re: Unable to find component with id

2008-08-22 Thread Martijn Dashorst
, isVisible = true, isVersioned = true] at org.apache.wicket.Page.checkRendering(Page.java:1116) at org.apache.wicket.Page.renderPage(Page.java:914) any tips? -- View this message in context: http://www.nabble.com/%22Unable-to-find-component-with-id%22-tp19091781p19103768.html Sent from

Re: Unable to find component with id

2008-08-21 Thread John Patterson
wicket:id in your html files must have a component in your java file and visa versa btakacs wrote: Hi I'm new in wicket. I tried to display a list of components, but I get the following error: WicketMessage: Unable to find component with id 'label' in [MarkupContainer [Component id = link, page

Re: Unable to find component with id

2008-08-21 Thread James Perry
to display a list of components, but I get the following error: WicketMessage: Unable to find component with id 'label' in [MarkupContainer [Component id = link, page = com.myapp.wicket.HomePage, path = 0:mainNavigation:menu:0:link.BookmarkablePageLink, isVisible = true, isVersioned = true

find component by id

2008-01-09 Thread Ryan Sonnek
is there any way to locate a component in a page with only the markup id? For scriptaculous integration, i have an ajax request with only the markup id, and i'd like to find the matching wicket component. - To unsubscribe,

Re: find component by id

2008-01-09 Thread Gerolf Seitz
you could call visitChildren(IVisitor) on the page and use Component#getMarkupId to find the matching component. hth, Gerolf On Jan 10, 2008 3:13 AM, Ryan Sonnek [EMAIL PROTECTED] wrote: is there any way to locate a component in a page with only the markup id? For scriptaculous