I faced the same problem. I simply supplied an empty string for value (see example). This worked fine for me.
template::element create main shortname -datatype text -widget text -html {size 70 readonly ""} -label Shortname
EG