diff --git a/apps/blank/src/main/webapp/WEB-INF/pages/home.jsp b/apps/blank/src/main/webapp/WEB-INF/pages/home.jsp index cbe91a731..a0477e714 100644 --- a/apps/blank/src/main/webapp/WEB-INF/pages/home.jsp +++ b/apps/blank/src/main/webapp/WEB-INF/pages/home.jsp @@ -1,4 +1,4 @@ -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/mailreader/src/main/webapp/pages/ChangePassword.jsp b/apps/mailreader/src/main/webapp/pages/ChangePassword.jsp index d7bd5015c..37d85bec1 100644 --- a/apps/mailreader/src/main/webapp/pages/ChangePassword.jsp +++ b/apps/mailreader/src/main/webapp/pages/ChangePassword.jsp @@ -1,5 +1,5 @@ <%@ page contentType="text/html; charset=UTF-8" %> -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/mailreader/src/main/webapp/pages/Error.jsp b/apps/mailreader/src/main/webapp/pages/Error.jsp index fbdc687f8..481eddb63 100644 --- a/apps/mailreader/src/main/webapp/pages/Error.jsp +++ b/apps/mailreader/src/main/webapp/pages/Error.jsp @@ -1,5 +1,5 @@ <%@ page contentType="text/html; charset=UTF-8" %> -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/mailreader/src/main/webapp/pages/Footer.jsp b/apps/mailreader/src/main/webapp/pages/Footer.jsp index f9b089377..b2eae1e79 100644 --- a/apps/mailreader/src/main/webapp/pages/Footer.jsp +++ b/apps/mailreader/src/main/webapp/pages/Footer.jsp @@ -1,4 +1,4 @@ -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %>

diff --git a/apps/mailreader/src/main/webapp/pages/MainMenu.jsp b/apps/mailreader/src/main/webapp/pages/MainMenu.jsp index b5c79a7af..0cd89e51e 100644 --- a/apps/mailreader/src/main/webapp/pages/MainMenu.jsp +++ b/apps/mailreader/src/main/webapp/pages/MainMenu.jsp @@ -1,5 +1,5 @@ <%@ page contentType="text/html; charset=UTF-8" %> -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/mailreader/src/main/webapp/pages/Welcome.jsp b/apps/mailreader/src/main/webapp/pages/Welcome.jsp index 32a62c50b..4c6d8e628 100644 --- a/apps/mailreader/src/main/webapp/pages/Welcome.jsp +++ b/apps/mailreader/src/main/webapp/pages/Welcome.jsp @@ -1,5 +1,5 @@ <%@ page contentType="text/html; charset=UTF-8" %> -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/mailreader/src/main/webapp/pages/logon.jsp b/apps/mailreader/src/main/webapp/pages/logon.jsp new file mode 100644 index 000000000..92bbae477 --- /dev/null +++ b/apps/mailreader/src/main/webapp/pages/logon.jsp @@ -0,0 +1,30 @@ +<%@ page contentType="text/html; charset=UTF-8" %> +<%@ taglib prefix="s" uri="/struts-tags" %> + + + + <s:text name="logon.title"/> + " rel="stylesheet" + type="text/css"/> + + + + + + + + + + + + + + + + + + + + diff --git a/apps/mailreader/src/main/webapp/pages/registration.jsp b/apps/mailreader/src/main/webapp/pages/registration.jsp index ea4eab79e..79c2c1667 100644 --- a/apps/mailreader/src/main/webapp/pages/registration.jsp +++ b/apps/mailreader/src/main/webapp/pages/registration.jsp @@ -1,5 +1,5 @@ <%@ page contentType="text/html; charset=UTF-8" %> -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/mailreader/src/main/webapp/pages/registration/Retrieve.jsp b/apps/mailreader/src/main/webapp/pages/registration/Retrieve.jsp index 1aea155fe..659522669 100644 --- a/apps/mailreader/src/main/webapp/pages/registration/Retrieve.jsp +++ b/apps/mailreader/src/main/webapp/pages/registration/Retrieve.jsp @@ -1,5 +1,5 @@ <%@ page contentType="text/html; charset=UTF-8" %> -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/mailreader/src/main/webapp/pages/subscription.jsp b/apps/mailreader/src/main/webapp/pages/subscription.jsp index a5810c6eb..bf4c9a46a 100644 --- a/apps/mailreader/src/main/webapp/pages/subscription.jsp +++ b/apps/mailreader/src/main/webapp/pages/subscription.jsp @@ -1,5 +1,5 @@ <%@ page contentType="text/html; charset=UTF-8" %> -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/portlet/src/main/webapp/WEB-INF/edit/formExample.jsp b/apps/portlet/src/main/webapp/WEB-INF/edit/formExample.jsp index 2653c6396..7d62563ab 100644 --- a/apps/portlet/src/main/webapp/WEB-INF/edit/formExample.jsp +++ b/apps/portlet/src/main/webapp/WEB-INF/edit/formExample.jsp @@ -1,4 +1,4 @@ -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %>

Hello

diff --git a/apps/portlet/src/main/webapp/WEB-INF/edit/formExampleInput.jsp b/apps/portlet/src/main/webapp/WEB-INF/edit/formExampleInput.jsp index 1fd044ed8..43c981df6 100644 --- a/apps/portlet/src/main/webapp/WEB-INF/edit/formExampleInput.jsp +++ b/apps/portlet/src/main/webapp/WEB-INF/edit/formExampleInput.jsp @@ -1,4 +1,4 @@ -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %>

Input your name

diff --git a/apps/portlet/src/main/webapp/WEB-INF/edit/index.jsp b/apps/portlet/src/main/webapp/WEB-INF/edit/index.jsp index 8cf035e23..6b03c99f3 100644 --- a/apps/portlet/src/main/webapp/WEB-INF/edit/index.jsp +++ b/apps/portlet/src/main/webapp/WEB-INF/edit/index.jsp @@ -1,4 +1,4 @@ -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> There are no examples in edit mode yet

diff --git a/apps/portlet/src/main/webapp/WEB-INF/edit/namespaceTest.jsp b/apps/portlet/src/main/webapp/WEB-INF/edit/namespaceTest.jsp index 48a3fe2f7..7e373a131 100644 --- a/apps/portlet/src/main/webapp/WEB-INF/edit/namespaceTest.jsp +++ b/apps/portlet/src/main/webapp/WEB-INF/edit/namespaceTest.jsp @@ -1,4 +1,4 @@ -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> ">Test page for namespace /edit/test

">Back to edit index diff --git a/apps/portlet/src/main/webapp/WEB-INF/edit/prefsForm.jsp b/apps/portlet/src/main/webapp/WEB-INF/edit/prefsForm.jsp index ccb90b419..491070a6b 100644 --- a/apps/portlet/src/main/webapp/WEB-INF/edit/prefsForm.jsp +++ b/apps/portlet/src/main/webapp/WEB-INF/edit/prefsForm.jsp @@ -1,4 +1,4 @@ -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> <%@ taglib prefix="pw" uri="/portletwork" %> diff --git a/apps/portlet/src/main/webapp/WEB-INF/edit/test.jsp b/apps/portlet/src/main/webapp/WEB-INF/edit/test.jsp index a8099d01d..615860c47 100644 --- a/apps/portlet/src/main/webapp/WEB-INF/edit/test.jsp +++ b/apps/portlet/src/main/webapp/WEB-INF/edit/test.jsp @@ -1,4 +1,4 @@ -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> ">Test page

">Back to edit index diff --git a/apps/portlet/src/main/webapp/WEB-INF/view/ajaxExample.jsp b/apps/portlet/src/main/webapp/WEB-INF/view/ajaxExample.jsp index f9f6c91bc..d0b55af40 100644 --- a/apps/portlet/src/main/webapp/WEB-INF/view/ajaxExample.jsp +++ b/apps/portlet/src/main/webapp/WEB-INF/view/ajaxExample.jsp @@ -1,4 +1,4 @@ -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> "> This is a tabbed pane with two panels that fetches data from a remote action via ajax diff --git a/apps/portlet/src/main/webapp/WEB-INF/view/formExample.jsp b/apps/portlet/src/main/webapp/WEB-INF/view/formExample.jsp index 2653c6396..7d62563ab 100644 --- a/apps/portlet/src/main/webapp/WEB-INF/view/formExample.jsp +++ b/apps/portlet/src/main/webapp/WEB-INF/view/formExample.jsp @@ -1,4 +1,4 @@ -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %>

Hello

diff --git a/apps/portlet/src/main/webapp/WEB-INF/view/formExampleInput.jsp b/apps/portlet/src/main/webapp/WEB-INF/view/formExampleInput.jsp index 38485a2ae..468d0eb4f 100644 --- a/apps/portlet/src/main/webapp/WEB-INF/view/formExampleInput.jsp +++ b/apps/portlet/src/main/webapp/WEB-INF/view/formExampleInput.jsp @@ -1,4 +1,4 @@ -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %>

Input your name

diff --git a/apps/portlet/src/main/webapp/WEB-INF/view/formExampleInputValidation.jsp b/apps/portlet/src/main/webapp/WEB-INF/view/formExampleInputValidation.jsp index f87a0313f..f64745747 100644 --- a/apps/portlet/src/main/webapp/WEB-INF/view/formExampleInputValidation.jsp +++ b/apps/portlet/src/main/webapp/WEB-INF/view/formExampleInputValidation.jsp @@ -1,4 +1,4 @@ -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> ">

Input your name

diff --git a/apps/portlet/src/main/webapp/WEB-INF/view/index.jsp b/apps/portlet/src/main/webapp/WEB-INF/view/index.jsp index cc9a14d11..6a4345ae9 100644 --- a/apps/portlet/src/main/webapp/WEB-INF/view/index.jsp +++ b/apps/portlet/src/main/webapp/WEB-INF/view/index.jsp @@ -1,4 +1,4 @@ -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %>

Welcome to the Struts example portlet

Here you'll find examples of what is possible with the PortletWork framework. diff --git a/apps/portlet/src/main/webapp/WEB-INF/view/springExample.jsp b/apps/portlet/src/main/webapp/WEB-INF/view/springExample.jsp index 193e40e29..8a0da4287 100644 --- a/apps/portlet/src/main/webapp/WEB-INF/view/springExample.jsp +++ b/apps/portlet/src/main/webapp/WEB-INF/view/springExample.jsp @@ -1,4 +1,4 @@ -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %>

Example of Spring managed singleton. All the 'things' are contained in a Spring defined ThingManager

diff --git a/apps/portlet/src/main/webapp/WEB-INF/view/tokenExample.jsp b/apps/portlet/src/main/webapp/WEB-INF/view/tokenExample.jsp index 76dd0a140..e41c9e96e 100644 --- a/apps/portlet/src/main/webapp/WEB-INF/view/tokenExample.jsp +++ b/apps/portlet/src/main/webapp/WEB-INF/view/tokenExample.jsp @@ -1,4 +1,4 @@ -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %>

The form was successfully submitted with a valid token

diff --git a/apps/portlet/src/main/webapp/WEB-INF/view/tokenExampleInput.jsp b/apps/portlet/src/main/webapp/WEB-INF/view/tokenExampleInput.jsp index 5b3f0e7f4..7aa2e31aa 100644 --- a/apps/portlet/src/main/webapp/WEB-INF/view/tokenExampleInput.jsp +++ b/apps/portlet/src/main/webapp/WEB-INF/view/tokenExampleInput.jsp @@ -1,4 +1,4 @@ -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> ERROR:
diff --git a/apps/shopping-cart/src/main/webapp/WEB-INF/decorators/main.jsp b/apps/shopping-cart/src/main/webapp/WEB-INF/decorators/main.jsp index 555d70c95..859673d97 100644 --- a/apps/shopping-cart/src/main/webapp/WEB-INF/decorators/main.jsp +++ b/apps/shopping-cart/src/main/webapp/WEB-INF/decorators/main.jsp @@ -5,7 +5,7 @@ %> <%@ taglib uri="sitemesh-decorator" prefix="decorator" %> <%@ taglib uri="sitemesh-page" prefix="page" %> -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/shopping-cart/src/main/webapp/cart.jsp b/apps/shopping-cart/src/main/webapp/cart.jsp index a58ea9ffc..367b6dba5 100644 --- a/apps/shopping-cart/src/main/webapp/cart.jsp +++ b/apps/shopping-cart/src/main/webapp/cart.jsp @@ -3,7 +3,7 @@ response.setHeader("Cache-Control", "no-cache"); response.setDateHeader("Expires", 0); %> -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> <%@ page contentType="text/html;charset=UTF-8" language="java" %>

Shopping Cart

diff --git a/apps/shopping-cart/src/main/webapp/category-main.jsp b/apps/shopping-cart/src/main/webapp/category-main.jsp index b044ba902..f00403ba9 100644 --- a/apps/shopping-cart/src/main/webapp/category-main.jsp +++ b/apps/shopping-cart/src/main/webapp/category-main.jsp @@ -3,7 +3,7 @@ response.setHeader("Cache-Control", "no-cache"); response.setDateHeader("Expires", 0); %> -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> <%@ page contentType="text/html;charset=UTF-8" language="java" %> Category diff --git a/apps/shopping-cart/src/main/webapp/category.jsp b/apps/shopping-cart/src/main/webapp/category.jsp index c1e792f25..30225abfd 100644 --- a/apps/shopping-cart/src/main/webapp/category.jsp +++ b/apps/shopping-cart/src/main/webapp/category.jsp @@ -3,7 +3,7 @@ response.setHeader("Cache-Control", "no-cache"); response.setDateHeader("Expires", 0); %> -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> <%@ page contentType="text/html;charset=UTF-8" language="java" %>

>

diff --git a/apps/shopping-cart/src/main/webapp/categorySet.jsp b/apps/shopping-cart/src/main/webapp/categorySet.jsp index 934299125..5f9f62126 100644 --- a/apps/shopping-cart/src/main/webapp/categorySet.jsp +++ b/apps/shopping-cart/src/main/webapp/categorySet.jsp @@ -3,6 +3,6 @@ response.setHeader("Cache-Control", "no-cache"); response.setDateHeader("Expires", 0); %> -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> <%@ page contentType="text/plain;charset=UTF-8" language="java" %> Category set to diff --git a/apps/showcase/src/main/webapp/WEB-INF/decorators/main.jsp b/apps/showcase/src/main/webapp/WEB-INF/decorators/main.jsp index 984f6b0d5..9c41a3c43 100644 --- a/apps/showcase/src/main/webapp/WEB-INF/decorators/main.jsp +++ b/apps/showcase/src/main/webapp/WEB-INF/decorators/main.jsp @@ -9,7 +9,7 @@ <%@ taglib uri="sitemesh-decorator" prefix="decorator" %> <%@ taglib uri="sitemesh-page" prefix="page" %> -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/showcase/src/main/webapp/actionchaining/actionChainingResult.jsp b/apps/showcase/src/main/webapp/actionchaining/actionChainingResult.jsp index 67bb8e12c..b16511308 100644 --- a/apps/showcase/src/main/webapp/actionchaining/actionChainingResult.jsp +++ b/apps/showcase/src/main/webapp/actionchaining/actionChainingResult.jsp @@ -1,4 +1,4 @@ -<%@taglib prefix="s" uri="/tags" %> +<%@taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/showcase/src/main/webapp/ajax/AjaxResult.jsp b/apps/showcase/src/main/webapp/ajax/AjaxResult.jsp index 6a5ef225b..b93c00f92 100644 --- a/apps/showcase/src/main/webapp/ajax/AjaxResult.jsp +++ b/apps/showcase/src/main/webapp/ajax/AjaxResult.jsp @@ -1,4 +1,4 @@ -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> <% request.setAttribute("decorator", "none"); diff --git a/apps/showcase/src/main/webapp/ajax/AjaxResult3.jsp b/apps/showcase/src/main/webapp/ajax/AjaxResult3.jsp index 550020e55..45cb2b0ce 100644 --- a/apps/showcase/src/main/webapp/ajax/AjaxResult3.jsp +++ b/apps/showcase/src/main/webapp/ajax/AjaxResult3.jsp @@ -1,4 +1,4 @@ -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> <% request.setAttribute("decorator", "none"); diff --git a/apps/showcase/src/main/webapp/ajax/commonInclude.jsp b/apps/showcase/src/main/webapp/ajax/commonInclude.jsp index a5a0f310b..f004910a3 100644 --- a/apps/showcase/src/main/webapp/ajax/commonInclude.jsp +++ b/apps/showcase/src/main/webapp/ajax/commonInclude.jsp @@ -1,4 +1,4 @@ -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/showcase/src/main/webapp/ajax/footer.jsp b/apps/showcase/src/main/webapp/ajax/footer.jsp index 9b0d12893..482348732 100644 --- a/apps/showcase/src/main/webapp/ajax/footer.jsp +++ b/apps/showcase/src/main/webapp/ajax/footer.jsp @@ -1,4 +1,4 @@ -<%@taglib prefix="s" uri="/tags" %> +<%@taglib prefix="s" uri="/struts-tags" %>
diff --git a/apps/showcase/src/main/webapp/ajax/remotediv/example1.jsp b/apps/showcase/src/main/webapp/ajax/remotediv/example1.jsp index c245784a6..fe9b1d1e9 100644 --- a/apps/showcase/src/main/webapp/ajax/remotediv/example1.jsp +++ b/apps/showcase/src/main/webapp/ajax/remotediv/example1.jsp @@ -1,5 +1,5 @@ <%@ page contentType="text/html;charset=UTF-8" language="java" %> -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/showcase/src/main/webapp/ajax/remotediv/example2.jsp b/apps/showcase/src/main/webapp/ajax/remotediv/example2.jsp index 0c758fb94..9fbb89488 100644 --- a/apps/showcase/src/main/webapp/ajax/remotediv/example2.jsp +++ b/apps/showcase/src/main/webapp/ajax/remotediv/example2.jsp @@ -1,5 +1,5 @@ <%@ page contentType="text/html;charset=UTF-8" language="java" %> -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/showcase/src/main/webapp/ajax/remotediv/example3.jsp b/apps/showcase/src/main/webapp/ajax/remotediv/example3.jsp index ca6ed5abc..d90cb5178 100644 --- a/apps/showcase/src/main/webapp/ajax/remotediv/example3.jsp +++ b/apps/showcase/src/main/webapp/ajax/remotediv/example3.jsp @@ -1,5 +1,5 @@ <%@ page contentType="text/html;charset=UTF-8" language="java" %> -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/showcase/src/main/webapp/ajax/remotediv/example4.jsp b/apps/showcase/src/main/webapp/ajax/remotediv/example4.jsp index 2b3e762e1..f8db61e46 100644 --- a/apps/showcase/src/main/webapp/ajax/remotediv/example4.jsp +++ b/apps/showcase/src/main/webapp/ajax/remotediv/example4.jsp @@ -1,5 +1,5 @@ <%@ page contentType="text/html;charset=UTF-8" language="java" %> -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/showcase/src/main/webapp/ajax/remotediv/example5.jsp b/apps/showcase/src/main/webapp/ajax/remotediv/example5.jsp index 6a5104aee..6fa03633e 100644 --- a/apps/showcase/src/main/webapp/ajax/remotediv/example5.jsp +++ b/apps/showcase/src/main/webapp/ajax/remotediv/example5.jsp @@ -1,5 +1,5 @@ <%@ page contentType="text/html;charset=UTF-8" language="java" %> -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/showcase/src/main/webapp/ajax/remotediv/example6.jsp b/apps/showcase/src/main/webapp/ajax/remotediv/example6.jsp index 251cb75fc..3088742bc 100644 --- a/apps/showcase/src/main/webapp/ajax/remotediv/example6.jsp +++ b/apps/showcase/src/main/webapp/ajax/remotediv/example6.jsp @@ -1,5 +1,5 @@ <%@ page contentType="text/html;charset=UTF-8" language="java" %> -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/showcase/src/main/webapp/ajax/remotediv/example7.jsp b/apps/showcase/src/main/webapp/ajax/remotediv/example7.jsp index afacf2089..bff2bdfe7 100644 --- a/apps/showcase/src/main/webapp/ajax/remotediv/example7.jsp +++ b/apps/showcase/src/main/webapp/ajax/remotediv/example7.jsp @@ -1,5 +1,5 @@ <%@ page contentType="text/html;charset=UTF-8" language="java" %> -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/showcase/src/main/webapp/ajax/remotediv/example8.jsp b/apps/showcase/src/main/webapp/ajax/remotediv/example8.jsp index fa491b5de..600027fcb 100644 --- a/apps/showcase/src/main/webapp/ajax/remotediv/example8.jsp +++ b/apps/showcase/src/main/webapp/ajax/remotediv/example8.jsp @@ -1,6 +1,6 @@ <%@ page contentType="text/html;charset=UTF-8" language="java" %> -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/showcase/src/main/webapp/ajax/remotediv/index.jsp b/apps/showcase/src/main/webapp/ajax/remotediv/index.jsp index a2bec79eb..7bf1ec36c 100644 --- a/apps/showcase/src/main/webapp/ajax/remotediv/index.jsp +++ b/apps/showcase/src/main/webapp/ajax/remotediv/index.jsp @@ -1,4 +1,4 @@ -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> AJAX-based remote DIV tag diff --git a/apps/showcase/src/main/webapp/ajax/remoteforms/index.jsp b/apps/showcase/src/main/webapp/ajax/remoteforms/index.jsp index 34e7941c3..9b96d0f10 100644 --- a/apps/showcase/src/main/webapp/ajax/remoteforms/index.jsp +++ b/apps/showcase/src/main/webapp/ajax/remoteforms/index.jsp @@ -1,5 +1,5 @@ <%@ page contentType="text/html;charset=UTF-8" language="java" %> -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/showcase/src/main/webapp/ajax/remoteforms/test1.jsp b/apps/showcase/src/main/webapp/ajax/remoteforms/test1.jsp index 1405cfd61..e3c06ce9e 100644 --- a/apps/showcase/src/main/webapp/ajax/remoteforms/test1.jsp +++ b/apps/showcase/src/main/webapp/ajax/remoteforms/test1.jsp @@ -1,4 +1,4 @@ -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/showcase/src/main/webapp/ajax/remoteforms/test2.jsp b/apps/showcase/src/main/webapp/ajax/remoteforms/test2.jsp index 35477c4b6..9eecf5099 100644 --- a/apps/showcase/src/main/webapp/ajax/remoteforms/test2.jsp +++ b/apps/showcase/src/main/webapp/ajax/remoteforms/test2.jsp @@ -1,4 +1,4 @@ -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> Test 2 form diff --git a/apps/showcase/src/main/webapp/ajax/remotelink/index.jsp b/apps/showcase/src/main/webapp/ajax/remotelink/index.jsp index 4d1e37673..2e06e8666 100644 --- a/apps/showcase/src/main/webapp/ajax/remotelink/index.jsp +++ b/apps/showcase/src/main/webapp/ajax/remotelink/index.jsp @@ -1,5 +1,5 @@ <%@ page contentType="text/html;charset=UTF-8" language="java" %> -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/showcase/src/main/webapp/ajax/tabbedpanel/example1.jsp b/apps/showcase/src/main/webapp/ajax/tabbedpanel/example1.jsp index 439b813da..5769826b4 100644 --- a/apps/showcase/src/main/webapp/ajax/tabbedpanel/example1.jsp +++ b/apps/showcase/src/main/webapp/ajax/tabbedpanel/example1.jsp @@ -1,5 +1,5 @@ <%@ page contentType="text/html;charset=UTF-8" language="java" %> -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/showcase/src/main/webapp/ajax/tabbedpanel/example2.jsp b/apps/showcase/src/main/webapp/ajax/tabbedpanel/example2.jsp index 187dc1396..ec2d6f688 100644 --- a/apps/showcase/src/main/webapp/ajax/tabbedpanel/example2.jsp +++ b/apps/showcase/src/main/webapp/ajax/tabbedpanel/example2.jsp @@ -1,5 +1,5 @@ <%@ page contentType="text/html;charset=UTF-8" language="java" %> -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/showcase/src/main/webapp/ajax/tabbedpanel/example3.jsp b/apps/showcase/src/main/webapp/ajax/tabbedpanel/example3.jsp index 193442323..55dedaa11 100644 --- a/apps/showcase/src/main/webapp/ajax/tabbedpanel/example3.jsp +++ b/apps/showcase/src/main/webapp/ajax/tabbedpanel/example3.jsp @@ -1,5 +1,5 @@ <%@ page contentType="text/html;charset=UTF-8" language="java" %> -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/showcase/src/main/webapp/ajax/tabbedpanel/index.jsp b/apps/showcase/src/main/webapp/ajax/tabbedpanel/index.jsp index f19fe7d6e..222ea3c11 100644 --- a/apps/showcase/src/main/webapp/ajax/tabbedpanel/index.jsp +++ b/apps/showcase/src/main/webapp/ajax/tabbedpanel/index.jsp @@ -1,4 +1,4 @@ -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> Tabbed Panes diff --git a/apps/showcase/src/main/webapp/ajax/tree/getCategory.jsp b/apps/showcase/src/main/webapp/ajax/tree/getCategory.jsp index e24d11882..1cdf2801e 100644 --- a/apps/showcase/src/main/webapp/ajax/tree/getCategory.jsp +++ b/apps/showcase/src/main/webapp/ajax/tree/getCategory.jsp @@ -1,4 +1,4 @@ -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> <%@include file="partialChunkHeader.jsp"%>
    diff --git a/apps/showcase/src/main/webapp/ajax/tree/toggle.jsp b/apps/showcase/src/main/webapp/ajax/tree/toggle.jsp index c457a7499..35010bb5e 100644 --- a/apps/showcase/src/main/webapp/ajax/tree/toggle.jsp +++ b/apps/showcase/src/main/webapp/ajax/tree/toggle.jsp @@ -1,4 +1,4 @@ -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> <%@include file="partialChunkHeader.jsp"%> <% response.setContentType("text/javascript"); diff --git a/apps/showcase/src/main/webapp/ajax/tree/tree.jsp b/apps/showcase/src/main/webapp/ajax/tree/tree.jsp index 5ca746d0e..6d8e18c34 100644 --- a/apps/showcase/src/main/webapp/ajax/tree/tree.jsp +++ b/apps/showcase/src/main/webapp/ajax/tree/tree.jsp @@ -1,4 +1,4 @@ -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> Tree diff --git a/apps/showcase/src/main/webapp/ajax/widgets/index.jsp b/apps/showcase/src/main/webapp/ajax/widgets/index.jsp index ffe8a3532..b9f6afeee 100644 --- a/apps/showcase/src/main/webapp/ajax/widgets/index.jsp +++ b/apps/showcase/src/main/webapp/ajax/widgets/index.jsp @@ -1,5 +1,5 @@ <%@ page contentType="text/html;charset=UTF-8" language="java" %> -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/showcase/src/main/webapp/conversion/enterPersonInfo.jsp b/apps/showcase/src/main/webapp/conversion/enterPersonInfo.jsp index 4617d7d4f..092ab3bb9 100644 --- a/apps/showcase/src/main/webapp/conversion/enterPersonInfo.jsp +++ b/apps/showcase/src/main/webapp/conversion/enterPersonInfo.jsp @@ -1,4 +1,4 @@ -<%@taglib prefix="s" uri="/tags" %> +<%@taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/showcase/src/main/webapp/conversion/index.jsp b/apps/showcase/src/main/webapp/conversion/index.jsp index fcf3b48ab..2727cc6b2 100644 --- a/apps/showcase/src/main/webapp/conversion/index.jsp +++ b/apps/showcase/src/main/webapp/conversion/index.jsp @@ -1,4 +1,4 @@ -<%@taglib prefix="s" uri="/tags" %> +<%@taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/showcase/src/main/webapp/conversion/showPersonInfo.jsp b/apps/showcase/src/main/webapp/conversion/showPersonInfo.jsp index 6449045cb..b0b10e1b1 100644 --- a/apps/showcase/src/main/webapp/conversion/showPersonInfo.jsp +++ b/apps/showcase/src/main/webapp/conversion/showPersonInfo.jsp @@ -1,4 +1,4 @@ -<%@taglib prefix="s" uri="/tags" %> +<%@taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/showcase/src/main/webapp/customTemplateDir/customTheme/jspCustomTemplate.jsp b/apps/showcase/src/main/webapp/customTemplateDir/customTheme/jspCustomTemplate.jsp index b1ee14ade..311c32987 100644 --- a/apps/showcase/src/main/webapp/customTemplateDir/customTheme/jspCustomTemplate.jsp +++ b/apps/showcase/src/main/webapp/customTemplateDir/customTheme/jspCustomTemplate.jsp @@ -1,4 +1,4 @@ -<%@taglib prefix="s" uri="/tags" %> +<%@taglib prefix="s" uri="/struts-tags" %>

    diff --git a/apps/showcase/src/main/webapp/date.jsp b/apps/showcase/src/main/webapp/date.jsp index 4d6dbc4ce..400cd6d24 100644 --- a/apps/showcase/src/main/webapp/date.jsp +++ b/apps/showcase/src/main/webapp/date.jsp @@ -1,2 +1,2 @@ -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/showcase/src/main/webapp/empmanager/editEmployee.jsp b/apps/showcase/src/main/webapp/empmanager/editEmployee.jsp index 4b7b5dc6a..fb432e66b 100644 --- a/apps/showcase/src/main/webapp/empmanager/editEmployee.jsp +++ b/apps/showcase/src/main/webapp/empmanager/editEmployee.jsp @@ -1,4 +1,4 @@ -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> <%@ page contentType="text/html;charset=UTF-8" language="java" %> diff --git a/apps/showcase/src/main/webapp/empmanager/editSkill.jsp b/apps/showcase/src/main/webapp/empmanager/editSkill.jsp index b0840b115..a5544b0ca 100644 --- a/apps/showcase/src/main/webapp/empmanager/editSkill.jsp +++ b/apps/showcase/src/main/webapp/empmanager/editSkill.jsp @@ -1,4 +1,4 @@ -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> <%@ page contentType="text/html;charset=UTF-8" language="java" %> diff --git a/apps/showcase/src/main/webapp/empmanager/index.jsp b/apps/showcase/src/main/webapp/empmanager/index.jsp index 5be514d1c..b128df60c 100644 --- a/apps/showcase/src/main/webapp/empmanager/index.jsp +++ b/apps/showcase/src/main/webapp/empmanager/index.jsp @@ -1,4 +1,4 @@ -<%@taglib prefix="s" uri="/tags" %> +<%@taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/showcase/src/main/webapp/empmanager/listEmployees.jsp b/apps/showcase/src/main/webapp/empmanager/listEmployees.jsp index cc8328230..356bd0af4 100644 --- a/apps/showcase/src/main/webapp/empmanager/listEmployees.jsp +++ b/apps/showcase/src/main/webapp/empmanager/listEmployees.jsp @@ -1,4 +1,4 @@ -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> <%@ page contentType="text/html;charset=UTF-8" language="java" %> diff --git a/apps/showcase/src/main/webapp/empmanager/listSkills.jsp b/apps/showcase/src/main/webapp/empmanager/listSkills.jsp index 2941bec51..3b1f77965 100644 --- a/apps/showcase/src/main/webapp/empmanager/listSkills.jsp +++ b/apps/showcase/src/main/webapp/empmanager/listSkills.jsp @@ -1,4 +1,4 @@ -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> <%@ page contentType="text/html;charset=UTF-8" language="java" %> diff --git a/apps/showcase/src/main/webapp/filedownload/index.jsp b/apps/showcase/src/main/webapp/filedownload/index.jsp index 4a815047c..0bd107e2c 100644 --- a/apps/showcase/src/main/webapp/filedownload/index.jsp +++ b/apps/showcase/src/main/webapp/filedownload/index.jsp @@ -1,4 +1,4 @@ -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> Showcase diff --git a/apps/showcase/src/main/webapp/fileupload/upload-success.jsp b/apps/showcase/src/main/webapp/fileupload/upload-success.jsp index 1d0f4a74f..15029cb54 100644 --- a/apps/showcase/src/main/webapp/fileupload/upload-success.jsp +++ b/apps/showcase/src/main/webapp/fileupload/upload-success.jsp @@ -2,7 +2,7 @@ language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> Showcase diff --git a/apps/showcase/src/main/webapp/fileupload/upload.jsp b/apps/showcase/src/main/webapp/fileupload/upload.jsp index 4da9f5da8..c683014d8 100644 --- a/apps/showcase/src/main/webapp/fileupload/upload.jsp +++ b/apps/showcase/src/main/webapp/fileupload/upload.jsp @@ -2,7 +2,7 @@ language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> Showcase diff --git a/apps/showcase/src/main/webapp/freemarker/index.jsp b/apps/showcase/src/main/webapp/freemarker/index.jsp index 4109724ef..1f6084e7e 100644 --- a/apps/showcase/src/main/webapp/freemarker/index.jsp +++ b/apps/showcase/src/main/webapp/freemarker/index.jsp @@ -1,5 +1,5 @@ -<%@taglib prefix="s" uri="/tags" %> +<%@taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/showcase/src/main/webapp/help.jsp b/apps/showcase/src/main/webapp/help.jsp index bca65e8b3..7da2b1459 100644 --- a/apps/showcase/src/main/webapp/help.jsp +++ b/apps/showcase/src/main/webapp/help.jsp @@ -1,4 +1,4 @@ -<%@taglib prefix="s" uri="/tags" %> +<%@taglib prefix="s" uri="/struts-tags" %> Struts ~ Getting Support diff --git a/apps/showcase/src/main/webapp/jsf/index.jsp b/apps/showcase/src/main/webapp/jsf/index.jsp index e7ec1b04d..e54666876 100644 --- a/apps/showcase/src/main/webapp/jsf/index.jsp +++ b/apps/showcase/src/main/webapp/jsf/index.jsp @@ -1,4 +1,4 @@ -<%@taglib prefix="s" uri="/tags" %> +<%@taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/showcase/src/main/webapp/modelDriven/modelDriven.jsp b/apps/showcase/src/main/webapp/modelDriven/modelDriven.jsp index a072c1ca5..346ffcece 100644 --- a/apps/showcase/src/main/webapp/modelDriven/modelDriven.jsp +++ b/apps/showcase/src/main/webapp/modelDriven/modelDriven.jsp @@ -1,4 +1,4 @@ -<%@taglib prefix="s" uri="/tags" %> +<%@taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/showcase/src/main/webapp/modelDriven/modelDrivenResult.jsp b/apps/showcase/src/main/webapp/modelDriven/modelDrivenResult.jsp index 6c4a1cb92..5b96cca6e 100644 --- a/apps/showcase/src/main/webapp/modelDriven/modelDrivenResult.jsp +++ b/apps/showcase/src/main/webapp/modelDriven/modelDrivenResult.jsp @@ -1,4 +1,4 @@ -<%@taglib prefix="s" uri="/tags" %> +<%@taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/showcase/src/main/webapp/person/editPeople.jsp b/apps/showcase/src/main/webapp/person/editPeople.jsp index bf696d814..e836cefec 100644 --- a/apps/showcase/src/main/webapp/person/editPeople.jsp +++ b/apps/showcase/src/main/webapp/person/editPeople.jsp @@ -1,4 +1,4 @@ -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/showcase/src/main/webapp/showcase.jsp b/apps/showcase/src/main/webapp/showcase.jsp index d4507ab13..41bc1ab63 100644 --- a/apps/showcase/src/main/webapp/showcase.jsp +++ b/apps/showcase/src/main/webapp/showcase.jsp @@ -4,7 +4,7 @@ @version $Date: 2006/03/20 16:04:09 $ $Id: showcase.jsp,v 1.17 2006/03/20 16:04:09 tmjee Exp $ --%> -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> Showcase diff --git a/apps/showcase/src/main/webapp/tags/index.jsp b/apps/showcase/src/main/webapp/tags/index.jsp index 42a075b6a..88fa036d8 100644 --- a/apps/showcase/src/main/webapp/tags/index.jsp +++ b/apps/showcase/src/main/webapp/tags/index.jsp @@ -1,4 +1,4 @@ -<%@taglib prefix="s" uri="/tags" %> +<%@taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/showcase/src/main/webapp/tags/non-ui/actionPrefix/index.jsp b/apps/showcase/src/main/webapp/tags/non-ui/actionPrefix/index.jsp index 4ecc01b35..e134c715c 100644 --- a/apps/showcase/src/main/webapp/tags/non-ui/actionPrefix/index.jsp +++ b/apps/showcase/src/main/webapp/tags/non-ui/actionPrefix/index.jsp @@ -1,5 +1,5 @@ -<%@taglib prefix="s" uri="/tags" %> +<%@taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/showcase/src/main/webapp/tags/non-ui/actionTag/showActionTagDemo.jsp b/apps/showcase/src/main/webapp/tags/non-ui/actionTag/showActionTagDemo.jsp index b31f717e5..c0340a94d 100644 --- a/apps/showcase/src/main/webapp/tags/non-ui/actionTag/showActionTagDemo.jsp +++ b/apps/showcase/src/main/webapp/tags/non-ui/actionTag/showActionTagDemo.jsp @@ -1,4 +1,4 @@ -<%@taglib prefix="s" uri="/tags" %> +<%@taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/showcase/src/main/webapp/tags/non-ui/date.jsp b/apps/showcase/src/main/webapp/tags/non-ui/date.jsp index 445f2523f..9303e7018 100644 --- a/apps/showcase/src/main/webapp/tags/non-ui/date.jsp +++ b/apps/showcase/src/main/webapp/tags/non-ui/date.jsp @@ -1,4 +1,4 @@ -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> UI Tags Example: Date diff --git a/apps/showcase/src/main/webapp/tags/non-ui/ifTag/testIf.jsp b/apps/showcase/src/main/webapp/tags/non-ui/ifTag/testIf.jsp index 04bab93a4..7c629d57b 100644 --- a/apps/showcase/src/main/webapp/tags/non-ui/ifTag/testIf.jsp +++ b/apps/showcase/src/main/webapp/tags/non-ui/ifTag/testIf.jsp @@ -1,7 +1,7 @@ <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> -<%@taglib prefix="s" uri="/tags" %> +<%@taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/showcase/src/main/webapp/tags/non-ui/index.jsp b/apps/showcase/src/main/webapp/tags/non-ui/index.jsp index 4d7e50d16..0d8093273 100644 --- a/apps/showcase/src/main/webapp/tags/non-ui/index.jsp +++ b/apps/showcase/src/main/webapp/tags/non-ui/index.jsp @@ -1,4 +1,4 @@ -<%@taglib prefix="s" uri="/tags" %> +<%@taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/showcase/src/main/webapp/tags/non-ui/iteratorTag/appendIteratorTagDemoResult.jsp b/apps/showcase/src/main/webapp/tags/non-ui/iteratorTag/appendIteratorTagDemoResult.jsp index 1220b61e2..2e398de80 100644 --- a/apps/showcase/src/main/webapp/tags/non-ui/iteratorTag/appendIteratorTagDemoResult.jsp +++ b/apps/showcase/src/main/webapp/tags/non-ui/iteratorTag/appendIteratorTagDemoResult.jsp @@ -1,4 +1,4 @@ -<%@taglib prefix="s" uri="/tags" %> +<%@taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/showcase/src/main/webapp/tags/non-ui/iteratorTag/iteratorGeneratorTagDemoResult.jsp b/apps/showcase/src/main/webapp/tags/non-ui/iteratorTag/iteratorGeneratorTagDemoResult.jsp index 27fb275a5..efb582cdf 100644 --- a/apps/showcase/src/main/webapp/tags/non-ui/iteratorTag/iteratorGeneratorTagDemoResult.jsp +++ b/apps/showcase/src/main/webapp/tags/non-ui/iteratorTag/iteratorGeneratorTagDemoResult.jsp @@ -1,4 +1,4 @@ -<%@taglib prefix="s" uri="/tags" %> +<%@taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/showcase/src/main/webapp/tags/non-ui/iteratorTag/mergeIteratorTagDemoResult.jsp b/apps/showcase/src/main/webapp/tags/non-ui/iteratorTag/mergeIteratorTagDemoResult.jsp index b3a4cff26..03b340d38 100644 --- a/apps/showcase/src/main/webapp/tags/non-ui/iteratorTag/mergeIteratorTagDemoResult.jsp +++ b/apps/showcase/src/main/webapp/tags/non-ui/iteratorTag/mergeIteratorTagDemoResult.jsp @@ -1,4 +1,4 @@ -<%@taglib prefix="s" uri="/tags" %> +<%@taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/showcase/src/main/webapp/tags/non-ui/iteratorTag/showAppendIteratorTagDemo.jsp b/apps/showcase/src/main/webapp/tags/non-ui/iteratorTag/showAppendIteratorTagDemo.jsp index 9ee3ca79f..838a9a128 100644 --- a/apps/showcase/src/main/webapp/tags/non-ui/iteratorTag/showAppendIteratorTagDemo.jsp +++ b/apps/showcase/src/main/webapp/tags/non-ui/iteratorTag/showAppendIteratorTagDemo.jsp @@ -1,4 +1,4 @@ -<%@taglib prefix="s" uri="/tags" %> +<%@taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/showcase/src/main/webapp/tags/non-ui/iteratorTag/showIteratorGeneratorTagDemo.jsp b/apps/showcase/src/main/webapp/tags/non-ui/iteratorTag/showIteratorGeneratorTagDemo.jsp index cdbed84e8..f076828c5 100644 --- a/apps/showcase/src/main/webapp/tags/non-ui/iteratorTag/showIteratorGeneratorTagDemo.jsp +++ b/apps/showcase/src/main/webapp/tags/non-ui/iteratorTag/showIteratorGeneratorTagDemo.jsp @@ -1,4 +1,4 @@ -<%@taglib prefix="s" uri="/tags" %> +<%@taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/showcase/src/main/webapp/tags/non-ui/iteratorTag/showMergeIteratorTagDemo.jsp b/apps/showcase/src/main/webapp/tags/non-ui/iteratorTag/showMergeIteratorTagDemo.jsp index d31cbbe79..032e27d46 100644 --- a/apps/showcase/src/main/webapp/tags/non-ui/iteratorTag/showMergeIteratorTagDemo.jsp +++ b/apps/showcase/src/main/webapp/tags/non-ui/iteratorTag/showMergeIteratorTagDemo.jsp @@ -1,4 +1,4 @@ -<%@taglib prefix="s" uri="/tags" %> +<%@taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/showcase/src/main/webapp/tags/non-ui/iteratorTag/subsetIteratorTagDemo.jsp b/apps/showcase/src/main/webapp/tags/non-ui/iteratorTag/subsetIteratorTagDemo.jsp index 7bcbe43da..84f62495b 100644 --- a/apps/showcase/src/main/webapp/tags/non-ui/iteratorTag/subsetIteratorTagDemo.jsp +++ b/apps/showcase/src/main/webapp/tags/non-ui/iteratorTag/subsetIteratorTagDemo.jsp @@ -1,4 +1,4 @@ -<%@taglib prefix="s" uri="/tags" %> +<%@taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/showcase/src/main/webapp/tags/non-ui/iteratorTag/subsetIteratorTagDemoResult.jsp b/apps/showcase/src/main/webapp/tags/non-ui/iteratorTag/subsetIteratorTagDemoResult.jsp index 36de4321f..b34631b25 100644 --- a/apps/showcase/src/main/webapp/tags/non-ui/iteratorTag/subsetIteratorTagDemoResult.jsp +++ b/apps/showcase/src/main/webapp/tags/non-ui/iteratorTag/subsetIteratorTagDemoResult.jsp @@ -1,4 +1,4 @@ -<%@taglib prefix="s" uri="/tags" %> +<%@taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/showcase/src/main/webapp/tags/ui/componentTagExample.jsp b/apps/showcase/src/main/webapp/tags/ui/componentTagExample.jsp index 2adf2df4e..2eb3df2bf 100644 --- a/apps/showcase/src/main/webapp/tags/ui/componentTagExample.jsp +++ b/apps/showcase/src/main/webapp/tags/ui/componentTagExample.jsp @@ -1,4 +1,4 @@ -<%@taglib prefix="s" uri="/tags" %> +<%@taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/showcase/src/main/webapp/tags/ui/dynamicTreeSelect.jsp b/apps/showcase/src/main/webapp/tags/ui/dynamicTreeSelect.jsp index 50671319d..2c1cd2e07 100644 --- a/apps/showcase/src/main/webapp/tags/ui/dynamicTreeSelect.jsp +++ b/apps/showcase/src/main/webapp/tags/ui/dynamicTreeSelect.jsp @@ -1,4 +1,4 @@ -<%@taglib prefix="s" uri="/tags" %> +<%@taglib prefix="s" uri="/struts-tags" %> Id:
    Name:
    diff --git a/apps/showcase/src/main/webapp/tags/ui/example.jsp b/apps/showcase/src/main/webapp/tags/ui/example.jsp index 1456f6f95..410bbd21d 100644 --- a/apps/showcase/src/main/webapp/tags/ui/example.jsp +++ b/apps/showcase/src/main/webapp/tags/ui/example.jsp @@ -1,5 +1,5 @@ <%@ page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %> -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> UI Tags Example diff --git a/apps/showcase/src/main/webapp/tags/ui/exampleSubmited.jsp b/apps/showcase/src/main/webapp/tags/ui/exampleSubmited.jsp index ceadc8f05..9fe707628 100644 --- a/apps/showcase/src/main/webapp/tags/ui/exampleSubmited.jsp +++ b/apps/showcase/src/main/webapp/tags/ui/exampleSubmited.jsp @@ -1,4 +1,4 @@ -<%@taglib prefix="s" uri="/tags" %> +<%@taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/showcase/src/main/webapp/tags/ui/index.jsp b/apps/showcase/src/main/webapp/tags/ui/index.jsp index 2f76ef14e..a02dfb737 100644 --- a/apps/showcase/src/main/webapp/tags/ui/index.jsp +++ b/apps/showcase/src/main/webapp/tags/ui/index.jsp @@ -1,4 +1,4 @@ -<%@taglib prefix="s" uri="/tags" %> +<%@taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/showcase/src/main/webapp/tags/ui/lotsOfOptiontransferselect.jsp b/apps/showcase/src/main/webapp/tags/ui/lotsOfOptiontransferselect.jsp index b03e0e7da..15569edd8 100644 --- a/apps/showcase/src/main/webapp/tags/ui/lotsOfOptiontransferselect.jsp +++ b/apps/showcase/src/main/webapp/tags/ui/lotsOfOptiontransferselect.jsp @@ -1,4 +1,4 @@ -<%@taglib prefix="s" uri="/tags" %> +<%@taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/showcase/src/main/webapp/tags/ui/lotsOfOptiontransferselectSubmit.jsp b/apps/showcase/src/main/webapp/tags/ui/lotsOfOptiontransferselectSubmit.jsp index 192aa25f3..5ee331474 100644 --- a/apps/showcase/src/main/webapp/tags/ui/lotsOfOptiontransferselectSubmit.jsp +++ b/apps/showcase/src/main/webapp/tags/ui/lotsOfOptiontransferselectSubmit.jsp @@ -1,4 +1,4 @@ -<%@taglib prefix="s" uri="/tags" %> +<%@taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/showcase/src/main/webapp/tags/ui/staticTreeSelect.jsp b/apps/showcase/src/main/webapp/tags/ui/staticTreeSelect.jsp index a6ddece22..c08ed8a4e 100644 --- a/apps/showcase/src/main/webapp/tags/ui/staticTreeSelect.jsp +++ b/apps/showcase/src/main/webapp/tags/ui/staticTreeSelect.jsp @@ -1,4 +1,4 @@ -<%@taglib prefix="s" uri="/tags" %> +<%@taglib prefix="s" uri="/struts-tags" %> <% request.setAttribute("decorator", "none"); diff --git a/apps/showcase/src/main/webapp/tags/ui/treeExampleDynamic.jsp b/apps/showcase/src/main/webapp/tags/ui/treeExampleDynamic.jsp index 963caf33c..26929da2f 100644 --- a/apps/showcase/src/main/webapp/tags/ui/treeExampleDynamic.jsp +++ b/apps/showcase/src/main/webapp/tags/ui/treeExampleDynamic.jsp @@ -1,4 +1,4 @@ -<%@taglib prefix="s" uri="/tags" %> +<%@taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/showcase/src/main/webapp/tags/ui/treeExampleStatic.jsp b/apps/showcase/src/main/webapp/tags/ui/treeExampleStatic.jsp index 2943aaee9..b9cf834ae 100644 --- a/apps/showcase/src/main/webapp/tags/ui/treeExampleStatic.jsp +++ b/apps/showcase/src/main/webapp/tags/ui/treeExampleStatic.jsp @@ -1,4 +1,4 @@ -<%@taglib prefix="s" uri="/tags" %> +<%@taglib prefix="s" uri="/struts-tags" %> Showcase - UI Tag Example - Tree Example (Static) diff --git a/apps/showcase/src/main/webapp/template/xhtml/mytemplate.jsp b/apps/showcase/src/main/webapp/template/xhtml/mytemplate.jsp index 395976093..7ebb96781 100644 --- a/apps/showcase/src/main/webapp/template/xhtml/mytemplate.jsp +++ b/apps/showcase/src/main/webapp/template/xhtml/mytemplate.jsp @@ -1,5 +1,5 @@ -<%@taglib prefix="s" uri="/tags" %> +<%@taglib prefix="s" uri="/struts-tags" %>

    diff --git a/apps/showcase/src/main/webapp/token/doublePost.jsp b/apps/showcase/src/main/webapp/token/doublePost.jsp index 137ccce06..6aa82231f 100644 --- a/apps/showcase/src/main/webapp/token/doublePost.jsp +++ b/apps/showcase/src/main/webapp/token/doublePost.jsp @@ -1,4 +1,4 @@ -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/showcase/src/main/webapp/token/example1.jsp b/apps/showcase/src/main/webapp/token/example1.jsp index efbee487a..99aa5b809 100644 --- a/apps/showcase/src/main/webapp/token/example1.jsp +++ b/apps/showcase/src/main/webapp/token/example1.jsp @@ -1,4 +1,4 @@ -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> Token Examples diff --git a/apps/showcase/src/main/webapp/token/example2.jsp b/apps/showcase/src/main/webapp/token/example2.jsp index 46d39a4f9..c3d99c4a0 100644 --- a/apps/showcase/src/main/webapp/token/example2.jsp +++ b/apps/showcase/src/main/webapp/token/example2.jsp @@ -1,4 +1,4 @@ -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> Token Examples diff --git a/apps/showcase/src/main/webapp/token/example3.jsp b/apps/showcase/src/main/webapp/token/example3.jsp index 24418ece3..c624ad6b7 100644 --- a/apps/showcase/src/main/webapp/token/example3.jsp +++ b/apps/showcase/src/main/webapp/token/example3.jsp @@ -1,4 +1,4 @@ -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> Token Examples diff --git a/apps/showcase/src/main/webapp/token/index.jsp b/apps/showcase/src/main/webapp/token/index.jsp index 947315996..12908101b 100644 --- a/apps/showcase/src/main/webapp/token/index.jsp +++ b/apps/showcase/src/main/webapp/token/index.jsp @@ -1,4 +1,4 @@ -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> Token Examples (double post) diff --git a/apps/showcase/src/main/webapp/token/transferDone.jsp b/apps/showcase/src/main/webapp/token/transferDone.jsp index d741d9411..f296e7c47 100644 --- a/apps/showcase/src/main/webapp/token/transferDone.jsp +++ b/apps/showcase/src/main/webapp/token/transferDone.jsp @@ -1,4 +1,4 @@ -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> Token Examples (double post) diff --git a/apps/showcase/src/main/webapp/validation/clientSideValidationExample.jsp b/apps/showcase/src/main/webapp/validation/clientSideValidationExample.jsp index 6c6bf5664..7fd51a9ab 100644 --- a/apps/showcase/src/main/webapp/validation/clientSideValidationExample.jsp +++ b/apps/showcase/src/main/webapp/validation/clientSideValidationExample.jsp @@ -5,7 +5,7 @@ @version $Date: 2006/01/13 16:23:41 $ $Id: clientSideValidationExample.jsp,v 1.1 2006/01/13 16:23:41 rainerh Exp $ --%> -<%@taglib prefix="s" uri="/tags" %> +<%@taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/showcase/src/main/webapp/validation/fieldValidatorsExample.jsp b/apps/showcase/src/main/webapp/validation/fieldValidatorsExample.jsp index 0738ebfa8..121bf828b 100644 --- a/apps/showcase/src/main/webapp/validation/fieldValidatorsExample.jsp +++ b/apps/showcase/src/main/webapp/validation/fieldValidatorsExample.jsp @@ -5,7 +5,7 @@ @version $Date: 2006/01/13 16:23:43 $ $Id: fieldValidatorsExample.jsp,v 1.4 2006/01/13 16:23:43 rainerh Exp $ --%> -<%@taglib prefix="s" uri="/tags" %> +<%@taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/showcase/src/main/webapp/validation/footer.jsp b/apps/showcase/src/main/webapp/validation/footer.jsp index 8042922c2..11828c8fb 100644 --- a/apps/showcase/src/main/webapp/validation/footer.jsp +++ b/apps/showcase/src/main/webapp/validation/footer.jsp @@ -1,4 +1,4 @@ - <%@taglib prefix="s" uri="/tags" %> + <%@taglib prefix="s" uri="/struts-tags" %>


    diff --git a/apps/showcase/src/main/webapp/validation/index.jsp b/apps/showcase/src/main/webapp/validation/index.jsp index ece2ab7b7..d7a603683 100644 --- a/apps/showcase/src/main/webapp/validation/index.jsp +++ b/apps/showcase/src/main/webapp/validation/index.jsp @@ -5,7 +5,7 @@ @version $Date: 2006/01/13 16:23:44 $ $Id: index.jsp,v 1.4 2006/01/13 16:23:44 rainerh Exp $ --%> -<%@taglib prefix="s" uri="/tags" %> +<%@taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/showcase/src/main/webapp/validation/nonFieldValidatorsExample.jsp b/apps/showcase/src/main/webapp/validation/nonFieldValidatorsExample.jsp index 941d12e79..fa0ae0e58 100644 --- a/apps/showcase/src/main/webapp/validation/nonFieldValidatorsExample.jsp +++ b/apps/showcase/src/main/webapp/validation/nonFieldValidatorsExample.jsp @@ -6,7 +6,7 @@ --%> -<%@taglib prefix="s" uri="/tags" %> +<%@taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/showcase/src/main/webapp/validation/quiz-ajax.jsp b/apps/showcase/src/main/webapp/validation/quiz-ajax.jsp index 245356f4d..22840de97 100644 --- a/apps/showcase/src/main/webapp/validation/quiz-ajax.jsp +++ b/apps/showcase/src/main/webapp/validation/quiz-ajax.jsp @@ -1,4 +1,4 @@ -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/showcase/src/main/webapp/validation/quiz-basic.jsp b/apps/showcase/src/main/webapp/validation/quiz-basic.jsp index 25a2f59f8..6d75c51d6 100644 --- a/apps/showcase/src/main/webapp/validation/quiz-basic.jsp +++ b/apps/showcase/src/main/webapp/validation/quiz-basic.jsp @@ -1,4 +1,4 @@ -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/showcase/src/main/webapp/validation/quiz-client-css.jsp b/apps/showcase/src/main/webapp/validation/quiz-client-css.jsp index 11c293c47..ac62bb2b7 100644 --- a/apps/showcase/src/main/webapp/validation/quiz-client-css.jsp +++ b/apps/showcase/src/main/webapp/validation/quiz-client-css.jsp @@ -1,4 +1,4 @@ -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/showcase/src/main/webapp/validation/quiz-client.jsp b/apps/showcase/src/main/webapp/validation/quiz-client.jsp index bb261d603..0517e0569 100644 --- a/apps/showcase/src/main/webapp/validation/quiz-client.jsp +++ b/apps/showcase/src/main/webapp/validation/quiz-client.jsp @@ -1,4 +1,4 @@ -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/showcase/src/main/webapp/validation/quiz-success.jsp b/apps/showcase/src/main/webapp/validation/quiz-success.jsp index c00c19143..738097a6c 100644 --- a/apps/showcase/src/main/webapp/validation/quiz-success.jsp +++ b/apps/showcase/src/main/webapp/validation/quiz-success.jsp @@ -1,4 +1,4 @@ -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> Quiz submitted! diff --git a/apps/showcase/src/main/webapp/validation/successClientSideValidationExample.jsp b/apps/showcase/src/main/webapp/validation/successClientSideValidationExample.jsp index eb622420f..ddcab831e 100644 --- a/apps/showcase/src/main/webapp/validation/successClientSideValidationExample.jsp +++ b/apps/showcase/src/main/webapp/validation/successClientSideValidationExample.jsp @@ -5,7 +5,7 @@ @version $Date: 2006/01/13 16:23:45 $ $Id: successClientSideValidationExample.jsp,v 1.1 2006/01/13 16:23:45 rainerh Exp $ --%> -<%@taglib prefix="s" uri="/tags" %> +<%@taglib prefix="s" uri="/struts-tags" %> Showcase - Validation - SuccessFieldValidatorsExample diff --git a/apps/showcase/src/main/webapp/validation/successFieldValidatorsExample.jsp b/apps/showcase/src/main/webapp/validation/successFieldValidatorsExample.jsp index fe56ce533..e86eb8964 100644 --- a/apps/showcase/src/main/webapp/validation/successFieldValidatorsExample.jsp +++ b/apps/showcase/src/main/webapp/validation/successFieldValidatorsExample.jsp @@ -5,7 +5,7 @@ @version $Date: 2005/12/22 09:17:59 $ $Id: successFieldValidatorsExample.jsp,v 1.1 2005/12/22 09:17:59 tmjee Exp $ --%> -<%@taglib prefix="s" uri="/tags" %> +<%@taglib prefix="s" uri="/struts-tags" %> Showcase - Validation - SuccessFieldValidatorsExample diff --git a/apps/showcase/src/main/webapp/validation/successNonFieldValidatorsExample.jsp b/apps/showcase/src/main/webapp/validation/successNonFieldValidatorsExample.jsp index 7ed2bdacb..32b4daadd 100644 --- a/apps/showcase/src/main/webapp/validation/successNonFieldValidatorsExample.jsp +++ b/apps/showcase/src/main/webapp/validation/successNonFieldValidatorsExample.jsp @@ -6,7 +6,7 @@ --%> -<%@taglib prefix="s" uri="/tags" %> +<%@taglib prefix="s" uri="/struts-tags" %> Showcase - Validation - SuccessNonFieldValidatorsExample diff --git a/apps/showcase/src/main/webapp/validation/successVisitorValidatorsExample.jsp b/apps/showcase/src/main/webapp/validation/successVisitorValidatorsExample.jsp index f272e74ec..ecb2c5d3e 100644 --- a/apps/showcase/src/main/webapp/validation/successVisitorValidatorsExample.jsp +++ b/apps/showcase/src/main/webapp/validation/successVisitorValidatorsExample.jsp @@ -7,7 +7,7 @@ -<%@taglib prefix="s" uri="/tags" %> +<%@taglib prefix="s" uri="/struts-tags" %> Showcase - Validation - SuccessVisitorValidatorsExameple diff --git a/apps/showcase/src/main/webapp/validation/visitorValidatorsExample.jsp b/apps/showcase/src/main/webapp/validation/visitorValidatorsExample.jsp index 6e0b7e3ba..8dda8fa57 100644 --- a/apps/showcase/src/main/webapp/validation/visitorValidatorsExample.jsp +++ b/apps/showcase/src/main/webapp/validation/visitorValidatorsExample.jsp @@ -6,7 +6,7 @@ --%> -<%@taglib prefix="s" uri="/tags" %> +<%@taglib prefix="s" uri="/struts-tags" %> Showcase - Validation - VisitorValidatorsExample diff --git a/apps/showcase/src/main/webapp/wait/complete.jsp b/apps/showcase/src/main/webapp/wait/complete.jsp index 8d2a57d43..f124310ec 100644 --- a/apps/showcase/src/main/webapp/wait/complete.jsp +++ b/apps/showcase/src/main/webapp/wait/complete.jsp @@ -1,4 +1,4 @@ -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> Execute and Wait Examples diff --git a/apps/showcase/src/main/webapp/wait/example1.jsp b/apps/showcase/src/main/webapp/wait/example1.jsp index 6b976be11..d3c1d835f 100644 --- a/apps/showcase/src/main/webapp/wait/example1.jsp +++ b/apps/showcase/src/main/webapp/wait/example1.jsp @@ -1,4 +1,4 @@ -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> Execute and Wait Examples diff --git a/apps/showcase/src/main/webapp/wait/example2.jsp b/apps/showcase/src/main/webapp/wait/example2.jsp index 908b1261c..484636c03 100644 --- a/apps/showcase/src/main/webapp/wait/example2.jsp +++ b/apps/showcase/src/main/webapp/wait/example2.jsp @@ -1,4 +1,4 @@ -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> Execute and Wait Examples diff --git a/apps/showcase/src/main/webapp/wait/example3.jsp b/apps/showcase/src/main/webapp/wait/example3.jsp index b2368fe41..3fe65044c 100644 --- a/apps/showcase/src/main/webapp/wait/example3.jsp +++ b/apps/showcase/src/main/webapp/wait/example3.jsp @@ -1,4 +1,4 @@ -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> Execute and Wait Examples diff --git a/apps/showcase/src/main/webapp/wait/index.jsp b/apps/showcase/src/main/webapp/wait/index.jsp index 212b25365..566bc55b4 100644 --- a/apps/showcase/src/main/webapp/wait/index.jsp +++ b/apps/showcase/src/main/webapp/wait/index.jsp @@ -1,4 +1,4 @@ -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> Execute and Wait Examples diff --git a/apps/showcase/src/main/webapp/wait/wait.jsp b/apps/showcase/src/main/webapp/wait/wait.jsp index 3f901d6ee..7913943e7 100644 --- a/apps/showcase/src/main/webapp/wait/wait.jsp +++ b/apps/showcase/src/main/webapp/wait/wait.jsp @@ -1,4 +1,4 @@ -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> "/> diff --git a/apps/starter/src/main/webapp/WEB-INF/pages/hellomatrix.jsp b/apps/starter/src/main/webapp/WEB-INF/pages/hellomatrix.jsp index a445fd41e..1a5a97289 100644 --- a/apps/starter/src/main/webapp/WEB-INF/pages/hellomatrix.jsp +++ b/apps/starter/src/main/webapp/WEB-INF/pages/hellomatrix.jsp @@ -1,4 +1,4 @@ -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> diff --git a/apps/starter/src/main/webapp/WEB-INF/pages/home.jsp b/apps/starter/src/main/webapp/WEB-INF/pages/home.jsp index 58c1105db..90f428b03 100644 --- a/apps/starter/src/main/webapp/WEB-INF/pages/home.jsp +++ b/apps/starter/src/main/webapp/WEB-INF/pages/home.jsp @@ -1,4 +1,4 @@ -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> diff --git a/core/src/main/resources/META-INF/struts-tags.tld b/core/src/main/resources/META-INF/struts-tags.tld new file mode 100644 index 000000000..924f971d2 --- /dev/null +++ b/core/src/main/resources/META-INF/struts-tags.tld @@ -0,0 +1,11315 @@ + + + + + + + 2.0.0-dev + 1.2 + s + + /struts-tags + + Struts Tags + + + + subset + org.apache.struts2.views.jsp.iterator.SubsetIteratorTag + JSP + + + + count + false + true + + + + + + source + false + true + + + + + + start + false + true + + + + + + decider + false + true + + + + + + id + false + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <% + Iterator i = (Iterator) pageContext.getAttribute("mySubset"); + while(i.hasNext()) { + %> + <%=i.next() %> + <% } %> + + + + + + + + + ]]> + + + + + doubleselect + org.apache.struts2.views.jsp.ui.DoubleSelectTag + JSP + + + + + doubleList + true + true + + + + + + doubleListKey + false + true + + + + + + doubleListValue + false + true + + + + + + doubleName + true + true + + + + + + doubleValue + false + true + + + + + + formName + false + true + + + + + + doubleCssClass + false + true + + + + + + doubleCssStyle + false + true + + + + + + doubleHeaderKey + false + true + + + + + + doubleHeaderValue + false + true + + + + + + doubleEmptyOption + false + true + + + + + + doubleDisabled + false + true + + + + + + doubleId + false + true + + + + + + doubleMultiple + false + true + + + + + + doubleOnblur + false + true + + + + + + doubleOnchange + false + true + + + + + + doubleOnclick + false + true + + + + + + doubleOndblclick + false + true + + + + + + doubleOnfocus + false + true + + + + + + doubleOnkeydown + false + true + + + + + + doubleOnkeypress + false + true + + + + + + doubleOnkeyup + false + true + + + + + + doubleOnmousedown + false + true + + + + + + doubleOnmousemove + false + true + + + + + + doubleOnmouseout + false + true + + + + + + doubleOnmouseover + false + true + + + + + + doubleOnmouseup + false + true + + + + + + doubleOnselect + false + true + + + + + + doubleSize + false + true + + + + + + doubleListKey + false + true + + + + + + emptyOption + false + true + + + + + + headerKey + false + true + + + + + + + headerValue + false + true + + + + + + multiple + false + true + + + + + + + size + false + true + + + + + + doubleAccesskey + false + true + + + + + + list + true + true + + + + + + + listKey + false + true + + + + + + listValue + false + true + + + + + + templateDir + false + true + + + + + + theme + false + true + + + + + + template + false + true + + + + + + cssClass + false + true + + + + + + cssStyle + false + true + + + + + + title + false + true + + + + + + disabled + false + true + + + + + + label + false + true + + + + + + labelPosition + false + true + + + + + + labelposition + false + true + + + + + + requiredposition + false + true + + + + + + name + false + true + + + + + + required + false + true + + + + + + + tabindex + false + true + + + + + + value + false + true + + + + + + onclick + false + true + + + + + + ondblclick + false + true + + + + + + onmousedown + false + true + + + + + + onmouseup + false + true + + + + + + onmouseover + false + true + + + + + + onmousemove + false + true + + + + + + onmouseout + false + true + + + + + + onfocus + false + true + + + + + + onblur + false + true + + + + + + onkeypress + false + true + + + + + + onkeydown + false + true + + + + + + onkeyup + false + true + + + + + + onselect + false + true + + + + + + onchange + false + true + + + + + + accesskey + false + true + + + + + + tooltip + false + true + + + + + + tooltipConfig + false + true + + + + + + id + false + true + + + + + + + + <s:doubleselect + label="doubleselect test1" + name="menu" + list="{'fruit','other'}" + doubleName="dishes" + doubleList="top == 'fruit' ? {'apple', 'orange'} : {'monkey', 'chicken'}" /> + <s:doubleselect + label="doubleselect test2" name="menu" + list="#{'fruit':'Nice Fruits', 'other':'Other Dishes'}" + doubleName="dishes" + doubleList="top == 'fruit' ? {'apple', 'orange'} : {'monkey', 'chicken'}" /> + + + + + bean + org.apache.struts2.views.jsp.BeanTag + JSP + + + + name + true + true + + + + + + + id + false + true + + + + + + + + + + label + org.apache.struts2.views.jsp.ui.LabelTag + JSP + + + + for + false + true + + + + + + templateDir + false + true + + + + + + theme + false + true + + + + + + template + false + true + + + + + + cssClass + false + true + + + + + + cssStyle + false + true + + + + + + title + false + true + + + + + + disabled + false + true + + + + + + label + false + true + + + + + + labelPosition + false + true + + + + + + labelposition + false + true + + + + + + requiredposition + false + true + + + + + + name + false + true + + + + + + required + false + true + + + + + + + tabindex + false + true + + + + + + value + false + true + + + + + + onclick + false + true + + + + + + ondblclick + false + true + + + + + + onmousedown + false + true + + + + + + onmouseup + false + true + + + + + + onmouseover + false + true + + + + + + onmousemove + false + true + + + + + + onmouseout + false + true + + + + + + onfocus + false + true + + + + + + onblur + false + true + + + + + + onkeypress + false + true + + + + + + onkeydown + false + true + + + + + + onkeyup + false + true + + + + + + onselect + false + true + + + + + + onchange + false + true + + + + + + accesskey + false + true + + + + + + tooltip + false + true + + + + + + tooltipConfig + false + true + + + + + + id + false + true + + + + + + + + + + tabbedPanel + org.apache.struts2.views.jsp.ui.TabbedPanelTag + JSP + + + + id + true + true + + + + + + openTemplate + false + true + + + + + + templateDir + false + true + + + + + + theme + false + true + + + + + + template + false + true + + + + + + cssClass + false + true + + + + + + cssStyle + false + true + + + + + + title + false + true + + + + + + disabled + false + true + + + + + + label + false + true + + + + + + labelPosition + false + true + + + + + + labelposition + false + true + + + + + + requiredposition + false + true + + + + + + name + false + true + + + + + + required + false + true + + + + + + + tabindex + false + true + + + + + + value + false + true + + + + + + onclick + false + true + + + + + + ondblclick + false + true + + + + + + onmousedown + false + true + + + + + + onmouseup + false + true + + + + + + onmouseover + false + true + + + + + + onmousemove + false + true + + + + + + onmouseout + false + true + + + + + + onfocus + false + true + + + + + + onblur + false + true + + + + + + onkeypress + false + true + + + + + + onkeydown + false + true + + + + + + onkeyup + false + true + + + + + + onselect + false + true + + + + + + onchange + false + true + + + + + + accesskey + false + true + + + + + + tooltip + false + true + + + + + + tooltipConfig + false + true + + + + + + + + + else + org.apache.struts2.views.jsp.ElseTag + + + + id + false + true + + + + + + + + + + textfield + org.apache.struts2.views.jsp.ui.TextFieldTag + JSP + + + + maxlength + false + true + + + + + + maxLength + false + true + + + + + + readonly + false + true + + + + + + size + false + true + + + + + + templateDir + false + true + + + + + + theme + false + true + + + + + + template + false + true + + + + + + cssClass + false + true + + + + + + cssStyle + false + true + + + + + + title + false + true + + + + + + disabled + false + true + + + + + + label + false + true + + + + + + labelPosition + false + true + + + + + + labelposition + false + true + + + + + + requiredposition + false + true + + + + + + name + false + true + + + + + + required + false + true + + + + + + + tabindex + false + true + + + + + + value + false + true + + + + + + onclick + false + true + + + + + + ondblclick + false + true + + + + + + onmousedown + false + true + + + + + + onmouseup + false + true + + + + + + onmouseover + false + true + + + + + + onmousemove + false + true + + + + + + onmouseout + false + true + + + + + + onfocus + false + true + + + + + + onblur + false + true + + + + + + onkeypress + false + true + + + + + + onkeydown + false + true + + + + + + onkeyup + false + true + + + + + + onselect + false + true + + + + + + onchange + false + true + + + + + + accesskey + false + true + + + + + + tooltip + false + true + + + + + + tooltipConfig + false + true + + + + + + id + false + true + + + + + + + + + + date + org.apache.struts2.views.jsp.DateTag + empty + + + + format + false + false + + + + + + nice + false + true + + + + + + name + true + true + + + + + + id + false + true + + + + + + + + + + head + org.apache.struts2.views.jsp.ui.HeadTag + empty + + + + calendarcss + false + true + + + + + + debug + false + true + + + + + + templateDir + false + true + + + + + + theme + false + true + + + + + + template + false + true + + + + + + cssClass + false + true + + + + + + cssStyle + false + true + + + + + + title + false + true + + + + + + disabled + false + true + + + + + + label + false + true + + + + + + labelPosition + false + true + + + + + + labelposition + false + true + + + + + + requiredposition + false + true + + + + + + name + false + true + + + + + + required + false + true + + + + + + + tabindex + false + true + + + + + + value + false + true + + + + + + onclick + false + true + + + + + + ondblclick + false + true + + + + + + onmousedown + false + true + + + + + + onmouseup + false + true + + + + + + onmouseover + false + true + + + + + + onmousemove + false + true + + + + + + onmouseout + false + true + + + + + + onfocus + false + true + + + + + + onblur + false + true + + + + + + onkeypress + false + true + + + + + + onkeydown + false + true + + + + + + onkeyup + false + true + + + + + + onselect + false + true + + + + + + onchange + false + true + + + + + + accesskey + false + true + + + + + + tooltip + false + true + + + + + + tooltipConfig + false + true + + + + + + id + false + true + + + + + + + + + + password + org.apache.struts2.views.jsp.ui.PasswordTag + JSP + + + + showPassword + false + true + + + + + + show + false + true + + + + + + maxlength + false + true + + + + + + maxLength + false + true + + + + + + readonly + false + true + + + + + + size + false + true + + + + + + templateDir + false + true + + + + + + theme + false + true + + + + + + template + false + true + + + + + + cssClass + false + true + + + + + + cssStyle + false + true + + + + + + title + false + true + + + + + + disabled + false + true + + + + + + label + false + true + + + + + + labelPosition + false + true + + + + + + labelposition + false + true + + + + + + requiredposition + false + true + + + + + + name + false + true + + + + + + required + false + true + + + + + + + tabindex + false + true + + + + + + value + false + true + + + + + + onclick + false + true + + + + + + ondblclick + false + true + + + + + + onmousedown + false + true + + + + + + onmouseup + false + true + + + + + + onmouseover + false + true + + + + + + onmousemove + false + true + + + + + + onmouseout + false + true + + + + + + onfocus + false + true + + + + + + onblur + false + true + + + + + + onkeypress + false + true + + + + + + onkeydown + false + true + + + + + + onkeyup + false + true + + + + + + onselect + false + true + + + + + + onchange + false + true + + + + + + accesskey + false + true + + + + + + tooltip + false + true + + + + + + tooltipConfig + false + true + + + + + + id + false + true + + + + + + + + + + reset + org.apache.struts2.views.jsp.ui.ResetTag + JSP + + + + label + false + true + + + input type reset, since button text will always be the value parameter.]]> + + + + action + false + true + + + + + + method + false + true + + + + + + align + false + true + + + + + + type + false + true + + + input, button and image.]]> + + + + templateDir + false + true + + + + + + theme + false + true + + + + + + template + false + true + + + + + + cssClass + false + true + + + + + + cssStyle + false + true + + + + + + title + false + true + + + + + + disabled + false + true + + + + + + labelPosition + false + true + + + + + + labelposition + false + true + + + + + + requiredposition + false + true + + + + + + name + false + true + + + + + + required + false + true + + + + + + + tabindex + false + true + + + + + + value + false + true + + + + + + onclick + false + true + + + + + + ondblclick + false + true + + + + + + onmousedown + false + true + + + + + + onmouseup + false + true + + + + + + onmouseover + false + true + + + + + + onmousemove + false + true + + + + + + onmouseout + false + true + + + + + + onfocus + false + true + + + + + + onblur + false + true + + + + + + onkeypress + false + true + + + + + + onkeydown + false + true + + + + + + onkeyup + false + true + + + + + + onselect + false + true + + + + + + onchange + false + true + + + + + + accesskey + false + true + + + + + + tooltip + false + true + + + + + + tooltipConfig + false + true + + + + + + id + false + true + + + + + + + + + + treenode + org.apache.struts2.views.jsp.ui.TreeNodeTag + JSP + + + + label + true + true + + + + + + openTemplate + false + true + + + + + + templateDir + false + true + + + + + + theme + false + true + + + + + + template + false + true + + + + + + cssClass + false + true + + + + + + cssStyle + false + true + + + + + + title + false + true + + + + + + disabled + false + true + + + + + + labelPosition + false + true + + + + + + labelposition + false + true + + + + + + requiredposition + false + true + + + + + + name + false + true + + + + + + required + false + true + + + + + + + tabindex + false + true + + + + + + value + false + true + + + + + + onclick + false + true + + + + + + ondblclick + false + true + + + + + + onmousedown + false + true + + + + + + onmouseup + false + true + + + + + + onmouseover + false + true + + + + + + onmousemove + false + true + + + + + + onmouseout + false + true + + + + + + onfocus + false + true + + + + + + onblur + false + true + + + + + + onkeypress + false + true + + + + + + onkeydown + false + true + + + + + + onkeyup + false + true + + + + + + onselect + false + true + + + + + + onchange + false + true + + + + + + accesskey + false + true + + + + + + tooltip + false + true + + + + + + tooltipConfig + false + true + + + + + + id + false + true + + + + + + + + + + url + org.apache.struts2.views.jsp.URLTag + JSP + + + + includeParams + false + true + + + + + + + scheme + false + true + + + + + + value + false + true + + + + + + action + false + true + + + + + + namespace + false + true + + + + + + method + false + true + + + + + + encode + false + true + + + + + + includeContext + false + true + + + + + + portletMode + false + true + + + + + + windowState + false + true + + + + + + portletUrlType + false + true + + + + + + anchor + false + true + + + + + + id + false + true + + + + + + + + + + include + org.apache.struts2.views.jsp.IncludeTag + JSP + + + + value + true + true + + + + + + id + false + true + + + + + + + + + + token + org.apache.struts2.views.jsp.ui.TokenTag + JSP + + + + templateDir + false + true + + + + + + theme + false + true + + + + + + template + false + true + + + + + + cssClass + false + true + + + + + + cssStyle + false + true + + + + + + title + false + true + + + + + + disabled + false + true + + + + + + label + false + true + + + + + + labelPosition + false + true + + + + + + labelposition + false + true + + + + + + requiredposition + false + true + + + + + + name + false + true + + + + + + required + false + true + + + + + + + tabindex + false + true + + + + + + value + false + true + + + + + + onclick + false + true + + + + + + ondblclick + false + true + + + + + + onmousedown + false + true + + + + + + onmouseup + false + true + + + + + + onmouseover + false + true + + + + + + onmousemove + false + true + + + + + + onmouseout + false + true + + + + + + onfocus + false + true + + + + + + onblur + false + true + + + + + + onkeypress + false + true + + + + + + onkeydown + false + true + + + + + + onkeyup + false + true + + + + + + onselect + false + true + + + + + + onchange + false + true + + + + + + accesskey + false + true + + + + + + tooltip + false + true + + + + + + tooltipConfig + false + true + + + + + + id + false + true + + + + + + + + + + text + org.apache.struts2.views.jsp.TextTag + JSP + + + + name + true + true + + + + + + id + false + true + + + + + + + + + + datepicker + org.apache.struts2.views.jsp.ui.DatePickerTag + JSP + + + + language + false + true + + + + + + format + false + true + + + + + + showstime + false + true + + + + + + + singleclick + false + true + + + + + + maxlength + false + true + + + + + + maxLength + false + true + + + + + + readonly + false + true + + + + + + size + false + true + + + + + + templateDir + false + true + + + + + + theme + false + true + + + + + + template + false + true + + + + + + cssClass + false + true + + + + + + cssStyle + false + true + + + + + + title + false + true + + + + + + disabled + false + true + + + + + + label + false + true + + + + + + labelPosition + false + true + + + + + + labelposition + false + true + + + + + + requiredposition + false + true + + + + + + name + false + true + + + + + + required + false + true + + + + + + + tabindex + false + true + + + + + + value + false + true + + + + + + onclick + false + true + + + + + + ondblclick + false + true + + + + + + onmousedown + false + true + + + + + + onmouseup + false + true + + + + + + onmouseover + false + true + + + + + + onmousemove + false + true + + + + + + onmouseout + false + true + + + + + + onfocus + false + true + + + + + + onblur + false + true + + + + + + onkeypress + false + true + + + + + + onkeydown + false + true + + + + + + onkeyup + false + true + + + + + + onselect + false + true + + + + + + onchange + false + true + + + + + + accesskey + false + true + + + + + + tooltip + false + true + + + + + + tooltipConfig + false + true + + + + + + id + false + true + + + + + + + + + + div + org.apache.struts2.views.jsp.ui.DivTag + JSP + + + + updateFreq + false + true + + + + + + delay + false + true + + + + + + loadingText + false + true + + + + + + + listenTopics + false + true + + + + + + + theme + false + true + + + This tag will usually use the ajax theme.]]> + + + + href + false + true + + + + + + errorText + false + true + + + + + + + showErrorTransportText + false + true + + + + + + afterLoading + false + true + + + + + + + openTemplate + false + true + + + + + + templateDir + false + true + + + + + + template + false + true + + + + + + cssClass + false + true + + + + + + cssStyle + false + true + + + + + + title + false + true + + + + + + disabled + false + true + + + + + + label + false + true + + + + + + labelPosition + false + true + + + + + + labelposition + false + true + + + + + + requiredposition + false + true + + + + + + name + false + true + + + + + + required + false + true + + + + + + + tabindex + false + true + + + + + + value + false + true + + + + + + onclick + false + true + + + + + + ondblclick + false + true + + + + + + onmousedown + false + true + + + + + + onmouseup + false + true + + + + + + onmouseover + false + true + + + + + + onmousemove + false + true + + + + + + onmouseout + false + true + + + + + + onfocus + false + true + + + + + + onblur + false + true + + + + + + onkeypress + false + true + + + + + + onkeydown + false + true + + + + + + onkeyup + false + true + + + + + + onselect + false + true + + + + + + onchange + false + true + + + + + + accesskey + false + true + + + + + + tooltip + false + true + + + + + + tooltipConfig + false + true + + + + + + id + false + true + + + + + + + + + + set + org.apache.struts2.views.jsp.SetTag + empty + + + + name + true + true + + + value]]> + + + + scope + false + true + + + application, session, request, page, or action.]]> + + + + value + false + true + + name]]> + + + + id + false + true + + + + + + + + + + checkbox + org.apache.struts2.views.jsp.ui.CheckboxTag + JSP + + + + fieldValue + false + true + + + + + + templateDir + false + true + + + + + + theme + false + true + + + + + + template + false + true + + + + + + cssClass + false + true + + + + + + cssStyle + false + true + + + + + + title + false + true + + + + + + disabled + false + true + + + + + + label + false + true + + + + + + labelPosition + false + true + + + + + + labelposition + false + true + + + + + + requiredposition + false + true + + + + + + name + false + true + + + + + + required + false + true + + + + + + + tabindex + false + true + + + + + + value + false + true + + + + + + onclick + false + true + + + + + + ondblclick + false + true + + + + + + onmousedown + false + true + + + + + + onmouseup + false + true + + + + + + onmouseover + false + true + + + + + + onmousemove + false + true + + + + + + onmouseout + false + true + + + + + + onfocus + false + true + + + + + + onblur + false + true + + + + + + onkeypress + false + true + + + + + + onkeydown + false + true + + + + + + onkeyup + false + true + + + + + + onselect + false + true + + + + + + onchange + false + true + + + + + + accesskey + false + true + + + + + + tooltip + false + true + + + + + + tooltipConfig + false + true + + + + + + id + false + true + + + + + + + + + + i18n + org.apache.struts2.views.jsp.I18nTag + JSP + + + + name + true + true + + + + + + id + false + true + + + + + + + + + + submit + org.apache.struts2.views.jsp.ui.SubmitTag + JSP + + + + resultDivId + false + true + + + + + + + onLoadJS + false + true + + + + + + + notifyTopics + false + true + + + + + + listenTopics + false + true + + + + + + preInvokeJS + false + true + + + + + + + label + false + true + + + input type submit, since button text will always be the value parameter. For the type image, alt parameter will be set to this value.]]> + + + + src + false + true + + + image type submit button. Will have no effect for types input and button.]]> + + + + action + false + true + + + + + + method + false + true + + + + + + align + false + true + + + + + + type + false + true + + + input, button and image.]]> + + + + templateDir + false + true + + + + + + theme + false + true + + + + + + template + false + true + + + + + + cssClass + false + true + + + + + + cssStyle + false + true + + + + + + title + false + true + + + + + + disabled + false + true + + + + + + labelPosition + false + true + + + + + + labelposition + false + true + + + + + + requiredposition + false + true + + + + + + name + false + true + + + + + + required + false + true + + + + + + + tabindex + false + true + + + + + + value + false + true + + + + + + onclick + false + true + + + + + + ondblclick + false + true + + + + + + onmousedown + false + true + + + + + + onmouseup + false + true + + + + + + onmouseover + false + true + + + + + + onmousemove + false + true + + + + + + onmouseout + false + true + + + + + + onfocus + false + true + + + + + + onblur + false + true + + + + + + onkeypress + false + true + + + + + + onkeydown + false + true + + + + + + onkeyup + false + true + + + + + + onselect + false + true + + + + + + onchange + false + true + + + + + + accesskey + false + true + + + + + + tooltip + false + true + + + + + + tooltipConfig + false + true + + + + + + id + false + true + + + + + + + + + + fielderror + org.apache.struts2.views.jsp.ui.FieldErrorTag + JSP + + + + + templateDir + false + true + + + + + + theme + false + true + + + + + + template + false + true + + + + + + cssClass + false + true + + + + + + cssStyle + false + true + + + + + + title + false + true + + + + + + disabled + false + true + + + + + + label + false + true + + + + + + labelPosition + false + true + + + + + + labelposition + false + true + + + + + + requiredposition + false + true + + + + + + name + false + true + + + + + + required + false + true + + + + + + + tabindex + false + true + + + + + + value + false + true + + + + + + onclick + false + true + + + + + + ondblclick + false + true + + + + + + onmousedown + false + true + + + + + + onmouseup + false + true + + + + + + onmouseover + false + true + + + + + + onmousemove + false + true + + + + + + onmouseout + false + true + + + + + + onfocus + false + true + + + + + + onblur + false + true + + + + + + onkeypress + false + true + + + + + + onkeydown + false + true + + + + + + onkeyup + false + true + + + + + + onselect + false + true + + + + + + onchange + false + true + + + + + + accesskey + false + true + + + + + + tooltip + false + true + + + + + + tooltipConfig + false + true + + + + + + id + false + true + + + + + + + + + + file + org.apache.struts2.views.jsp.ui.FileTag + JSP + + + + accept + false + true + + + + + + size + false + true + + + + + + templateDir + false + true + + + + + + theme + false + true + + + + + + template + false + true + + + + + + cssClass + false + true + + + + + + cssStyle + false + true + + + + + + title + false + true + + + + + + disabled + false + true + + + + + + label + false + true + + + + + + labelPosition + false + true + + + + + + labelposition + false + true + + + + + + requiredposition + false + true + + + + + + name + false + true + + + + + + required + false + true + + + + + + + tabindex + false + true + + + + + + value + false + true + + + + + + onclick + false + true + + + + + + ondblclick + false + true + + + + + + onmousedown + false + true + + + + + + onmouseup + false + true + + + + + + onmouseover + false + true + + + + + + onmousemove + false + true + + + + + + onmouseout + false + true + + + + + + onfocus + false + true + + + + + + onblur + false + true + + + + + + onkeypress + false + true + + + + + + onkeydown + false + true + + + + + + onkeyup + false + true + + + + + + onselect + false + true + + + + + + onchange + false + true + + + + + + accesskey + false + true + + + + + + tooltip + false + true + + + + + + tooltipConfig + false + true + + + + + + id + false + true + + + + + + + + + + append + org.apache.struts2.views.jsp.iterator.AppendIteratorTag + JSP + + + + id + false + true + + + + + + + + + + component + org.apache.struts2.views.jsp.ui.ComponentTag + JSP + + + + templateDir + false + true + + + + + + theme + false + true + + + + + + template + false + true + + + + + + cssClass + false + true + + + + + + cssStyle + false + true + + + + + + title + false + true + + + + + + disabled + false + true + + + + + + label + false + true + + + + + + labelPosition + false + true + + + + + + labelposition + false + true + + + + + + requiredposition + false + true + + + + + + name + false + true + + + + + + required + false + true + + + + + + + tabindex + false + true + + + + + + value + false + true + + + + + + onclick + false + true + + + + + + ondblclick + false + true + + + + + + onmousedown + false + true + + + + + + onmouseup + false + true + + + + + + onmouseover + false + true + + + + + + onmousemove + false + true + + + + + + onmouseout + false + true + + + + + + onfocus + false + true + + + + + + onblur + false + true + + + + + + onkeypress + false + true + + + + + + onkeydown + false + true + + + + + + onkeyup + false + true + + + + + + onselect + false + true + + + + + + onchange + false + true + + + + + + accesskey + false + true + + + + + + tooltip + false + true + + + + + + tooltipConfig + false + true + + + + + + id + false + true + + + + + + + + + + push + org.apache.struts2.views.jsp.PushTag + JSP + + + + value + true + true + + + + + + id + false + true + + + + + + + + + + optgroup + org.apache.struts2.views.jsp.ui.OptGroupTag + JSP + + + + label + false + true + + + + + + disabled + false + true + + + + + + list + false + true + + + + + + listKey + false + true + + + + + + listValue + false + true + + + + + + id + false + true + + + + + + + + + + table + org.apache.struts2.views.jsp.ui.table.WebTableTag + JSP + + + + modelName + true + true + + + + + + sortColumn + false + true + + + + + + sortOrder + false + true + + + + + + sortable + false + true + + + + + + + templateDir + false + true + + + + + + theme + false + true + + + + + + template + false + true + + + + + + cssClass + false + true + + + + + + cssStyle + false + true + + + + + + title + false + true + + + + + + disabled + false + true + + + + + + label + false + true + + + + + + labelPosition + false + true + + + + + + labelposition + false + true + + + + + + requiredposition + false + true + + + + + + name + false + true + + + + + + required + false + true + + + + + + + tabindex + false + true + + + + + + value + false + true + + + + + + onclick + false + true + + + + + + ondblclick + false + true + + + + + + onmousedown + false + true + + + + + + onmouseup + false + true + + + + + + onmouseover + false + true + + + + + + onmousemove + false + true + + + + + + onmouseout + false + true + + + + + + onfocus + false + true + + + + + + onblur + false + true + + + + + + onkeypress + false + true + + + + + + onkeydown + false + true + + + + + + onkeyup + false + true + + + + + + onselect + false + true + + + + + + onchange + false + true + + + + + + accesskey + false + true + + + + + + tooltip + false + true + + + + + + tooltipConfig + false + true + + + + + + id + false + true + + + + + + + + + + tree + org.apache.struts2.views.jsp.ui.TreeTag + JSP + + + + toggle + false + true + + + + + + treeSelectedTopic + false + true + + + + + + treeExpandedTopic + false + true + + + + + + treeCollapsedTopic + false + true + + + + + + rootNode + false + true + + + + + + childCollectionProperty + false + true + + + + + + nodeTitleProperty + false + true + + + + + + nodeIdProperty + false + true + + + + + + showRootGrid + false + true + + + + + + blankIconSrc + false + true + + + + + + expandIconSrcMinus + false + true + + + + + + expandIconSrcPlus + false + true + + + + + + gridIconSrcC + false + true + + + + + + gridIconSrcL + false + true + + + + + + gridIconSrcP + false + true + + + + + + gridIconSrcV + false + true + + + + + + gridIconSrcX + false + true + + + + + + gridIconSrcY + false + true + + + + + + iconHeight + false + true + + + + + + iconWidth + false + true + + + + + + templateCssPath + false + true + + + + + + toggleDuration + false + true + + + + + + showGrid + false + true + + + + + + openTemplate + false + true + + + + + + templateDir + false + true + + + + + + theme + false + true + + + + + + template + false + true + + + + + + cssClass + false + true + + + + + + cssStyle + false + true + + + + + + title + false + true + + + + + + disabled + false + true + + + + + + label + false + true + + + + + + labelPosition + false + true + + + + + + labelposition + false + true + + + + + + requiredposition + false + true + + + + + + name + false + true + + + + + + required + false + true + + + + + + + tabindex + false + true + + + + + + value + false + true + + + + + + onclick + false + true + + + + + + ondblclick + false + true + + + + + + onmousedown + false + true + + + + + + onmouseup + false + true + + + + + + onmouseover + false + true + + + + + + onmousemove + false + true + + + + + + onmouseout + false + true + + + + + + onfocus + false + true + + + + + + onblur + false + true + + + + + + onkeypress + false + true + + + + + + onkeydown + false + true + + + + + + onkeyup + false + true + + + + + + onselect + false + true + + + + + + onchange + false + true + + + + + + accesskey + false + true + + + + + + tooltip + false + true + + + + + + tooltipConfig + false + true + + + + + + id + false + true + + + + + + + + + + textarea + org.apache.struts2.views.jsp.ui.TextareaTag + JSP + + + + cols + false + true + + + + + + readonly + false + true + + + + + + rows + false + true + + + + + + wrap + false + true + + + + + + templateDir + false + true + + + + + + theme + false + true + + + + + + template + false + true + + + + + + cssClass + false + true + + + + + + cssStyle + false + true + + + + + + title + false + true + + + + + + disabled + false + true + + + + + + label + false + true + + + + + + labelPosition + false + true + + + + + + labelposition + false + true + + + + + + requiredposition + false + true + + + + + + name + false + true + + + + + + required + false + true + + + + + + + tabindex + false + true + + + + + + value + false + true + + + + + + onclick + false + true + + + + + + ondblclick + false + true + + + + + + onmousedown + false + true + + + + + + onmouseup + false + true + + + + + + onmouseover + false + true + + + + + + onmousemove + false + true + + + + + + onmouseout + false + true + + + + + + onfocus + false + true + + + + + + onblur + false + true + + + + + + onkeypress + false + true + + + + + + onkeydown + false + true + + + + + + onkeyup + false + true + + + + + + onselect + false + true + + + + + + onchange + false + true + + + + + + accesskey + false + true + + + + + + tooltip + false + true + + + + + + tooltipConfig + false + true + + + + + + id + false + true + + + + + + + + + + param + org.apache.struts2.views.jsp.ParamTag + JSP + + + + name + false + true + + + + + + value + false + true + + + + + + id + false + true + + + + + + + + + + actionmessage + org.apache.struts2.views.jsp.ui.ActionMessageTag + empty + + + + templateDir + false + true + + + + + + theme + false + true + + + + + + template + false + true + + + + + + cssClass + false + true + + + + + + cssStyle + false + true + + + + + + title + false + true + + + + + + disabled + false + true + + + + + + label + false + true + + + + + + labelPosition + false + true + + + + + + labelposition + false + true + + + + + + requiredposition + false + true + + + + + + name + false + true + + + + + + required + false + true + + + + + + + tabindex + false + true + + + + + + value + false + true + + + + + + onclick + false + true + + + + + + ondblclick + false + true + + + + + + onmousedown + false + true + + + + + + onmouseup + false + true + + + + + + onmouseover + false + true + + + + + + onmousemove + false + true + + + + + + onmouseout + false + true + + + + + + onfocus + false + true + + + + + + onblur + false + true + + + + + + onkeypress + false + true + + + + + + onkeydown + false + true + + + + + + onkeyup + false + true + + + + + + onselect + false + true + + + + + + onchange + false + true + + + + + + accesskey + false + true + + + + + + tooltip + false + true + + + + + + tooltipConfig + false + true + + + + + + id + false + true + + + + + + + + + + select + org.apache.struts2.views.jsp.ui.SelectTag + JSP + + + + emptyOption + false + true + + + + + + headerKey + false + true + + + + + + + headerValue + false + true + + + + + + multiple + false + true + + + + + + + size + false + true + + + + + + list + true + true + + + + + + + listKey + false + true + + + + + + listValue + false + true + + + + + + templateDir + false + true + + + + + + theme + false + true + + + + + + template + false + true + + + + + + cssClass + false + true + + + + + + cssStyle + false + true + + + + + + title + false + true + + + + + + disabled + false + true + + + + + + label + false + true + + + + + + labelPosition + false + true + + + + + + labelposition + false + true + + + + + + requiredposition + false + true + + + + + + name + false + true + + + + + + required + false + true + + + + + + + tabindex + false + true + + + + + + value + false + true + + + + + + onclick + false + true + + + + + + ondblclick + false + true + + + + + + onmousedown + false + true + + + + + + onmouseup + false + true + + + + + + onmouseover + false + true + + + + + + onmousemove + false + true + + + + + + onmouseout + false + true + + + + + + onfocus + false + true + + + + + + onblur + false + true + + + + + + onkeypress + false + true + + + + + + onkeydown + false + true + + + + + + onkeyup + false + true + + + + + + onselect + false + true + + + + + + onchange + false + true + + + + + + accesskey + false + true + + + + + + tooltip + false + true + + + + + + tooltipConfig + false + true + + + + + + id + false + true + + + + + + + + + + action + org.apache.struts2.views.jsp.ActionTag + JSP + + + + id + false + true + + + + + + name + true + true + + + + + + + namespace + false + true + + + + + + executeResult + false + true + + + + + + + ignoreContextParams + false + true + + + + + + + + + + panel + org.apache.struts2.views.jsp.ui.PanelTag + JSP + + + + tabName + true + true + + + + + + subscribeTopicName + false + true + + + + + + remote + false + true + + + + + + + updateFreq + false + true + + + + + + delay + false + true + + + + + + loadingText + false + true + + + + + + + listenTopics + false + true + + + + + + + theme + false + true + + + This tag will usually use the ajax theme.]]> + + + + href + false + true + + + + + + errorText + false + true + + + + + + + showErrorTransportText + false + true + + + + + + afterLoading + false + true + + + + + + + openTemplate + false + true + + + + + + templateDir + false + true + + + + + + template + false + true + + + + + + cssClass + false + true + + + + + + cssStyle + false + true + + + + + + title + false + true + + + + + + disabled + false + true + + + + + + label + false + true + + + + + + labelPosition + false + true + + + + + + labelposition + false + true + + + + + + requiredposition + false + true + + + + + + name + false + true + + + + + + required + false + true + + + + + + + tabindex + false + true + + + + + + value + false + true + + + + + + onclick + false + true + + + + + + ondblclick + false + true + + + + + + onmousedown + false + true + + + + + + onmouseup + false + true + + + + + + onmouseover + false + true + + + + + + onmousemove + false + true + + + + + + onmouseout + false + true + + + + + + onfocus + false + true + + + + + + onblur + false + true + + + + + + onkeypress + false + true + + + + + + onkeydown + false + true + + + + + + onkeyup + false + true + + + + + + onselect + false + true + + + + + + onchange + false + true + + + + + + accesskey + false + true + + + + + + tooltip + false + true + + + + + + tooltipConfig + false + true + + + + + + id + false + true + + + + + + + + + + checkboxlist + org.apache.struts2.views.jsp.ui.CheckboxListTag + JSP + + + + list + true + true + + + + + + + listKey + false + true + + + + + + listValue + false + true + + + + + + templateDir + false + true + + + + + + theme + false + true + + + + + + template + false + true + + + + + + cssClass + false + true + + + + + + cssStyle + false + true + + + + + + title + false + true + + + + + + disabled + false + true + + + + + + label + false + true + + + + + + labelPosition + false + true + + + + + + labelposition + false + true + + + + + + requiredposition + false + true + + + + + + name + false + true + + + + + + required + false + true + + + + + + + tabindex + false + true + + + + + + value + false + true + + + + + + onclick + false + true + + + + + + ondblclick + false + true + + + + + + onmousedown + false + true + + + + + + onmouseup + false + true + + + + + + onmouseover + false + true + + + + + + onmousemove + false + true + + + + + + onmouseout + false + true + + + + + + onfocus + false + true + + + + + + onblur + false + true + + + + + + onkeypress + false + true + + + + + + onkeydown + false + true + + + + + + onkeyup + false + true + + + + + + onselect + false + true + + + + + + onchange + false + true + + + + + + accesskey + false + true + + + + + + tooltip + false + true + + + + + + tooltipConfig + false + true + + + + + + id + false + true + + + + + + + + + + form + org.apache.struts2.views.jsp.ui.FormTag + JSP + + + + onsubmit + false + true + + + + + + action + false + true + + + + + + target + false + true + + + + + + enctype + false + true + + + + + + method + false + true + + + + + + namespace + false + true + + + + + + validate + false + true + + + + + + + portletMode + false + true + + + + + + windowState + false + true + + + + + + acceptcharset + false + true + + + + + + + openTemplate + false + true + + + + + + templateDir + false + true + + + + + + theme + false + true + + + + + + template + false + true + + + + + + cssClass + false + true + + + + + + cssStyle + false + true + + + + + + title + false + true + + + + + + disabled + false + true + + + + + + label + false + true + + + + + + labelPosition + false + true + + + + + + labelposition + false + true + + + + + + requiredposition + false + true + + + + + + name + false + true + + + + + + required + false + true + + + + + + + tabindex + false + true + + + + + + value + false + true + + + + + + onclick + false + true + + + + + + ondblclick + false + true + + + + + + onmousedown + false + true + + + + + + onmouseup + false + true + + + + + + onmouseover + false + true + + + + + + onmousemove + false + true + + + + + + onmouseout + false + true + + + + + + onfocus + false + true + + + + + + onblur + false + true + + + + + + onkeypress + false + true + + + + + + onkeydown + false + true + + + + + + onkeyup + false + true + + + + + + onselect + false + true + + + + + + onchange + false + true + + + + + + accesskey + false + true + + + + + + tooltip + false + true + + + + + + tooltipConfig + false + true + + + + + + id + false + true + + + + + + + + + + actionerror + org.apache.struts2.views.jsp.ui.ActionErrorTag + empty + + + + templateDir + false + true + + + + + + theme + false + true + + + + + + template + false + true + + + + + + cssClass + false + true + + + + + + cssStyle + false + true + + + + + + title + false + true + + + + + + disabled + false + true + + + + + + label + false + true + + + + + + labelPosition + false + true + + + + + + labelposition + false + true + + + + + + requiredposition + false + true + + + + + + name + false + true + + + + + + required + false + true + + + + + + + tabindex + false + true + + + + + + value + false + true + + + + + + onclick + false + true + + + + + + ondblclick + false + true + + + + + + onmousedown + false + true + + + + + + onmouseup + false + true + + + + + + onmouseover + false + true + + + + + + onmousemove + false + true + + + + + + onmouseout + false + true + + + + + + onfocus + false + true + + + + + + onblur + false + true + + + + + + onkeypress + false + true + + + + + + onkeydown + false + true + + + + + + onkeyup + false + true + + + + + + onselect + false + true + + + + + + onchange + false + true + + + + + + accesskey + false + true + + + + + + tooltip + false + true + + + + + + tooltipConfig + false + true + + + + + + id + false + true + + + + + + + + + + combobox + org.apache.struts2.views.jsp.ui.ComboBoxTag + JSP + + + + list + true + true + + + + + + + emptyOption + false + true + + + + + + headerKey + false + true + + + + + + headerValue + false + true + + + + + + listKey + false + true + + + + + + listValue + false + true + + + + + + maxlength + false + true + + + + + + maxLength + false + true + + + + + + readonly + false + true + + + + + + size + false + true + + + + + + templateDir + false + true + + + + + + theme + false + true + + + + + + template + false + true + + + + + + cssClass + false + true + + + + + + cssStyle + false + true + + + + + + title + false + true + + + + + + disabled + false + true + + + + + + label + false + true + + + + + + labelPosition + false + true + + + + + + labelposition + false + true + + + + + + requiredposition + false + true + + + + + + name + false + true + + + + + + required + false + true + + + + + + + tabindex + false + true + + + + + + value + false + true + + + + + + onclick + false + true + + + + + + ondblclick + false + true + + + + + + onmousedown + false + true + + + + + + onmouseup + false + true + + + + + + onmouseover + false + true + + + + + + onmousemove + false + true + + + + + + onmouseout + false + true + + + + + + onfocus + false + true + + + + + + onblur + false + true + + + + + + onkeypress + false + true + + + + + + onkeydown + false + true + + + + + + onkeyup + false + true + + + + + + onselect + false + true + + + + + + onchange + false + true + + + + + + accesskey + false + true + + + + + + tooltip + false + true + + + + + + tooltipConfig + false + true + + + + + + id + false + true + + + + + + + + + + optiontransferselect + org.apache.struts2.views.jsp.ui.OptionTransferSelectTag + JSP + + + + addAllToLeftLabel + false + true + + + + + + addAllToRightLabel + false + true + + + + + + addToLeftLabel + false + true + + + + + + addToRightLabel + false + true + + + + + + allowAddAllToLeft + false + true + + + + + + allowAddAllToRight + false + true + + + + + + allowAddToLeft + false + true + + + + + + allowAddToRight + false + true + + + + + + leftTitle + false + true + + + + + + rightTitle + false + true + + + + + + allowSelectAll + false + true + + + + + + selectAllLabel + false + true + + + + + + buttonCssClass + false + true + + + + + + buttonCssStyle + false + true + + + + + + doubleList + true + true + + + + + + doubleListKey + false + true + + + + + + doubleListValue + false + true + + + + + + doubleName + true + true + + + + + + doubleValue + false + true + + + + + + formName + false + true + + + + + + doubleCssClass + false + true + + + + + + doubleCssStyle + false + true + + + + + + doubleHeaderKey + false + true + + + + + + doubleHeaderValue + false + true + + + + + + doubleEmptyOption + false + true + + + + + + doubleDisabled + false + true + + + + + + doubleId + false + true + + + + + + doubleMultiple + false + true + + + + + + doubleOnblur + false + true + + + + + + doubleOnchange + false + true + + + + + + doubleOnclick + false + true + + + + + + doubleOndblclick + false + true + + + + + + doubleOnfocus + false + true + + + + + + doubleOnkeydown + false + true + + + + + + doubleOnkeypress + false + true + + + + + + doubleOnkeyup + false + true + + + + + + doubleOnmousedown + false + true + + + + + + doubleOnmousemove + false + true + + + + + + doubleOnmouseout + false + true + + + + + + doubleOnmouseover + false + true + + + + + + doubleOnmouseup + false + true + + + + + + doubleOnselect + false + true + + + + + + doubleSize + false + true + + + + + + doubleListKey + false + true + + + + + + emptyOption + false + true + + + + + + headerKey + false + true + + + + + + + headerValue + false + true + + + + + + multiple + false + true + + + + + + + size + false + true + + + + + + doubleAccesskey + false + true + + + + + + list + true + true + + + + + + + listKey + false + true + + + + + + listValue + false + true + + + + + + templateDir + false + true + + + + + + theme + false + true + + + + + + template + false + true + + + + + + cssClass + false + true + + + + + + cssStyle + false + true + + + + + + title + false + true + + + + + + disabled + false + true + + + + + + label + false + true + + + + + + labelPosition + false + true + + + + + + labelposition + false + true + + + + + + requiredposition + false + true + + + + + + name + false + true + + + + + + required + false + true + + + + + + + tabindex + false + true + + + + + + value + false + true + + + + + + onclick + false + true + + + + + + ondblclick + false + true + + + + + + onmousedown + false + true + + + + + + onmouseup + false + true + + + + + + onmouseover + false + true + + + + + + onmousemove + false + true + + + + + + onmouseout + false + true + + + + + + onfocus + false + true + + + + + + onblur + false + true + + + + + + onkeypress + false + true + + + + + + onkeydown + false + true + + + + + + onkeyup + false + true + + + + + + onselect + false + true + + + + + + onchange + false + true + + + + + + accesskey + false + true + + + + + + tooltip + false + true + + + + + + tooltipConfig + false + true + + + + + + id + false + true + + + + + + + + + + property + org.apache.struts2.views.jsp.PropertyTag + empty + + + + default + false + true + + value attribute is null]]> + + + + escape + false + true + + + + + + value + false + true + + + + + + id + false + true + + + + + + + + + + hidden + org.apache.struts2.views.jsp.ui.HiddenTag + JSP + + + + templateDir + false + true + + + + + + theme + false + true + + + + + + template + false + true + + + + + + cssClass + false + true + + + + + + cssStyle + false + true + + + + + + title + false + true + + + + + + disabled + false + true + + + + + + label + false + true + + + + + + labelPosition + false + true + + + + + + labelposition + false + true + + + + + + requiredposition + false + true + + + + + + name + false + true + + + + + + required + false + true + + + + + + + tabindex + false + true + + + + + + value + false + true + + + + + + onclick + false + true + + + + + + ondblclick + false + true + + + + + + onmousedown + false + true + + + + + + onmouseup + false + true + + + + + + onmouseover + false + true + + + + + + onmousemove + false + true + + + + + + onmouseout + false + true + + + + + + onfocus + false + true + + + + + + onblur + false + true + + + + + + onkeypress + false + true + + + + + + onkeydown + false + true + + + + + + onkeyup + false + true + + + + + + onselect + false + true + + + + + + onchange + false + true + + + + + + accesskey + false + true + + + + + + tooltip + false + true + + + + + + tooltipConfig + false + true + + + + + + id + false + true + + + + + + + + + + iterator + org.apache.struts2.views.jsp.IteratorTag + JSP + + + + status + false + true + + + + + + + value + false + true + + + + + + + id + false + true + + + + + + + + + + merge + org.apache.struts2.views.jsp.iterator.MergeIteratorTag + JSP + + + + id + false + true + + + + + + + + + + elseif + org.apache.struts2.views.jsp.ElseIfTag + JSP + + + + test + true + true + + + + + + id + false + true + + + + + + + + + + radio + org.apache.struts2.views.jsp.ui.RadioTag + JSP + + + + list + true + true + + + + + + + listKey + false + true + + + + + + listValue + false + true + + + + + + templateDir + false + true + + + + + + theme + false + true + + + + + + template + false + true + + + + + + cssClass + false + true + + + + + + cssStyle + false + true + + + + + + title + false + true + + + + + + disabled + false + true + + + + + + label + false + true + + + + + + labelPosition + false + true + + + + + + labelposition + false + true + + + + + + requiredposition + false + true + + + + + + name + false + true + + + + + + required + false + true + + + + + + + tabindex + false + true + + + + + + value + false + true + + + + + + onclick + false + true + + + + + + ondblclick + false + true + + + + + + onmousedown + false + true + + + + + + onmouseup + false + true + + + + + + onmouseover + false + true + + + + + + onmousemove + false + true + + + + + + onmouseout + false + true + + + + + + onfocus + false + true + + + + + + onblur + false + true + + + + + + onkeypress + false + true + + + + + + onkeydown + false + true + + + + + + onkeyup + false + true + + + + + + onselect + false + true + + + + + + onchange + false + true + + + + + + accesskey + false + true + + + + + + tooltip + false + true + + + + + + tooltipConfig + false + true + + + + + + id + false + true + + + + + + + + + + updownselect + org.apache.struts2.views.jsp.ui.UpDownSelectTag + JSP + + + + allowMoveUp + false + true + + + + + + allowMoveDown + false + true + + + + + + allowSelectAll + false + true + + + + + + moveUpLabel + false + true + + + + + + moveDownLabel + false + true + + + + + + selectAllLabel + false + true + + + + + + emptyOption + false + true + + + + + + headerKey + false + true + + + + + + + headerValue + false + true + + + + + + multiple + false + true + + + + + + + size + false + true + + + + + + list + true + true + + + + + + + listKey + false + true + + + + + + listValue + false + true + + + + + + templateDir + false + true + + + + + + theme + false + true + + + + + + template + false + true + + + + + + cssClass + false + true + + + + + + cssStyle + false + true + + + + + + title + false + true + + + + + + disabled + false + true + + + + + + label + false + true + + + + + + labelPosition + false + true + + + + + + labelposition + false + true + + + + + + requiredposition + false + true + + + + + + name + false + true + + + + + + required + false + true + + + + + + + tabindex + false + true + + + + + + value + false + true + + + + + + onclick + false + true + + + + + + ondblclick + false + true + + + + + + onmousedown + false + true + + + + + + onmouseup + false + true + + + + + + onmouseover + false + true + + + + + + onmousemove + false + true + + + + + + onmouseout + false + true + + + + + + onfocus + false + true + + + + + + onblur + false + true + + + + + + onkeypress + false + true + + + + + + onkeydown + false + true + + + + + + onkeyup + false + true + + + + + + onselect + false + true + + + + + + onchange + false + true + + + + + + accesskey + false + true + + + + + + tooltip + false + true + + + + + + tooltipConfig + false + true + + + + + + id + false + true + + + + + + + + + + a + org.apache.struts2.views.jsp.ui.AnchorTag + JSP + + + + + id + false + true + + + + + + notifyTopics + false + true + + + + + + preInvokeJS + false + true + + + + + + + theme + false + true + + + This tag will usually use the ajax theme.]]> + + + + href + false + true + + + + + + errorText + false + true + + + + + + + showErrorTransportText + false + true + + + + + + afterLoading + false + true + + + + + + + openTemplate + false + true + + + + + + templateDir + false + true + + + + + + template + false + true + + + + + + cssClass + false + true + + + + + + cssStyle + false + true + + + + + + title + false + true + + + + + + disabled + false + true + + + + + + label + false + true + + + + + + labelPosition + false + true + + + + + + labelposition + false + true + + + + + + requiredposition + false + true + + + + + + name + false + true + + + + + + required + false + true + + + + + + + tabindex + false + true + + + + + + value + false + true + + + + + + onclick + false + true + + + + + + ondblclick + false + true + + + + + + onmousedown + false + true + + + + + + onmouseup + false + true + + + + + + onmouseover + false + true + + + + + + onmousemove + false + true + + + + + + onmouseout + false + true + + + + + + onfocus + false + true + + + + + + onblur + false + true + + + + + + onkeypress + false + true + + + + + + onkeydown + false + true + + + + + + onkeyup + false + true + + + + + + onselect + false + true + + + + + + onchange + false + true + + + + + + accesskey + false + true + + + + + + tooltip + false + true + + + + + + tooltipConfig + false + true + + + + + + + + + if + org.apache.struts2.views.jsp.IfTag + JSP + + + + test + true + true + + + + + + id + false + true + + + + + + + + + diff --git a/core/src/main/resources/META-INF/tags.tld b/core/src/main/resources/META-INF/tags.tld deleted file mode 100644 index d827e82cd..000000000 --- a/core/src/main/resources/META-INF/tags.tld +++ /dev/null @@ -1,11761 +0,0 @@ - - - - - - 2.0-dev - 1.2 - Struts 2 Taglib - - /tags - - Struts 2 Taglib - - - - - doubleselect - org.apache.struts2.views.jsp.ui.DoubleSelectTag - JSP - - - - doubleList - true - true - - - - - - doubleListKey - false - true - - - - - - doubleListValue - false - true - - - - - - doubleName - true - true - - - - - - doubleValue - false - true - - - - - - formName - false - true - - - - - - doubleCssClass - false - true - - - - - - doubleCssStyle - false - true - - - - - - doubleHeaderKey - false - true - - - - - - doubleHeaderValue - false - true - - - - - - doubleEmptyOption - false - true - - - - - - doubleDisabled - false - true - - - - - - doubleId - false - true - - - - - - doubleMultiple - false - true - - - - - - doubleOnblur - false - true - - - - - - doubleOnchange - false - true - - - - - - doubleOnclick - false - true - - - - - - doubleOndblclick - false - true - - - - - - doubleOnfocus - false - true - - - - - - doubleOnkeydown - false - true - - - - - - doubleOnkeypress - false - true - - - - - - doubleOnkeyup - false - true - - - - - - doubleOnmousedown - false - true - - - - - - doubleOnmousemove - false - true - - - - - - doubleOnmouseout - false - true - - - - - - doubleOnmouseover - false - true - - - - - - doubleOnmouseup - false - true - - - - - - doubleOnselect - false - true - - - - - - doubleSize - false - true - - - - - - doubleListKey - false - true - - - - - - emptyOption - false - true - - - - - - headerKey - false - true - - - - - - headerValue - false - true - - - - - - multiple - false - true - - - - - - size - false - true - - - - - - doubleAccesskey - false - true - - - - - - list - true - true - - - - - - listKey - false - true - - - - - - listValue - false - true - - - - - - templateDir - false - true - - - - - - theme - false - true - - - - - - template - false - true - - - - - - cssClass - false - true - - - - - - cssStyle - false - true - - - - - - title - false - true - - - - - - disabled - false - true - - - - - - label - false - true - - - - - - labelPosition - false - true - - - - - - labelposition - false - true - - - - - - requiredposition - false - true - - - - - - name - false - true - - - - - - required - false - true - - - - - - tabindex - false - true - - - - - - value - false - true - - - - - - onclick - false - true - - - - - - ondblclick - false - true - - - - - - onmousedown - false - true - - - - - - onmouseup - false - true - - - - - - onmouseover - false - true - - - - - - onmousemove - false - true - - - - - - onmouseout - false - true - - - - - - onfocus - false - true - - - - - - onblur - false - true - - - - - - onkeypress - false - true - - - - - - onkeydown - false - true - - - - - - onkeyup - false - true - - - - - - onselect - false - true - - - - - - onchange - false - true - - - - - - accesskey - false - true - - - - - - tooltip - false - true - - - - - - tooltipConfig - false - true - - - - - - id - false - true - - - - - - - - - bean - org.apache.struts2.views.jsp.BeanTag - JSP - - - - name - true - true - - - - - - id - false - true - - - - - - - - - label - org.apache.struts2.views.jsp.ui.LabelTag - JSP - - - - for - false - true - - - - - - templateDir - false - true - - - - - - theme - false - true - - - - - - template - false - true - - - - - - cssClass - false - true - - - - - - cssStyle - false - true - - - - - - title - false - true - - - - - - disabled - false - true - - - - - - label - false - true - - - - - - labelPosition - false - true - - - - - - labelposition - false - true - - - - - - requiredposition - false - true - - - - - - name - false - true - - - - - - required - false - true - - - - - - tabindex - false - true - - - - - - value - false - true - - - - - - onclick - false - true - - - - - - ondblclick - false - true - - - - - - onmousedown - false - true - - - - - - onmouseup - false - true - - - - - - onmouseover - false - true - - - - - - onmousemove - false - true - - - - - - onmouseout - false - true - - - - - - onfocus - false - true - - - - - - onblur - false - true - - - - - - onkeypress - false - true - - - - - - onkeydown - false - true - - - - - - onkeyup - false - true - - - - - - onselect - false - true - - - - - - onchange - false - true - - - - - - accesskey - false - true - - - - - - tooltip - false - true - - - - - - tooltipConfig - false - true - - - - - - id - false - true - - - - - - - - - richtexteditor - org.apache.struts2.views.jsp.ui.RichTextEditorTag - JSP - - - - checkBrowser - false - true - - - - - - displayError - false - true - - - - - - autoDetectLanguage - false - true - - - - - - baseHref - false - true - - - - - - basePath - false - true - - - - - - contentLangDirection - false - true - - - - - - customConfigurationsPath - false - true - - - - - - debug - false - true - - - - - - defaultLanguage - false - true - - - - - - editorAreaCSS - false - true - - - - - - enableSourceXHTML - false - true - - - - - - enableXHTML - false - true - - - - - - fillEmptyBlocks - false - true - - - - - - flashBrowserURL - false - true - - - - - - flashUploadURL - false - true - - - - - - fontColors - false - true - - - - - - fontFormats - false - true - - - - - - fontNames - false - true - - - - - - fontSizes - false - true - - - - - - forcePasteAsPlainText - false - true - - - - - - forceSimpleAmpersand - false - true - - - - - - formatIndentator - false - true - - - - - - formatOutput - false - true - - - - - - formatSource - false - true - - - - - - fullPage - false - true - - - - - - geckoUseSPAN - false - true - - - - - - height - false - true - - - - - - imageBrowserURL - false - true - - - - - - imageUploadURL - false - true - - - - - - linkBrowserURL - false - true - - - - - - linkUploadURL - false - true - - - - - - pluginsPath - false - true - - - - - - skinPath - false - true - - - - - - startupFocus - false - true - - - - - - stylesXmlPath - false - true - - - - - - tabSpaces - false - true - - - - - - toolbarCanCollapse - false - true - - - - - - toolbarSet - false - true - - - - - - toolbarStartExpanded - false - true - - - - - - useBROnCarriageReturn - false - true - - - - - - width - false - true - - - - - - allowFlashBrowse - false - true - - - - - - allowFlashUpload - false - true - - - - - - allowImageBrowse - false - true - - - - - - allowImageUpload - false - true - - - - - - allowLinkBrowse - false - true - - - - - - allowLinkUpload - false - true - - - - - - flashUploadAllowedExtension - false - true - - - - - - flashUploadDeniedExtension - false - true - - - - - - imageUploadAllowedExtension - false - true - - - - - - imageUploadDeniedExtension - false - true - - - - - - linkUploadAllowedExtension - false - true - - - - - - linkUploadDeniedExtension - false - true - - - - - - smileyImages - false - true - - - - - - items - false - true - - - - - - smileyPath - false - true - - - - - - templateDir - false - true - - - - - - theme - false - true - - - - - - template - false - true - - - - - - cssClass - false - true - - - - - - cssStyle - false - true - - - - - - title - false - true - - - - - - disabled - false - true - - - - - - label - false - true - - - - - - labelPosition - false - true - - - - - - labelposition - false - true - - - - - - requiredposition - false - true - - - - - - name - false - true - - - - - - required - false - true - - - - - - tabindex - false - true - - - - - - value - false - true - - - - - - onclick - false - true - - - - - - ondblclick - false - true - - - - - - onmousedown - false - true - - - - - - onmouseup - false - true - - - - - - onmouseover - false - true - - - - - - onmousemove - false - true - - - - - - onmouseout - false - true - - - - - - onfocus - false - true - - - - - - onblur - false - true - - - - - - onkeypress - false - true - - - - - - onkeydown - false - true - - - - - - onkeyup - false - true - - - - - - onselect - false - true - - - - - - onchange - false - true - - - - - - accesskey - false - true - - - - - - tooltip - false - true - - - - - - tooltipConfig - false - true - - - - - - id - false - true - - - - - - - - - tabbedPanel - org.apache.struts2.views.jsp.ui.TabbedPanelTag - JSP - - - - id - true - true - - - - - - openTemplate - false - true - - - - - - templateDir - false - true - - - - - - theme - false - true - - - - - - template - false - true - - - - - - cssClass - false - true - - - - - - cssStyle - false - true - - - - - - title - false - true - - - - - - disabled - false - true - - - - - - label - false - true - - - - - - labelPosition - false - true - - - - - - labelposition - false - true - - - - - - requiredposition - false - true - - - - - - name - false - true - - - - - - required - false - true - - - - - - tabindex - false - true - - - - - - value - false - true - - - - - - onclick - false - true - - - - - - ondblclick - false - true - - - - - - onmousedown - false - true - - - - - - onmouseup - false - true - - - - - - onmouseover - false - true - - - - - - onmousemove - false - true - - - - - - onmouseout - false - true - - - - - - onfocus - false - true - - - - - - onblur - false - true - - - - - - onkeypress - false - true - - - - - - onkeydown - false - true - - - - - - onkeyup - false - true - - - - - - onselect - false - true - - - - - - onchange - false - true - - - - - - accesskey - false - true - - - - - - tooltip - false - true - - - - - - tooltipConfig - false - true - - - - - - - - - else - org.apache.struts2.views.jsp.ElseTag - - - - id - false - true - - - - - - - - - textfield - org.apache.struts2.views.jsp.ui.TextFieldTag - JSP - - - - maxlength - false - true - - - - - - maxLength - false - true - - - - - - readonly - false - true - - - - - - size - false - true - - - - - - templateDir - false - true - - - - - - theme - false - true - - - - - - template - false - true - - - - - - cssClass - false - true - - - - - - cssStyle - false - true - - - - - - title - false - true - - - - - - disabled - false - true - - - - - - label - false - true - - - - - - labelPosition - false - true - - - - - - labelposition - false - true - - - - - - requiredposition - false - true - - - - - - name - false - true - - - - - - required - false - true - - - - - - tabindex - false - true - - - - - - value - false - true - - - - - - onclick - false - true - - - - - - ondblclick - false - true - - - - - - onmousedown - false - true - - - - - - onmouseup - false - true - - - - - - onmouseover - false - true - - - - - - onmousemove - false - true - - - - - - onmouseout - false - true - - - - - - onfocus - false - true - - - - - - onblur - false - true - - - - - - onkeypress - false - true - - - - - - onkeydown - false - true - - - - - - onkeyup - false - true - - - - - - onselect - false - true - - - - - - onchange - false - true - - - - - - accesskey - false - true - - - - - - tooltip - false - true - - - - - - tooltipConfig - false - true - - - - - - id - false - true - - - - - - - - - date - org.apache.struts2.views.jsp.DateTag - empty - - - - format - false - false - - - - - - nice - false - true - - - - - - name - true - true - - - - - - id - false - true - - - - - - - - - head - org.apache.struts2.views.jsp.ui.HeadTag - empty - - - - calendarcss - false - true - - - - - - debug - false - true - - - - - - templateDir - false - true - - - - - - theme - false - true - - - - - - template - false - true - - - - - - cssClass - false - true - - - - - - cssStyle - false - true - - - - - - title - false - true - - - - - - disabled - false - true - - - - - - label - false - true - - - - - - labelPosition - false - true - - - - - - labelposition - false - true - - - - - - requiredposition - false - true - - - - - - name - false - true - - - - - - required - false - true - - - - - - tabindex - false - true - - - - - - value - false - true - - - - - - onclick - false - true - - - - - - ondblclick - false - true - - - - - - onmousedown - false - true - - - - - - onmouseup - false - true - - - - - - onmouseover - false - true - - - - - - onmousemove - false - true - - - - - - onmouseout - false - true - - - - - - onfocus - false - true - - - - - - onblur - false - true - - - - - - onkeypress - false - true - - - - - - onkeydown - false - true - - - - - - onkeyup - false - true - - - - - - onselect - false - true - - - - - - onchange - false - true - - - - - - accesskey - false - true - - - - - - tooltip - false - true - - - - - - tooltipConfig - false - true - - - - - - id - false - true - - - - - - - - - password - org.apache.struts2.views.jsp.ui.PasswordTag - JSP - - - - showPassword - false - true - - - - - - show - false - true - - - - - - maxlength - false - true - - - - - - maxLength - false - true - - - - - - readonly - false - true - - - - - - size - false - true - - - - - - templateDir - false - true - - - - - - theme - false - true - - - - - - template - false - true - - - - - - cssClass - false - true - - - - - - cssStyle - false - true - - - - - - title - false - true - - - - - - disabled - false - true - - - - - - label - false - true - - - - - - labelPosition - false - true - - - - - - labelposition - false - true - - - - - - requiredposition - false - true - - - - - - name - false - true - - - - - - required - false - true - - - - - - tabindex - false - true - - - - - - value - false - true - - - - - - onclick - false - true - - - - - - ondblclick - false - true - - - - - - onmousedown - false - true - - - - - - onmouseup - false - true - - - - - - onmouseover - false - true - - - - - - onmousemove - false - true - - - - - - onmouseout - false - true - - - - - - onfocus - false - true - - - - - - onblur - false - true - - - - - - onkeypress - false - true - - - - - - onkeydown - false - true - - - - - - onkeyup - false - true - - - - - - onselect - false - true - - - - - - onchange - false - true - - - - - - accesskey - false - true - - - - - - tooltip - false - true - - - - - - tooltipConfig - false - true - - - - - - id - false - true - - - - - - - - - reset - org.apache.struts2.views.jsp.ui.ResetTag - JSP - - - - label - false - true - - input type reset, since button text will always be the value parameter.]]> - - - - action - false - true - - - - - - method - false - true - - - - - - align - false - true - - - - - - type - false - true - - input, button and image.]]> - - - - templateDir - false - true - - - - - - theme - false - true - - - - - - template - false - true - - - - - - cssClass - false - true - - - - - - cssStyle - false - true - - - - - - title - false - true - - - - - - disabled - false - true - - - - - - labelPosition - false - true - - - - - - labelposition - false - true - - - - - - requiredposition - false - true - - - - - - name - false - true - - - - - - required - false - true - - - - - - tabindex - false - true - - - - - - value - false - true - - - - - - onclick - false - true - - - - - - ondblclick - false - true - - - - - - onmousedown - false - true - - - - - - onmouseup - false - true - - - - - - onmouseover - false - true - - - - - - onmousemove - false - true - - - - - - onmouseout - false - true - - - - - - onfocus - false - true - - - - - - onblur - false - true - - - - - - onkeypress - false - true - - - - - - onkeydown - false - true - - - - - - onkeyup - false - true - - - - - - onselect - false - true - - - - - - onchange - false - true - - - - - - accesskey - false - true - - - - - - tooltip - false - true - - - - - - tooltipConfig - false - true - - - - - - id - false - true - - - - - - - - - treenode - org.apache.struts2.views.jsp.ui.TreeNodeTag - JSP - - - - label - true - true - - - - - - openTemplate - false - true - - - - - - templateDir - false - true - - - - - - theme - false - true - - - - - - template - false - true - - - - - - cssClass - false - true - - - - - - cssStyle - false - true - - - - - - title - false - true - - - - - - disabled - false - true - - - - - - labelPosition - false - true - - - - - - labelposition - false - true - - - - - - requiredposition - false - true - - - - - - name - false - true - - - - - - required - false - true - - - - - - tabindex - false - true - - - - - - value - false - true - - - - - - onclick - false - true - - - - - - ondblclick - false - true - - - - - - onmousedown - false - true - - - - - - onmouseup - false - true - - - - - - onmouseover - false - true - - - - - - onmousemove - false - true - - - - - - onmouseout - false - true - - - - - - onfocus - false - true - - - - - - onblur - false - true - - - - - - onkeypress - false - true - - - - - - onkeydown - false - true - - - - - - onkeyup - false - true - - - - - - onselect - false - true - - - - - - onchange - false - true - - - - - - accesskey - false - true - - - - - - tooltip - false - true - - - - - - tooltipConfig - false - true - - - - - - id - false - true - - - - - - - - - url - org.apache.struts2.views.jsp.URLTag - JSP - - - - includeParams - false - true - - - - - - scheme - false - true - - - - - - value - false - true - - - - - - action - false - true - - - - - - namespace - false - true - - - - - - method - false - true - - - - - - encode - false - true - - - - - - includeContext - false - true - - - - - - portletMode - false - true - - - - - - windowState - false - true - - - - - - portletUrlType - false - true - - - - - - anchor - false - true - - - - - - id - false - true - - - - - - - - - include - org.apache.struts2.views.jsp.IncludeTag - JSP - - - - value - true - true - - - - - - id - false - true - - - - - - - - - token - org.apache.struts2.views.jsp.ui.TokenTag - JSP - - - - templateDir - false - true - - - - - - theme - false - true - - - - - - template - false - true - - - - - - cssClass - false - true - - - - - - cssStyle - false - true - - - - - - title - false - true - - - - - - disabled - false - true - - - - - - label - false - true - - - - - - labelPosition - false - true - - - - - - labelposition - false - true - - - - - - requiredposition - false - true - - - - - - name - false - true - - - - - - required - false - true - - - - - - tabindex - false - true - - - - - - value - false - true - - - - - - onclick - false - true - - - - - - ondblclick - false - true - - - - - - onmousedown - false - true - - - - - - onmouseup - false - true - - - - - - onmouseover - false - true - - - - - - onmousemove - false - true - - - - - - onmouseout - false - true - - - - - - onfocus - false - true - - - - - - onblur - false - true - - - - - - onkeypress - false - true - - - - - - onkeydown - false - true - - - - - - onkeyup - false - true - - - - - - onselect - false - true - - - - - - onchange - false - true - - - - - - accesskey - false - true - - - - - - tooltip - false - true - - - - - - tooltipConfig - false - true - - - - - - id - false - true - - - - - - - - - text - org.apache.struts2.views.jsp.TextTag - JSP - - - - name - true - true - - - - - - id - false - true - - - - - - - - - datepicker - org.apache.struts2.views.jsp.ui.DatePickerTag - JSP - - - - language - false - true - - - - - - format - false - true - - - - - - showstime - false - true - - - - - - singleclick - false - true - - - - - - maxlength - false - true - - - - - - maxLength - false - true - - - - - - readonly - false - true - - - - - - size - false - true - - - - - - templateDir - false - true - - - - - - theme - false - true - - - - - - template - false - true - - - - - - cssClass - false - true - - - - - - cssStyle - false - true - - - - - - title - false - true - - - - - - disabled - false - true - - - - - - label - false - true - - - - - - labelPosition - false - true - - - - - - labelposition - false - true - - - - - - requiredposition - false - true - - - - - - name - false - true - - - - - - required - false - true - - - - - - tabindex - false - true - - - - - - value - false - true - - - - - - onclick - false - true - - - - - - ondblclick - false - true - - - - - - onmousedown - false - true - - - - - - onmouseup - false - true - - - - - - onmouseover - false - true - - - - - - onmousemove - false - true - - - - - - onmouseout - false - true - - - - - - onfocus - false - true - - - - - - onblur - false - true - - - - - - onkeypress - false - true - - - - - - onkeydown - false - true - - - - - - onkeyup - false - true - - - - - - onselect - false - true - - - - - - onchange - false - true - - - - - - accesskey - false - true - - - - - - tooltip - false - true - - - - - - tooltipConfig - false - true - - - - - - id - false - true - - - - - - - - - div - org.apache.struts2.views.jsp.ui.DivTag - JSP - - - - updateFreq - false - true - - - - - - delay - false - true - - - - - - loadingText - false - true - - - - - - listenTopics - false - true - - - - - - theme - false - true - - This tag will usually use the ajax theme.]]> - - - - href - false - true - - - - - - errorText - false - true - - - - - - showErrorTransportText - false - true - - - - - - afterLoading - false - true - - - - - - openTemplate - false - true - - - - - - templateDir - false - true - - - - - - template - false - true - - - - - - cssClass - false - true - - - - - - cssStyle - false - true - - - - - - title - false - true - - - - - - disabled - false - true - - - - - - label - false - true - - - - - - labelPosition - false - true - - - - - - labelposition - false - true - - - - - - requiredposition - false - true - - - - - - name - false - true - - - - - - required - false - true - - - - - - tabindex - false - true - - - - - - value - false - true - - - - - - onclick - false - true - - - - - - ondblclick - false - true - - - - - - onmousedown - false - true - - - - - - onmouseup - false - true - - - - - - onmouseover - false - true - - - - - - onmousemove - false - true - - - - - - onmouseout - false - true - - - - - - onfocus - false - true - - - - - - onblur - false - true - - - - - - onkeypress - false - true - - - - - - onkeydown - false - true - - - - - - onkeyup - false - true - - - - - - onselect - false - true - - - - - - onchange - false - true - - - - - - accesskey - false - true - - - - - - tooltip - false - true - - - - - - tooltipConfig - false - true - - - - - - id - false - true - - - - - - - - - set - org.apache.struts2.views.jsp.SetTag - empty - - - - name - true - true - - value]]> - - - - scope - false - true - - application, session, request, page, or action.]]> - - - - value - false - true - - name]]> - - - - id - false - true - - - - - - - - - checkbox - org.apache.struts2.views.jsp.ui.CheckboxTag - JSP - - - - fieldValue - false - true - - - - - - templateDir - false - true - - - - - - theme - false - true - - - - - - template - false - true - - - - - - cssClass - false - true - - - - - - cssStyle - false - true - - - - - - title - false - true - - - - - - disabled - false - true - - - - - - label - false - true - - - - - - labelPosition - false - true - - - - - - labelposition - false - true - - - - - - requiredposition - false - true - - - - - - name - false - true - - - - - - required - false - true - - - - - - tabindex - false - true - - - - - - value - false - true - - - - - - onclick - false - true - - - - - - ondblclick - false - true - - - - - - onmousedown - false - true - - - - - - onmouseup - false - true - - - - - - onmouseover - false - true - - - - - - onmousemove - false - true - - - - - - onmouseout - false - true - - - - - - onfocus - false - true - - - - - - onblur - false - true - - - - - - onkeypress - false - true - - - - - - onkeydown - false - true - - - - - - onkeyup - false - true - - - - - - onselect - false - true - - - - - - onchange - false - true - - - - - - accesskey - false - true - - - - - - tooltip - false - true - - - - - - tooltipConfig - false - true - - - - - - id - false - true - - - - - - - - - i18n - org.apache.struts2.views.jsp.I18nTag - JSP - - - - name - true - true - - - - - - id - false - true - - - - - - - - - submit - org.apache.struts2.views.jsp.ui.SubmitTag - JSP - - - - resultDivId - false - true - - - - - - onLoadJS - false - true - - - - - - notifyTopics - false - true - - - - - - listenTopics - false - true - - - - - - preInvokeJS - false - true - - - - - - label - false - true - - input type submit, since button text will always be the value parameter. For the type image, alt parameter will be set to this value.]]> - - - - src - false - true - - image type submit button. Will have no effect for types input and button.]]> - - - - action - false - true - - - - - - method - false - true - - - - - - align - false - true - - - - - - type - false - true - - input, button and image.]]> - - - - templateDir - false - true - - - - - - theme - false - true - - - - - - template - false - true - - - - - - cssClass - false - true - - - - - - cssStyle - false - true - - - - - - title - false - true - - - - - - disabled - false - true - - - - - - labelPosition - false - true - - - - - - labelposition - false - true - - - - - - requiredposition - false - true - - - - - - name - false - true - - - - - - required - false - true - - - - - - tabindex - false - true - - - - - - value - false - true - - - - - - onclick - false - true - - - - - - ondblclick - false - true - - - - - - onmousedown - false - true - - - - - - onmouseup - false - true - - - - - - onmouseover - false - true - - - - - - onmousemove - false - true - - - - - - onmouseout - false - true - - - - - - onfocus - false - true - - - - - - onblur - false - true - - - - - - onkeypress - false - true - - - - - - onkeydown - false - true - - - - - - onkeyup - false - true - - - - - - onselect - false - true - - - - - - onchange - false - true - - - - - - accesskey - false - true - - - - - - tooltip - false - true - - - - - - tooltipConfig - false - true - - - - - - id - false - true - - - - - - - - - fielderror - org.apache.struts2.views.jsp.ui.FieldErrorTag - JSP - - - - templateDir - false - true - - - - - - theme - false - true - - - - - - template - false - true - - - - - - cssClass - false - true - - - - - - cssStyle - false - true - - - - - - title - false - true - - - - - - disabled - false - true - - - - - - label - false - true - - - - - - labelPosition - false - true - - - - - - labelposition - false - true - - - - - - requiredposition - false - true - - - - - - name - false - true - - - - - - required - false - true - - - - - - tabindex - false - true - - - - - - value - false - true - - - - - - onclick - false - true - - - - - - ondblclick - false - true - - - - - - onmousedown - false - true - - - - - - onmouseup - false - true - - - - - - onmouseover - false - true - - - - - - onmousemove - false - true - - - - - - onmouseout - false - true - - - - - - onfocus - false - true - - - - - - onblur - false - true - - - - - - onkeypress - false - true - - - - - - onkeydown - false - true - - - - - - onkeyup - false - true - - - - - - onselect - false - true - - - - - - onchange - false - true - - - - - - accesskey - false - true - - - - - - tooltip - false - true - - - - - - tooltipConfig - false - true - - - - - - id - false - true - - - - - - - - - file - org.apache.struts2.views.jsp.ui.FileTag - JSP - - - - accept - false - true - - - - - - size - false - true - - - - - - templateDir - false - true - - - - - - theme - false - true - - - - - - template - false - true - - - - - - cssClass - false - true - - - - - - cssStyle - false - true - - - - - - title - false - true - - - - - - disabled - false - true - - - - - - label - false - true - - - - - - labelPosition - false - true - - - - - - labelposition - false - true - - - - - - requiredposition - false - true - - - - - - name - false - true - - - - - - required - false - true - - - - - - tabindex - false - true - - - - - - value - false - true - - - - - - onclick - false - true - - - - - - ondblclick - false - true - - - - - - onmousedown - false - true - - - - - - onmouseup - false - true - - - - - - onmouseover - false - true - - - - - - onmousemove - false - true - - - - - - onmouseout - false - true - - - - - - onfocus - false - true - - - - - - onblur - false - true - - - - - - onkeypress - false - true - - - - - - onkeydown - false - true - - - - - - onkeyup - false - true - - - - - - onselect - false - true - - - - - - onchange - false - true - - - - - - accesskey - false - true - - - - - - tooltip - false - true - - - - - - tooltipConfig - false - true - - - - - - id - false - true - - - - - - - - - append - org.apache.struts2.views.jsp.iterator.AppendIteratorTag - JSP - - - - id - false - true - - - - - - - - - component - org.apache.struts2.views.jsp.ui.ComponentTag - JSP - - - - templateDir - false - true - - - - - - theme - false - true - - - - - - template - false - true - - - - - - cssClass - false - true - - - - - - cssStyle - false - true - - - - - - title - false - true - - - - - - disabled - false - true - - - - - - label - false - true - - - - - - labelPosition - false - true - - - - - - labelposition - false - true - - - - - - requiredposition - false - true - - - - - - name - false - true - - - - - - required - false - true - - - - - - tabindex - false - true - - - - - - value - false - true - - - - - - onclick - false - true - - - - - - ondblclick - false - true - - - - - - onmousedown - false - true - - - - - - onmouseup - false - true - - - - - - onmouseover - false - true - - - - - - onmousemove - false - true - - - - - - onmouseout - false - true - - - - - - onfocus - false - true - - - - - - onblur - false - true - - - - - - onkeypress - false - true - - - - - - onkeydown - false - true - - - - - - onkeyup - false - true - - - - - - onselect - false - true - - - - - - onchange - false - true - - - - - - accesskey - false - true - - - - - - tooltip - false - true - - - - - - tooltipConfig - false - true - - - - - - id - false - true - - - - - - - - - push - org.apache.struts2.views.jsp.PushTag - JSP - - - - value - true - true - - - - - - id - false - true - - - - - - - - - optgroup - org.apache.struts2.views.jsp.ui.OptGroupTag - JSP - - - - label - false - true - - - - - - disabled - false - true - - - - - - list - false - true - - - - - - listKey - false - true - - - - - - listValue - false - true - - - - - - id - false - true - - - - - - - - - table - org.apache.struts2.views.jsp.ui.table.WebTableTag - JSP - - - - modelName - true - true - - - - - - sortColumn - false - true - - - - - - sortOrder - false - true - - - - - - sortable - false - true - - - - - - templateDir - false - true - - - - - - theme - false - true - - - - - - template - false - true - - - - - - cssClass - false - true - - - - - - cssStyle - false - true - - - - - - title - false - true - - - - - - disabled - false - true - - - - - - label - false - true - - - - - - labelPosition - false - true - - - - - - labelposition - false - true - - - - - - requiredposition - false - true - - - - - - name - false - true - - - - - - required - false - true - - - - - - tabindex - false - true - - - - - - value - false - true - - - - - - onclick - false - true - - - - - - ondblclick - false - true - - - - - - onmousedown - false - true - - - - - - onmouseup - false - true - - - - - - onmouseover - false - true - - - - - - onmousemove - false - true - - - - - - onmouseout - false - true - - - - - - onfocus - false - true - - - - - - onblur - false - true - - - - - - onkeypress - false - true - - - - - - onkeydown - false - true - - - - - - onkeyup - false - true - - - - - - onselect - false - true - - - - - - onchange - false - true - - - - - - accesskey - false - true - - - - - - tooltip - false - true - - - - - - tooltipConfig - false - true - - - - - - id - false - true - - - - - - - - - tree - org.apache.struts2.views.jsp.ui.TreeTag - JSP - - - - toggle - false - true - - - - - - treeSelectedTopic - false - true - - - - - - treeExpandedTopic - false - true - - - - - - treeCollapsedTopic - false - true - - - - - - rootNode - false - true - - - - - - childCollectionProperty - false - true - - - - - - nodeTitleProperty - false - true - - - - - - nodeIdProperty - false - true - - - - - - showRootGrid - false - true - - - - - - blankIconSrc - false - true - - - - - - expandIconSrcMinus - false - true - - - - - - expandIconSrcPlus - false - true - - - - - - gridIconSrcC - false - true - - - - - - gridIconSrcL - false - true - - - - - - gridIconSrcP - false - true - - - - - - gridIconSrcV - false - true - - - - - - gridIconSrcX - false - true - - - - - - gridIconSrcY - false - true - - - - - - iconHeight - false - true - - - - - - iconWidth - false - true - - - - - - templateCssPath - false - true - - - - - - toggleDuration - false - true - - - - - - showGrid - false - true - - - - - - openTemplate - false - true - - - - - - templateDir - false - true - - - - - - theme - false - true - - - - - - template - false - true - - - - - - cssClass - false - true - - - - - - cssStyle - false - true - - - - - - title - false - true - - - - - - disabled - false - true - - - - - - label - false - true - - - - - - labelPosition - false - true - - - - - - labelposition - false - true - - - - - - requiredposition - false - true - - - - - - name - false - true - - - - - - required - false - true - - - - - - tabindex - false - true - - - - - - value - false - true - - - - - - onclick - false - true - - - - - - ondblclick - false - true - - - - - - onmousedown - false - true - - - - - - onmouseup - false - true - - - - - - onmouseover - false - true - - - - - - onmousemove - false - true - - - - - - onmouseout - false - true - - - - - - onfocus - false - true - - - - - - onblur - false - true - - - - - - onkeypress - false - true - - - - - - onkeydown - false - true - - - - - - onkeyup - false - true - - - - - - onselect - false - true - - - - - - onchange - false - true - - - - - - accesskey - false - true - - - - - - tooltip - false - true - - - - - - tooltipConfig - false - true - - - - - - id - false - true - - - - - - - - - textarea - org.apache.struts2.views.jsp.ui.TextareaTag - JSP - - - - cols - false - true - - - - - - readonly - false - true - - - - - - rows - false - true - - - - - - wrap - false - true - - - - - - templateDir - false - true - - - - - - theme - false - true - - - - - - template - false - true - - - - - - cssClass - false - true - - - - - - cssStyle - false - true - - - - - - title - false - true - - - - - - disabled - false - true - - - - - - label - false - true - - - - - - labelPosition - false - true - - - - - - labelposition - false - true - - - - - - requiredposition - false - true - - - - - - name - false - true - - - - - - required - false - true - - - - - - tabindex - false - true - - - - - - value - false - true - - - - - - onclick - false - true - - - - - - ondblclick - false - true - - - - - - onmousedown - false - true - - - - - - onmouseup - false - true - - - - - - onmouseover - false - true - - - - - - onmousemove - false - true - - - - - - onmouseout - false - true - - - - - - onfocus - false - true - - - - - - onblur - false - true - - - - - - onkeypress - false - true - - - - - - onkeydown - false - true - - - - - - onkeyup - false - true - - - - - - onselect - false - true - - - - - - onchange - false - true - - - - - - accesskey - false - true - - - - - - tooltip - false - true - - - - - - tooltipConfig - false - true - - - - - - id - false - true - - - - - - - - - param - org.apache.struts2.views.jsp.ParamTag - JSP - - - - name - false - true - - - - - - value - false - true - - - - - - id - false - true - - - - - - - - - actionmessage - org.apache.struts2.views.jsp.ui.ActionMessageTag - empty - - - - templateDir - false - true - - - - - - theme - false - true - - - - - - template - false - true - - - - - - cssClass - false - true - - - - - - cssStyle - false - true - - - - - - title - false - true - - - - - - disabled - false - true - - - - - - label - false - true - - - - - - labelPosition - false - true - - - - - - labelposition - false - true - - - - - - requiredposition - false - true - - - - - - name - false - true - - - - - - required - false - true - - - - - - tabindex - false - true - - - - - - value - false - true - - - - - - onclick - false - true - - - - - - ondblclick - false - true - - - - - - onmousedown - false - true - - - - - - onmouseup - false - true - - - - - - onmouseover - false - true - - - - - - onmousemove - false - true - - - - - - onmouseout - false - true - - - - - - onfocus - false - true - - - - - - onblur - false - true - - - - - - onkeypress - false - true - - - - - - onkeydown - false - true - - - - - - onkeyup - false - true - - - - - - onselect - false - true - - - - - - onchange - false - true - - - - - - accesskey - false - true - - - - - - tooltip - false - true - - - - - - tooltipConfig - false - true - - - - - - id - false - true - - - - - - - - - select - org.apache.struts2.views.jsp.ui.SelectTag - JSP - - - - emptyOption - false - true - - - - - - headerKey - false - true - - - - - - headerValue - false - true - - - - - - multiple - false - true - - - - - - size - false - true - - - - - - list - true - true - - - - - - listKey - false - true - - - - - - listValue - false - true - - - - - - templateDir - false - true - - - - - - theme - false - true - - - - - - template - false - true - - - - - - cssClass - false - true - - - - - - cssStyle - false - true - - - - - - title - false - true - - - - - - disabled - false - true - - - - - - label - false - true - - - - - - labelPosition - false - true - - - - - - labelposition - false - true - - - - - - requiredposition - false - true - - - - - - name - false - true - - - - - - required - false - true - - - - - - tabindex - false - true - - - - - - value - false - true - - - - - - onclick - false - true - - - - - - ondblclick - false - true - - - - - - onmousedown - false - true - - - - - - onmouseup - false - true - - - - - - onmouseover - false - true - - - - - - onmousemove - false - true - - - - - - onmouseout - false - true - - - - - - onfocus - false - true - - - - - - onblur - false - true - - - - - - onkeypress - false - true - - - - - - onkeydown - false - true - - - - - - onkeyup - false - true - - - - - - onselect - false - true - - - - - - onchange - false - true - - - - - - accesskey - false - true - - - - - - tooltip - false - true - - - - - - tooltipConfig - false - true - - - - - - id - false - true - - - - - - - - - action - org.apache.struts2.views.jsp.ActionTag - JSP - - - - id - false - true - - - - - - name - true - true - - - - - - namespace - false - true - - - - - - executeResult - false - true - - - - - - ignoreContextParams - false - true - - - - - - - - - panel - org.apache.struts2.views.jsp.ui.PanelTag - JSP - - - - tabName - true - true - - - - - - subscribeTopicName - false - true - - - - - - remote - false - true - - - - - - updateFreq - false - true - - - - - - delay - false - true - - - - - - loadingText - false - true - - - - - - listenTopics - false - true - - - - - - theme - false - true - - This tag will usually use the ajax theme.]]> - - - - href - false - true - - - - - - errorText - false - true - - - - - - showErrorTransportText - false - true - - - - - - afterLoading - false - true - - - - - - openTemplate - false - true - - - - - - templateDir - false - true - - - - - - template - false - true - - - - - - cssClass - false - true - - - - - - cssStyle - false - true - - - - - - title - false - true - - - - - - disabled - false - true - - - - - - label - false - true - - - - - - labelPosition - false - true - - - - - - labelposition - false - true - - - - - - requiredposition - false - true - - - - - - name - false - true - - - - - - required - false - true - - - - - - tabindex - false - true - - - - - - value - false - true - - - - - - onclick - false - true - - - - - - ondblclick - false - true - - - - - - onmousedown - false - true - - - - - - onmouseup - false - true - - - - - - onmouseover - false - true - - - - - - onmousemove - false - true - - - - - - onmouseout - false - true - - - - - - onfocus - false - true - - - - - - onblur - false - true - - - - - - onkeypress - false - true - - - - - - onkeydown - false - true - - - - - - onkeyup - false - true - - - - - - onselect - false - true - - - - - - onchange - false - true - - - - - - accesskey - false - true - - - - - - tooltip - false - true - - - - - - tooltipConfig - false - true - - - - - - id - false - true - - - - - - - - - checkboxlist - org.apache.struts2.views.jsp.ui.CheckboxListTag - JSP - - - - list - true - true - - - - - - listKey - false - true - - - - - - listValue - false - true - - - - - - templateDir - false - true - - - - - - theme - false - true - - - - - - template - false - true - - - - - - cssClass - false - true - - - - - - cssStyle - false - true - - - - - - title - false - true - - - - - - disabled - false - true - - - - - - label - false - true - - - - - - labelPosition - false - true - - - - - - labelposition - false - true - - - - - - requiredposition - false - true - - - - - - name - false - true - - - - - - required - false - true - - - - - - tabindex - false - true - - - - - - value - false - true - - - - - - onclick - false - true - - - - - - ondblclick - false - true - - - - - - onmousedown - false - true - - - - - - onmouseup - false - true - - - - - - onmouseover - false - true - - - - - - onmousemove - false - true - - - - - - onmouseout - false - true - - - - - - onfocus - false - true - - - - - - onblur - false - true - - - - - - onkeypress - false - true - - - - - - onkeydown - false - true - - - - - - onkeyup - false - true - - - - - - onselect - false - true - - - - - - onchange - false - true - - - - - - accesskey - false - true - - - - - - tooltip - false - true - - - - - - tooltipConfig - false - true - - - - - - id - false - true - - - - - - - - - form - org.apache.struts2.views.jsp.ui.FormTag - JSP - - - - onsubmit - false - true - - - - - - action - false - true - - - - - - target - false - true - - - - - - enctype - false - true - - - - - - method - false - true - - - - - - namespace - false - true - - - - - - validate - false - true - - - - - - portletMode - false - true - - - - - - windowState - false - true - - - - - - acceptcharset - false - true - - - - - - openTemplate - false - true - - - - - - templateDir - false - true - - - - - - theme - false - true - - - - - - template - false - true - - - - - - cssClass - false - true - - - - - - cssStyle - false - true - - - - - - title - false - true - - - - - - disabled - false - true - - - - - - label - false - true - - - - - - labelPosition - false - true - - - - - - labelposition - false - true - - - - - - requiredposition - false - true - - - - - - name - false - true - - - - - - required - false - true - - - - - - tabindex - false - true - - - - - - value - false - true - - - - - - onclick - false - true - - - - - - ondblclick - false - true - - - - - - onmousedown - false - true - - - - - - onmouseup - false - true - - - - - - onmouseover - false - true - - - - - - onmousemove - false - true - - - - - - onmouseout - false - true - - - - - - onfocus - false - true - - - - - - onblur - false - true - - - - - - onkeypress - false - true - - - - - - onkeydown - false - true - - - - - - onkeyup - false - true - - - - - - onselect - false - true - - - - - - onchange - false - true - - - - - - accesskey - false - true - - - - - - tooltip - false - true - - - - - - tooltipConfig - false - true - - - - - - id - false - true - - - - - - - - - actionerror - org.apache.struts2.views.jsp.ui.ActionErrorTag - empty - - - - templateDir - false - true - - - - - - theme - false - true - - - - - - template - false - true - - - - - - cssClass - false - true - - - - - - cssStyle - false - true - - - - - - title - false - true - - - - - - disabled - false - true - - - - - - label - false - true - - - - - - labelPosition - false - true - - - - - - labelposition - false - true - - - - - - requiredposition - false - true - - - - - - name - false - true - - - - - - required - false - true - - - - - - tabindex - false - true - - - - - - value - false - true - - - - - - onclick - false - true - - - - - - ondblclick - false - true - - - - - - onmousedown - false - true - - - - - - onmouseup - false - true - - - - - - onmouseover - false - true - - - - - - onmousemove - false - true - - - - - - onmouseout - false - true - - - - - - onfocus - false - true - - - - - - onblur - false - true - - - - - - onkeypress - false - true - - - - - - onkeydown - false - true - - - - - - onkeyup - false - true - - - - - - onselect - false - true - - - - - - onchange - false - true - - - - - - accesskey - false - true - - - - - - tooltip - false - true - - - - - - tooltipConfig - false - true - - - - - - id - false - true - - - - - - - - - combobox - org.apache.struts2.views.jsp.ui.ComboBoxTag - JSP - - - - list - true - true - - - - - - emptyOption - false - true - - - - - - headerKey - false - true - - - - - - headerValue - false - true - - - - - - listKey - false - true - - - - - - listValue - false - true - - - - - - maxlength - false - true - - - - - - maxLength - false - true - - - - - - readonly - false - true - - - - - - size - false - true - - - - - - templateDir - false - true - - - - - - theme - false - true - - - - - - template - false - true - - - - - - cssClass - false - true - - - - - - cssStyle - false - true - - - - - - title - false - true - - - - - - disabled - false - true - - - - - - label - false - true - - - - - - labelPosition - false - true - - - - - - labelposition - false - true - - - - - - requiredposition - false - true - - - - - - name - false - true - - - - - - required - false - true - - - - - - tabindex - false - true - - - - - - value - false - true - - - - - - onclick - false - true - - - - - - ondblclick - false - true - - - - - - onmousedown - false - true - - - - - - onmouseup - false - true - - - - - - onmouseover - false - true - - - - - - onmousemove - false - true - - - - - - onmouseout - false - true - - - - - - onfocus - false - true - - - - - - onblur - false - true - - - - - - onkeypress - false - true - - - - - - onkeydown - false - true - - - - - - onkeyup - false - true - - - - - - onselect - false - true - - - - - - onchange - false - true - - - - - - accesskey - false - true - - - - - - tooltip - false - true - - - - - - tooltipConfig - false - true - - - - - - id - false - true - - - - - - - - - optiontransferselect - org.apache.struts2.views.jsp.ui.OptionTransferSelectTag - JSP - - - - addAllToLeftLabel - false - true - - - - - - addAllToRightLabel - false - true - - - - - - addToLeftLabel - false - true - - - - - - addToRightLabel - false - true - - - - - - allowAddAllToLeft - false - true - - - - - - allowAddAllToRight - false - true - - - - - - allowAddToLeft - false - true - - - - - - allowAddToRight - false - true - - - - - - leftTitle - false - true - - - - - - rightTitle - false - true - - - - - - allowSelectAll - false - true - - - - - - selectAllLabel - false - true - - - - - - buttonCssClass - false - true - - - - - - buttonCssStyle - false - true - - - - - - doubleList - true - true - - - - - - doubleListKey - false - true - - - - - - doubleListValue - false - true - - - - - - doubleName - true - true - - - - - - doubleValue - false - true - - - - - - formName - false - true - - - - - - doubleCssClass - false - true - - - - - - doubleCssStyle - false - true - - - - - - doubleHeaderKey - false - true - - - - - - doubleHeaderValue - false - true - - - - - - doubleEmptyOption - false - true - - - - - - doubleDisabled - false - true - - - - - - doubleId - false - true - - - - - - doubleMultiple - false - true - - - - - - doubleOnblur - false - true - - - - - - doubleOnchange - false - true - - - - - - doubleOnclick - false - true - - - - - - doubleOndblclick - false - true - - - - - - doubleOnfocus - false - true - - - - - - doubleOnkeydown - false - true - - - - - - doubleOnkeypress - false - true - - - - - - doubleOnkeyup - false - true - - - - - - doubleOnmousedown - false - true - - - - - - doubleOnmousemove - false - true - - - - - - doubleOnmouseout - false - true - - - - - - doubleOnmouseover - false - true - - - - - - doubleOnmouseup - false - true - - - - - - doubleOnselect - false - true - - - - - - doubleSize - false - true - - - - - - doubleListKey - false - true - - - - - - emptyOption - false - true - - - - - - headerKey - false - true - - - - - - headerValue - false - true - - - - - - multiple - false - true - - - - - - size - false - true - - - - - - doubleAccesskey - false - true - - - - - - list - true - true - - - - - - listKey - false - true - - - - - - listValue - false - true - - - - - - templateDir - false - true - - - - - - theme - false - true - - - - - - template - false - true - - - - - - cssClass - false - true - - - - - - cssStyle - false - true - - - - - - title - false - true - - - - - - disabled - false - true - - - - - - label - false - true - - - - - - labelPosition - false - true - - - - - - labelposition - false - true - - - - - - requiredposition - false - true - - - - - - name - false - true - - - - - - required - false - true - - - - - - tabindex - false - true - - - - - - value - false - true - - - - - - onclick - false - true - - - - - - ondblclick - false - true - - - - - - onmousedown - false - true - - - - - - onmouseup - false - true - - - - - - onmouseover - false - true - - - - - - onmousemove - false - true - - - - - - onmouseout - false - true - - - - - - onfocus - false - true - - - - - - onblur - false - true - - - - - - onkeypress - false - true - - - - - - onkeydown - false - true - - - - - - onkeyup - false - true - - - - - - onselect - false - true - - - - - - onchange - false - true - - - - - - accesskey - false - true - - - - - - tooltip - false - true - - - - - - tooltipConfig - false - true - - - - - - id - false - true - - - - - - - - - property - org.apache.struts2.views.jsp.PropertyTag - empty - - - - default - false - true - - value attribute is null]]> - - - - escape - false - true - - - - - - value - false - true - - - - - - id - false - true - - - - - - - - - hidden - org.apache.struts2.views.jsp.ui.HiddenTag - JSP - - - - templateDir - false - true - - - - - - theme - false - true - - - - - - template - false - true - - - - - - cssClass - false - true - - - - - - cssStyle - false - true - - - - - - title - false - true - - - - - - disabled - false - true - - - - - - label - false - true - - - - - - labelPosition - false - true - - - - - - labelposition - false - true - - - - - - requiredposition - false - true - - - - - - name - false - true - - - - - - required - false - true - - - - - - tabindex - false - true - - - - - - value - false - true - - - - - - onclick - false - true - - - - - - ondblclick - false - true - - - - - - onmousedown - false - true - - - - - - onmouseup - false - true - - - - - - onmouseover - false - true - - - - - - onmousemove - false - true - - - - - - onmouseout - false - true - - - - - - onfocus - false - true - - - - - - onblur - false - true - - - - - - onkeypress - false - true - - - - - - onkeydown - false - true - - - - - - onkeyup - false - true - - - - - - onselect - false - true - - - - - - onchange - false - true - - - - - - accesskey - false - true - - - - - - tooltip - false - true - - - - - - tooltipConfig - false - true - - - - - - id - false - true - - - - - - - - - iterator - org.apache.struts2.views.jsp.IteratorTag - JSP - - - - status - false - true - - - - - - value - false - true - - - - - - id - false - true - - - - - - - - - merge - org.apache.struts2.views.jsp.iterator.MergeIteratorTag - JSP - - - - id - false - true - - - - - - - - - elseif - org.apache.struts2.views.jsp.ElseIfTag - JSP - - - - test - true - true - - - - - - id - false - true - - - - - - - - - radio - org.apache.struts2.views.jsp.ui.RadioTag - JSP - - - - list - true - true - - - - - - listKey - false - true - - - - - - listValue - false - true - - - - - - templateDir - false - true - - - - - - theme - false - true - - - - - - template - false - true - - - - - - cssClass - false - true - - - - - - cssStyle - false - true - - - - - - title - false - true - - - - - - disabled - false - true - - - - - - label - false - true - - - - - - labelPosition - false - true - - - - - - labelposition - false - true - - - - - - requiredposition - false - true - - - - - - name - false - true - - - - - - required - false - true - - - - - - tabindex - false - true - - - - - - value - false - true - - - - - - onclick - false - true - - - - - - ondblclick - false - true - - - - - - onmousedown - false - true - - - - - - onmouseup - false - true - - - - - - onmouseover - false - true - - - - - - onmousemove - false - true - - - - - - onmouseout - false - true - - - - - - onfocus - false - true - - - - - - onblur - false - true - - - - - - onkeypress - false - true - - - - - - onkeydown - false - true - - - - - - onkeyup - false - true - - - - - - onselect - false - true - - - - - - onchange - false - true - - - - - - accesskey - false - true - - - - - - tooltip - false - true - - - - - - tooltipConfig - false - true - - - - - - id - false - true - - - - - - - - - updownselect - org.apache.struts2.views.jsp.ui.UpDownSelectTag - JSP - - - - allowMoveUp - false - true - - - - - - allowMoveDown - false - true - - - - - - allowSelectAll - false - true - - - - - - moveUpLabel - false - true - - - - - - moveDownLabel - false - true - - - - - - selectAllLabel - false - true - - - - - - emptyOption - false - true - - - - - - headerKey - false - true - - - - - - headerValue - false - true - - - - - - multiple - false - true - - - - - - size - false - true - - - - - - list - true - true - - - - - - listKey - false - true - - - - - - listValue - false - true - - - - - - templateDir - false - true - - - - - - theme - false - true - - - - - - template - false - true - - - - - - cssClass - false - true - - - - - - cssStyle - false - true - - - - - - title - false - true - - - - - - disabled - false - true - - - - - - label - false - true - - - - - - labelPosition - false - true - - - - - - labelposition - false - true - - - - - - requiredposition - false - true - - - - - - name - false - true - - - - - - required - false - true - - - - - - tabindex - false - true - - - - - - value - false - true - - - - - - onclick - false - true - - - - - - ondblclick - false - true - - - - - - onmousedown - false - true - - - - - - onmouseup - false - true - - - - - - onmouseover - false - true - - - - - - onmousemove - false - true - - - - - - onmouseout - false - true - - - - - - onfocus - false - true - - - - - - onblur - false - true - - - - - - onkeypress - false - true - - - - - - onkeydown - false - true - - - - - - onkeyup - false - true - - - - - - onselect - false - true - - - - - - onchange - false - true - - - - - - accesskey - false - true - - - - - - tooltip - false - true - - - - - - tooltipConfig - false - true - - - - - - id - false - true - - - - - - - - - a - org.apache.struts2.views.jsp.ui.AnchorTag - JSP - - - - id - false - true - - - - - - notifyTopics - false - true - - - - - - preInvokeJS - false - true - - - - - - theme - false - true - - This tag will usually use the ajax theme.]]> - - - - href - false - true - - - - - - errorText - false - true - - - - - - showErrorTransportText - false - true - - - - - - afterLoading - false - true - - - - - - openTemplate - false - true - - - - - - templateDir - false - true - - - - - - template - false - true - - - - - - cssClass - false - true - - - - - - cssStyle - false - true - - - - - - title - false - true - - - - - - disabled - false - true - - - - - - label - false - true - - - - - - labelPosition - false - true - - - - - - labelposition - false - true - - - - - - requiredposition - false - true - - - - - - name - false - true - - - - - - required - false - true - - - - - - tabindex - false - true - - - - - - value - false - true - - - - - - onclick - false - true - - - - - - ondblclick - false - true - - - - - - onmousedown - false - true - - - - - - onmouseup - false - true - - - - - - onmouseover - false - true - - - - - - onmousemove - false - true - - - - - - onmouseout - false - true - - - - - - onfocus - false - true - - - - - - onblur - false - true - - - - - - onkeypress - false - true - - - - - - onkeydown - false - true - - - - - - onkeyup - false - true - - - - - - onselect - false - true - - - - - - onchange - false - true - - - - - - accesskey - false - true - - - - - - tooltip - false - true - - - - - - tooltipConfig - false - true - - - - - - - - - if - org.apache.struts2.views.jsp.IfTag - JSP - - - - test - true - true - - - - - - id - false - true - - - - - - - - diff --git a/src/site/site.xml b/core/src/site/site.xml similarity index 89% rename from src/site/site.xml rename to core/src/site/site.xml index b1aee0010..8e810af34 100644 --- a/src/site/site.xml +++ b/core/src/site/site.xml @@ -51,6 +51,9 @@ name="Release Notes" href="http://cwiki.apache.org/WW/release-notes-200.html" /> + + + + + +<%@ taglib prefix="s" uri="/struts-tags" %> checked="checked" name="" diff --git a/pom.xml b/pom.xml index c5413cbaa..6fb6c0d3e 100644 --- a/pom.xml +++ b/pom.xml @@ -38,7 +38,7 @@ http://struts.apache.org/struts2 Apache Struts Action Framework 2 - 2006 + 2000