Re: add html-attribute to a tab

2009-07-16 Thread ptrash
So, it is not possible? -- View this message in context: http://www.nabble.com/add-html-attribute-to-a-tab-tp24468087p24512963.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail

Re: add html-attribute to a tab

2009-07-16 Thread Jonas
attach the attribute modifier cheers, Jonas On Thu, Jul 16, 2009 at 11:12 AM, ptrashptr...@web.de wrote: So, it is not possible? -- View this message in context: http://www.nabble.com/add-html-attribute-to-a-tab-tp24468087p24512963.html Sent from the Wicket - User mailing list archive

add html-attribute to a tab

2009-07-13 Thread Pi Trash
Hi, I generate a tab navigation panel and use a name abbreviation for the tab label: ITab tab = (new AbstractTab(new ModelString(nameAbbreviation)) { private static final long serialVersionUID = 1L; @Override public Panel getPanel(String id) {