在form中添加 theme="simple" 属性,<s:textfield   />就不会自动换行了. 例:<s:form id="form1" action="" theme="simple">
       <table>
            <tr>
                <td><s:textfield   label= "姓名 "   name= "name "/></td>
            </tr>
       </table>
   </s:form>