如何使textfield中包含div中的格式:html标签如下写法可以正常显示文本框
  <DIV class="mail_fs input_fs"><INPUT title="" [email protected] 
  name=UserName> </DIV>
换为struts后不能正常显示文本框!!                                                              
            <DIV class="mail_fs input_fs">
                <s:textfield label="用户名2" name="user.username"></s:textfield>
            </DIV>   strutscss