It's not supposed to be bold. In no way did you tell it to be bold. What you can do is add a class attribute to the <td> element (using AttributeAppender behavior) to set a css class and then you use a stylesheet to style your text as bold.
On Tue, Feb 17, 2009 at 10:54 AM, Edwin Ansicodd <[email protected]> wrote: > > have info in a table, want to make the text from wicket bold. How do I do > this? > > <td width="20%" wicket:id="personname">Person Name</td> > > The above doesn't work. It's not bold with wicket. How do I make it bold? > > > -- > View this message in context: > http://www.nabble.com/How-to-make-wicket-text-in-a-td-bold--tp22060100p22060100.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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
