Hi Volker, Thanks for the fast reply. I hope that's a remnant of my trying to get it to work, I'll check it out and make sure I use the same name everywhere.
Could using the underscores be a problem? Thanks, Roland On Tuesday 24 March 2009 16:27, Volker Weber wrote: > Hi Roland, > > is this a typo or did you have different spellings in the jsp, css and > the tobago-theme.xml? > > "hierarchiebezeichner2" vs "hierarchie_bezeichner_2" > > markup on column should work on 1.0.12 afaik. > > Regards, > Volker > > 2009/3/24 Roland Asmann <[email protected]>: > > Hi all, > > > > I'm trying to get the markup-attribute on the column to work, but it > > keeps on ignoring everything I do... Could someone please give me some > > pointers? > > > > I currently have the following in my JSP: > > <tc:column markup="hierarchiebezeichner2" label="" align="left"> > > > > I'm using a seperate JAR with the theme, so I have defined the > > tobago-theme.xml file like this: > > <?xml version="1.0" encoding="UTF-8"?> > > <tobago-theme> > > <name>placo</name> > > <resource-path>org/apache/myfaces/tobago/renderkit</resource-path> > > <fallback>cfc</fallback> > > <renderers> > > <renderer> > > <name>Column</name> > > <supported-markup> > > <markup>hierarchie_bezeichner_2</markup> > > </supported-markup> > > </renderer> > > </renderers> > > </tobago-theme> > > > > With the theme.xml there's a CSS: > > .tobago-column-markup-hierarchiebezeichner2 { > > background-color: red; > > } > > > > However, Tobago keeps on insisting that it doesn't know this definition: > > Calling isMarkupSupported column hierarchiebezeichner2 but no > > configuration found > > > > I think it doesn't load the markups because the column doesn't seem to > > have a renderer associated... > > > > I'm using Tobago 1.0.12 and currently am unable to upgrade... Any > > thoughts on how I can solve this problem? > > > > Thanks. > > > > -- > > Roland Asmann > > > > CFC Informationssysteme Entwicklungsgesellschaft m.b.H > > Bäckerstrasse 1/2/7 > > A-1010 Wien > > FN 266155f, Handelsgericht Wien > > > > Tel.: +43/1/513 88 77 - 27 > > Fax.: +43/1/513 88 62 > > Email: [email protected] > > Web: www.cfc.at -- Roland Asmann CFC Informationssysteme Entwicklungsgesellschaft m.b.H Bäckerstrasse 1/2/7 A-1010 Wien FN 266155f, Handelsgericht Wien Tel.: +43/1/513 88 77 - 27 Fax.: +43/1/513 88 62 Email: [email protected] Web: www.cfc.at

