I by mistake had this tag *<img src="">* left in my markup. I was
experiencing a lot of other issues because of this, and I don't know why.
The problems were the following::
1.
An ajax link ,when clicked, not found on its page
org.apache.wicket.WicketRuntimeException: component somewicketpath:link not
found on page somepage listener interface = [RequestListenerInterface
name=IBehaviorListener, method=public abstract void
org.apache.wicket.behavior.IBehaviorListener.onRequest()]
at
org.apache.wicket.request.AbstractRequestCycleProcessor.resolveListenerInterfaceTarget
(AbstractRequestCycleProcessor.java:394)
at
org.apache.wicket.request.AbstractRequestCycleProcessor.resolveRenderedPage(
AbstractRequestCycleProcessor.java:440)
at org.apache.wicket.protocol.http.WebRequestCycleProcessor.resolve(
WebRequestCycleProcessor.java:139)

2.
When repainting a component via ajax--markup id of my html element not the
same as what is expected by ajax repaint.

3.
Similar issues as if there was something wrong going on, *(And wicket was
not complaining anything).*

Does anyone have an idea on what might be happening.
If required I can send across a small quick start.( this can be simulated
very easily by adding <img src=""> ).

Reply via email to