You might check out the source for the LabelIconPanel class in org.apache.wicket.markup.html.tree. It sets the icon for the LinkTree via ResourceReferences that point to image files. You might also take a look at the LinkIconPanel (it extends LabelIconPanel) in the same tree.
Mathias P.W Nilsson wrote: > > I have a question about conditional markup. > > There are many scenarios where we put labels if some conditions are meet. > How do I do this the best way. > > Example > If document is under update > show image that displays that a new version is under process > > > What is the wicket way of doing this? > -- View this message in context: http://www.nabble.com/Conditional-markup-tp16048105p16048625.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
