Skip to content

Commit

Permalink
WW-3842: The OptionTransferSelect tag doesn't recognize the attribut…
Browse files Browse the repository at this point in the history
…e doubleOnmouseup and doubleOnmouseover

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1351491 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
jogep committed Jun 18, 2012
1 parent 6f76303 commit 803b1b3
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -214,11 +214,14 @@
onmousedown="${parameters.doubleOnmousedown?html}"
</#if><#t/>
<#if parameters.doubleOnmouseup??><#t/>
onmouseup="${parameters.doubleMnmouseup?html}"
onmouseup="${parameters.doubleOnmouseup?html}"
</#if><#t/>
<#if parameters.doubleOnmousemove??><#t/>
onmousemove="${parameters.doubleOnmousemove?html}"
</#if><#t/>
<#if parameters.doubleOnmouseover??><#t/>
onmouseover="${parameters.doubleOnmouseover?html}"
</#if><#t/>
<#if parameters.doubleOnmouseout??><#t/>
onmouseout="${parameters.doubleOnmouseout?html}"
</#if><#t/>
Expand Down

0 comments on commit 803b1b3

Please sign in to comment.