WW-1914 attribute tabindex does not get rendered for submit tag

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@537471 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Musachy Barroso
2007-05-12 15:55:53 +00:00
parent bf2301aad5
commit cb76c34455
3 changed files with 4 additions and 0 deletions
@@ -48,6 +48,7 @@ public class SubmitAjaxTest extends AbstractUITagTest {
tag.setHighlightDuration("o");
tag.setValidate("true");
tag.setAjaxAfterValidation("true");
tag.setTabindex("1");
tag.doStartTag();
tag.doEndTag();
@@ -76,6 +77,7 @@ public class SubmitAjaxTest extends AbstractUITagTest {
tag.setIndicator("l");
tag.setErrorNotifyTopics("m");
tag.setValidate("true");
tag.setTabindex("1");
tag.doStartTag();
tag.doEndTag();
@@ -6,6 +6,7 @@
validate="true"
ajaxAfterValidation="true"
id="a"
tabindex="1"
label="i"
href="b"
loadingText="c"
@@ -3,6 +3,7 @@
dojoType="struts:Bind"
events="onclick"
id="a"
tabindex="1"
label="i"
href="b"
loadingText="c"