Author: musachy
Date: Thu Feb 15 19:03:30 2007
New Revision: 508293
URL: http://svn.apache.org/viewvc?view=rev&rev=508293
Log:
Remove redundant tag attribute annotation
Modified:
struts/struts2/branches/STRUTS_2_0_X/core/src/main/java/org/apache/struts2/components/DoubleListUIBean.java
struts/struts2/branches/STRUTS_2_0_X/core/src/site/resources/tags/doubleselect.html
struts/struts2/branches/STRUTS_2_0_X/core/src/site/resources/tags/optiontransferselect.html
Modified:
struts/struts2/branches/STRUTS_2_0_X/core/src/main/java/org/apache/struts2/components/DoubleListUIBean.java
URL:
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/core/src/main/java/org/apache/struts2/components/DoubleListUIBean.java?view=diff&rev=508293&r1=508292&r2=508293
==============================================================================
---
struts/struts2/branches/STRUTS_2_0_X/core/src/main/java/org/apache/struts2/components/DoubleListUIBean.java
(original)
+++
struts/struts2/branches/STRUTS_2_0_X/core/src/main/java/org/apache/struts2/components/DoubleListUIBean.java
Thu Feb 15 19:03:30 2007
@@ -514,7 +514,6 @@
return doubleList;
}
- @StrutsTagAttribute(description="Set the list key of the second attribute")
public String getDoubleListKey() {
return doubleListKey;
}
Modified:
struts/struts2/branches/STRUTS_2_0_X/core/src/site/resources/tags/doubleselect.html
URL:
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/core/src/site/resources/tags/doubleselect.html?view=diff&rev=508293&r1=508292&r2=508293
==============================================================================
---
struts/struts2/branches/STRUTS_2_0_X/core/src/site/resources/tags/doubleselect.html
(original)
+++
struts/struts2/branches/STRUTS_2_0_X/core/src/site/resources/tags/doubleselect.html
Thu Feb 15 19:03:30 2007
@@ -137,7 +137,7 @@
<td align="left" valign="top"></td>
<td align="left" valign="top">true</td>
<td align="left"
valign="top">String</td>
- <td align="left" valign="top">Set the
list key of the second attribute</td>
+ <td align="left" valign="top">The key
expression to use for second list</td>
</tr>
<tr>
<td align="left"
valign="top">doubleListValue</td>
Modified:
struts/struts2/branches/STRUTS_2_0_X/core/src/site/resources/tags/optiontransferselect.html
URL:
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/core/src/site/resources/tags/optiontransferselect.html?view=diff&rev=508293&r1=508292&r2=508293
==============================================================================
---
struts/struts2/branches/STRUTS_2_0_X/core/src/site/resources/tags/optiontransferselect.html
(original)
+++
struts/struts2/branches/STRUTS_2_0_X/core/src/site/resources/tags/optiontransferselect.html
Thu Feb 15 19:03:30 2007
@@ -241,7 +241,7 @@
<td align="left" valign="top"></td>
<td align="left" valign="top">true</td>
<td align="left"
valign="top">String</td>
- <td align="left" valign="top">Set the
list key of the second attribute</td>
+ <td align="left" valign="top">The key
expression to use for second list</td>
</tr>
<tr>
<td align="left"
valign="top">doubleListValue</td>