If it's such a common case in your application write a (trivial) component for it, and add it to your hierarchy with a oneliner where it's needed. That's what componentization is mostly about, after all.
Regards, Carlos On 9/11/07, mchack <[EMAIL PROTECTED]> wrote: > > Was wondering if there was an easy way - Hopefully without code to create a > bookmarkable link where there is a contained image tag. Seems like from a > usability standpoint this would be very common and a little bit cumbersome > if I have to do this in the backing code. > > Thanks > -- > View this message in context: > http://www.nabble.com/Any-way-to-apply-wicket%3Alink-to-%3Ca%3E-with-contained-%3Cimg%3E--tf4425113.html#a12623060 > Sent from the Wicket - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
