讓struts2標籤不換行的處理方法
<td>
<label>
使用者名稱:
</label>
<s:textfield name="roleUserComman.username" id="username" size="32" theme="simple" value="%{roleUserComman.username}"></s:textfield>
</td>
其實很簡單,如上:標籤加上屬性 theme="simple" 即可