mirror of
https://github.com/apache/struts.git
synced 2026-08-07 15:46:57 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user