Hi Thomas,
I cudn't get exactly your problem. Anyway hav u checked if the form object's rawvalue is null ? I mean , only if the value is null U hav to set its property to hidden. Follow the sample code..
if(this.rawValue == null){
this.presence = "hidden"
}
Write this code in the initialize event of that form object.
Thanks ,
SrPrabhu