Struts2標籤之UI標籤

來源:互聯網
上載者:User

Struts2UI標籤之表單標籤:

  • <form action="<c:url value='/user/LoginAction.action'/>" method="post">  使用者名稱 <input type="text" name="username"/><br/>  密 碼 <input type="password" name="password"/><br/>  <input type="submit" value="登入"/></form><hr/><s:form action="LoginAction" namespace="/user"><s:textfield name="username" label="使用者名稱" /><s:password name="password" label="密 碼" /><s:submit value="登入" /></s:form>

  • <form action="/ognl/user/LoginAction.action" method="post">  使用者名稱 <input type="text" name="username"/><br/>  密 碼 <input type="password" name="password"/><br/>  <input type="submit" value="登入"/></form><hr/><form id="LoginAction" name="LoginAction" action="/ognl/user/LoginAction.action" method="post"><table class="wwFormTable"><tr>    <td class="tdLabel"><label for="LoginAction_username" class="label">使用者名稱:</label></td>    <td><input type="text" name="username" value="" id="LoginAction_username"/></td></tr> <tr>    <td class="tdLabel"><label for="LoginAction_password" class="label">密 碼:</label></td>    <td><input type="password" name="password" id="LoginAction_password"/></td></tr> <tr>    <td colspan="2"><div align="right"><input type="submit" id="LoginAction_0" value="登入"/></div></td></tr></table></form>

    • <s:form action="LoginAction" namespace="/user" theme="simple"><s:textfield name="username" label="使用者名稱" /><s:password name="password" label="密 碼" /><s:submit value="登入" /></s:form>

  • <form id="LoginAction" name="LoginAction" action="/ognl/user/LoginAction.action" method="post"><input type="text" name="username" value="" id="LoginAction_username"/><input type="password" name="password" id="LoginAction_password"/><input type="submit" id="LoginAction_0" value="登入"/></form>
    這時沒有表格來格式化表單,而且也不能產生<lable>,這說明樣式都要自來來設定。好處是你重新獲得了自由,壞處是一切都要靠自己了。

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.