From df14a287d09d0f0bdca779b7299f80c33e1b8ea3 Mon Sep 17 00:00:00 2001 From: Musachy Barroso Date: Fri, 23 Feb 2007 02:40:03 +0000 Subject: [PATCH] =?UTF-8?q?WW-1763:=20autocompleter=20tag=20isn=C2=B4t=20p?= =?UTF-8?q?resent=20in=20the=20documentation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/branches/STRUTS_2_0_X@510770 13f79535-47bb-0310-9956-ffa450edef68 --- .../struts2/components/Autocompleter.java | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/core/src/main/java/org/apache/struts2/components/Autocompleter.java b/core/src/main/java/org/apache/struts2/components/Autocompleter.java index 85c5ee38e..70fed88d7 100644 --- a/core/src/main/java/org/apache/struts2/components/Autocompleter.java +++ b/core/src/main/java/org/apache/struts2/components/Autocompleter.java @@ -29,9 +29,11 @@ import org.apache.struts2.views.annotations.StrutsTagAttribute; import com.opensymphony.xwork2.util.ValueStack; /** + * *

The autocomplete tag is a combobox that can autocomplete text entered on the input box. * When used on the "simple" theme, the autocompleter can be used like the ComboBox. * When used on the "ajax" theme, the list can be retieved from an action.

+ * * * THE FOLLOWING IS ONLY VALID WHEN AJAX IS CONFIGURED *