Back Forward autoComplete JavaServer Page tag

JavaServer Pages tags

Advanced featureUse the autoComplete tag to present a drop-down list of candidate text values that a user can select from for an input text box. The text values can be produced by an activity or can be on a clipboard page.

At runtime, the Autocomplete icon indicates that the field is supported by an autocomplete tag.

NoteThe standard control AutoComplete incorporates an autoComplete JSP tag, and allows you to set most attributes of the autoComplete and acDataSource JSP tags as parameters. Enter an autoComplete JSP tag into hand-crafted HTML code only in special situations where the standard control does not meet your needs.

Related topics How stream processing works
acDataSource JSP tag
Harness and Section forms — Adding an Autocomplete field

UpJavaServer Pages tags