<td height="311" align="center">
<html:form action="sturegAction.do" method="post">
<table width="50%" height="270"  border="4" cellspacing="">
  <tr><td colspan="2">如果使用MySQL数据库,最好不要使用中文,中文显示可能会不正常</td></tr>
          <tr>
            <td width="33%" >用户名:</td>
            <td width="67%" "><html:text property="username" size="20" maxlength="20"/></td>
          </tr>
          <tr>
            <td>姓名:</td>
            <td><html:text property="name" size="20" maxlength="20"/></td>
          </tr>
          <tr>
            <td  >密码:</td>
            <td><html:password property="password" size="21" maxlength="10"/></td>
          </tr>
是这样的    代码是显示   用户名:输入框
                         姓名:  输入框
                         密码:  输入框下面还有一些啦, 在Myeclipse里预览 也是这样的 , 部署到Tomcat上之后 ,用户名后面的 输入框就没有了..这是什么情况呢?