Why not create your own panel with a link containing an image? I mean
something like:
<wicket:panel>
        <a class="imagebutton" wicket:id="link" title=""><img wicket:id=
"image" src=""/><span wicket:id="label"></span></a>
        <wicket:child/>
</wicket:panel>
And then control the visibility of this panel with isVisible()?

Ernesto

On Fri, Sep 25, 2009 at 11:50 AM, Charles Moulliard <cmoulli...@gmail.com>wrote:

> How can I dynamically display or not an image (= a link) in a html
> table page using wicket ? It means that depending on a condition, the
> button link will be displayed or not at all.
> Is it possible to create a buttonLink in Wicket ?
>
> Regards,
>
> Charles Moulliard
> Senior Enterprise Architect
> Apache Camel Committer
>
> *****************************
> blog : http://cmoulliard.blogspot.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to