textField in view produces invalid XHTML

<?php echo CHtml::textField('x3'); ?>

produces a [tt]<input>[/tt] tag but without a name, thus being invalid XHTML. Using the latest from svn.

I couldn't reproduce it…

You’re right, I was doing something wrong. Sorry  :-[