Struts2 Tags

Apache Struts is an open-source framework used to develop Java web applications.

Struts2 Tags

Struts2 Tags

       

 

Apache Struts is an open-source framework used to develop Java web applications. In this section, struts 2 form tags (UItags) will be discussed and the rest will be included in the subsequent issues of the magazine. Just download the zip file ?struts2UIformtags.zip? from any link given below of each page of this article, unzip it and copy this application to the webapps directory of Tomcat. Start tomcat and write http:// localhost:8080/ truts2UIformtags/ index.jsp to the address bar.

 

  1. Auto Completer Example
    The autocompleter tag always displays a dropdown list with the options that have at least a partial match with entered text in the textbox. If the user clicks on the dropdown button then all options are shown in the dropdown list. The autocompleter tag generates two input fields.

 

Now, read more information at:

http://www.javajazzup.com/issue8/page37.shtml