The cWebCombo requires an item to be available with the value you are setting. Unline the windows DbCombo/Combo it doesn't support free text input.

So if no AddComboItem with "wert" as first value is done it will not be able to show "wert" as a value.

You can use Entry_Item and it will then automatically pick up values from the validation table.