mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
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:
@@ -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
Reference in New Issue
Block a user