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

Reply via email to