Hallo zusammen

Ich habe ein Flexform mit einem "switchableControllerActions" Feld. Nachfolgend möchte ich ein Flexform-Element in Abhängigkeit von der gewählten Controller->action-Auswahl anzeigen lassen oder nicht. Leider greift meine Condition (noch) nicht... So sieht momentan das Flexform aus:

HTML-Code:
<switchableControllerActions>
              <TCEforms>
              <label>Standardaktion des Plugins</label>
              <onChange>reload</onChange>
              <config>
              <type>select</type>
              <items>
                <numIndex index="0">
                    <numIndex index="0">Kategorie und Album</numIndex>
                    <numIndex index="1">Category->list</numIndex>
                </numIndex>
                <numIndex index="1">
                    <numIndex index="0">Nur Album</numIndex>
                    <numIndex index="1">Album->list</numIndex>
                </numIndex>
                </items>
              </config>
              </TCEforms>
          </switchableControllerActions>
          <settings.categories>
              <TCEforms>
              <label>Kategorien</label>
              <displaycond><=!=[=C=D=A=T=A=[FIELD:switchableControllerActions:=:Category->list]=]=></displaycond>
              <config>
                <type>group</type>
                <internal_type>db</internal_type>
                <allowed>tx_pnsupersizegallery_domain_model_category</allowed>
                <size>6</size>
                <minitems>0</minitems>
                <maxitems>10</maxitems>
              </config>
              </TCEforms>
</settings.categories>

Was mache ich falsch?

PS: Die vielen "="-Zeichen in der Zeile mit dem displayCond werden vom Editor eingefügt...

Danke und Gruss