If you have this in your markup:

<img src="images/tree10.png"
style="padding-right:4px;vertical-align:text-top;" />

by the time it renders in wicket by default,it becomes

 <img src="images/tree10.png"
style="padding-right:4px;vertical-align:text-top;"
onclick="window.location.href='images/tree10.png';return false;"/>

As simple as that

Any tips



On Thu, Feb 3, 2011 at 7:38 PM, James Carman <ja...@carmanconsulting.com>wrote:

> Can you create a quickstart that exhibits that behavior?  I have never
> seen this.
>
> On Thu, Feb 3, 2011 at 1:34 PM, Ayodeji Aladejebi <aladej...@gmail.com>
> wrote:
> > Pleas how can I stop wicket from processing my images and inserting
> onclick
> > ="window.location.href"
> >
> > thanks
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


-- 
Aladejebi Ayodeji A.,
DabarObjects Solutions
Phone: +234 9 875 1763
Mobile: +234 803 589 1780
Email: d...@dabarobjects.com
Web: www.dabarobjects.com

Reply via email to