是 在struts1中等于 在Struts 2中

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了是 在struts1中等于 在Struts 2中相关的知识,希望对你有一定的参考价值。

我正在尝试将Struts 1标签迁移到Struts 2.是否有可用的备忘单?(我没有看到任何迁移标签。)需要知道struts2中的等效标签

特别是:<html:base/> in struts1 equals to <s:head/> in struts2

html:html
html:base
html:link forward
html:link page
html:html
html:form action
html:hidden
html:submit>
答案

这是我很久以前用过的表:

+--------------------------+-------------------------------------+
|  <bean:write name=       | <s:property value=                  |
+==========================+=====================================+
| <bean:message key=       | <s:text name=                       |
+--------------------------+-------------------------------------+
| <html:rewrite            | <s:url value=                       |
+--------------------------+-------------------------------------+
| <html:link action=       | <s:a action=                        |
+--------------------------+-------------------------------------+
| <html:img action=        | <img src==                          |
+--------------------------+-------------------------------------+
| <html:img page=          | <img src=                           |
+--------------------------+-------------------------------------+
| <html:hidden property=   | <s:hidden name=                     |
+--------------------------+-------------------------------------+
| <html:submit             | <s:submit                           |
+--------------------------+-------------------------------------+
| </html:submit>           | </s:submit                          |
+--------------------------+-------------------------------------+
| <html:form               | <s:form                             |
+--------------------------+-------------------------------------+
| </html:form              | </s:form                            |
+--------------------------+-------------------------------------+
| <html:text               | <s:textfield                        |
+--------------------------+-------------------------------------+
| <html:password           | <s:password                         |
+--------------------------+-------------------------------------+
| <html:select property=   | <s:select  name=                    |
+--------------------------+-------------------------------------+
| <html:optionsCollection  | <s:select list= listKey= listValue= |
+--------------------------+-------------------------------------+
| <html:checkbox property= | <s:checkbox name=                   |
+--------------------------+-------------------------------------+
| <html:file               | <s:file name=                       |
+--------------------------+-------------------------------------+
| <html:button             | <input type=“button”                |
+--------------------------+-------------------------------------+

其他你可以在我的答案中找到。

以上是关于是 在struts1中等于 在Struts 2中的主要内容,如果未能解决你的问题,请参考以下文章

Struts1运行原理以及整合步骤

Struts1与Struts2的区别

struts1和struts2的区别??

在面试过程中SpringMVC常常被问到的有哪些知识点?

框架2--Struts2

小学生之浅谈Struts2与struts1的运行机制