Adding updownselect tag to taglib

WW-1392


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@493655 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald J. Brown
2007-01-07 05:48:17 +00:00
parent 3167fd35e2
commit f979c8f0aa
2 changed files with 692 additions and 402 deletions
@@ -77,6 +77,8 @@ import com.opensymphony.xwork2.util.ValueStack;
* @s.tag name="updownselect" tld-body-content="JSP" tld-tag-class="org.apache.struts2.views.jsp.ui.UpDownSelectTag"
* description="Render a up down select element"
*/
@StrutsTag(name="updownselect", tldTagClass="org.apache.struts2.views.jsp.ui.UpDownSelectTag",
description="Create a Select component with buttons to move the elements in the select component up and down")
public class UpDownSelect extends Select {
private static final Log _log = LogFactory.getLog(UpDownSelect.class);
File diff suppressed because it is too large Load Diff