Hi, The problem is that you have a stale link. Initially you rendered this repeater and then you updated it in the server side (the items inside have new ids) and you forgot to update it in at the client side. Then the user clicks such stale link and the server side cannot find an item with id == 0.
On Mon, Dec 12, 2011 at 11:37 AM, cosmindumy <[email protected]> wrote: > On the production server I received an exception. The problem is that I > cannot reproduce and I coudn't find the cause. > Probably it must be something with browser setting, but I'm not sure. > Has anyone an ideea which can be the cause? It says that the component is > not found, but the component is there. > This is some part of stack trace: > > > org.apache.wicket.protocol.http.request.InvalidUrlException: > org.apache.wicket.WicketRuntimeException: component > inputForm:editQuoteContainer:rowPanel:repeater:1:addCombination not found on > page > com.lingo24.orderingsystem.customer.web.wicket.wos.estimator.EditQuoteDetails[id > = 1], listener interface = [RequestListenerInterface > name=IActivePageBehaviorListener, method=public abstract void > org.apache.wicket.behavior.IBehaviorListener.onRequest()] > at > org.apache.wicket.protocol.http.WebRequestCycleProcessor.resolve(WebRequestCycleProcessor.java:262) > .. > .. > ..Caused by: org.apache.wicket.WicketRuntimeException: component > inputForm:editQuoteContainer:rowPanel:repeater:1:addCombination not found on > page > com.lingo24.orderingsystem.customer.web.wicket.wos.estimator.EditQuoteDetails[id > = 1], listener interface = [RequestListenerInterface > 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 archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
