img src="" will issue another request to the server to the same url,
which will most likely bump up your version and render ajax stuff
useless because versions wont match. its in the faqs and gotchas.

-igor


On Tue, Apr 1, 2008 at 6:07 PM, atul singh <[EMAIL PROTECTED]> wrote:
> 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=""> ).
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to