Problem with property watcher

Hi

I just can't make this rather simple setup working. 

I have two comboxes: One with a Main-categori list residing in a domainlist which is refrenced, and a second which have to have a sub-categori list depending on what is selected in the main-categori. These domain list are referenced too, I have set up a property watcher on the main-categori. 

On the sub-categori domainlists I used referenced criterias --and I know they work because the PBS color works as it should. But I get all the time the last domainlist in the sub-categori combobox which  has no criteria ! It looks like the criterias do to work here. I am pretty sure that my failure is somewhere in this part of the meta datafile:

        <Properties>
          <property name="Kat1Over" alias="Kategori Overgruppe" preferenceType="none" type="string" dbProp="">
            <initialValue key="placing" synch="true" valueType="value">Andet</initialValue>
            <dataSpec numChars="25" />
            <itemSpec type="comboBox" label="Kat1Over:" labelColor="black">
              <comboBox valueColumnName="col1" editColumnName="col1" widthFromList="true" formatToDisplay="%s" formatToInternal="%s" numRowsToDisplay="10" listBoxWidth="0" />
            </itemSpec>
            <domainListSpec numColumns="1" addBlankListEntry="false">
              <domainListRef value="MnuKatOverGruppe" />
            </domainListSpec>
            <hookOptions uppercase="false" readOnly="false" dontclear="false" required="false" synchOnChangeKey="" />
            <toolTip>Vælg overkategori</toolTip>
            <watchersList>
              <watcher name="ChangeKatiUnderDomain" type="SynchItem" alias="StedfæstelseFlade" operation="" property="Kat1Under" redraw="true" valueType="none" />
            </watchersList>
          </property>
          <property name="Kat1Under" alias="Kategori Undergruppe" preferenceType="none" type="string" dbProp="">
            <initialValue key="placing" synch="true" valueType="value">Value</initialValue>
            <dataSpec numChars="25" />
            <itemSpec type="comboBox" label="Kat1Under:" labelColor="black">
              <comboBox valueColumnName="col1" editColumnName="col1" widthFromList="true" formatToDisplay="%s" formatToInternal="%s" numRowsToDisplay="20" listBoxWidth="0" />
            </itemSpec>
            <domainListSpec numColumns="1" addBlankListEntry="false" useCriteria="KatOver Andet">
              <domainListRef value="MnuAndet" />
            </domainListSpec>
            <hookOptions uppercase="false" readOnly="false" dontclear="false" required="false" synchOnChangeKey="" />
            <toolTip>Vælg underkategori</toolTip>
            <domainListSpec numColumns="1" addBlankListEntry="false" useCriteria="KatOver Anvendelse">
              <domainListRef value="MnuAnvendelse"  useCriteria="KatOver Anvendelse"/>
            </domainListSpec>
            <domainListSpec numColumns="1" addBlankListEntry="false" useCriteria="KatOver Bebyggelse">
              <domainListRef value="MnuBebyggelse" useCriteria="KatOver Bebyggelse" />
            </domainListSpec>
            <domainListSpec numColumns="1" addBlankListEntry="false" useCriteria="KatOver BrugsLeje">
              <domainListRef value="MnuBrugsLejeForhold" useCriteria="KatOver BrugsLeje" />
            </domainListSpec>
            <domainListSpec numColumns="1" addBlankListEntry="false" useCriteria="KatOver Fædsel">
              <domainListRef value="MnuFaerdsel" useCriteria="KatOver Fædsel" />
            </domainListSpec>
            <domainListSpec numColumns="1" addBlankListEntry="false" useCriteria="KatOver KøbSalg">
              <domainListRef value="MnuKoebSalg" useCriteria="KatOver KøbSalg" />
            </domainListSpec>
            <domainListSpec numColumns="1" addBlankListEntry="false" useCriteria="KatOver Teknik">
              <domainListRef value="MnuTekniskeAnlaeg" useCriteria="KatOver Teknik" />
            </domainListSpec>
            <domainListSpec numColumns="1" addBlankListEntry="false">
              <domainListRef value="MnuNyBygningLejetGrund" useCriteria="" />
            </domainListSpec>
          </property>
        </Properties>

I have looked and looked in the address feature in the geo_example.xml but I simply can not find out what I am doing wrong.

Maybe somebody are able to pinpoint where the problem is located. I have been wondering why the GSA create double useCrietrias, but it seems not to make any different if I delete one or another os them.

Hope somebody can help ( I have attached a cut down to minimum metadata project -you might need to change the Workspace Root Directory)

Erik Wirring

Le34