For easy creation of user interfaces,struts provides the HTML tag
library .For the development of user interfaces,in this lesson I will show you what all Struts HTML
Tags are available to JSP.
At first we have to include following line in
our JSP file to use the Struts HTML Tags :
Tag creates list box
on the form. The property selectBox must be an array of supported
data-types, and the user may select several entries. Use <html:options>
to specify the entries.
Tag is used to create
the HTML Form for posting the data on the server.
<html:base/>
Tag generates the
base tag. <BASE ...> tells the browser to
pretend that the current page is located at some URL other than where
the browser found it.Any relative reference will be calculated from the
URL given by <BASE HREF="..."> instead of the
actual URL. <BASE ...> goes in the
<HEAD> section.
<html:html>
Tag renders an HTML
<html> Element.
In the Address.jsp which is in previour page we have used some of above tags
Share And Enjoy:These icons link to social bookmarking sites where readers can share and discover new web pages.
Keywords:
struts html tags,struts tags html,struts web xml,struts html tag,jsp tags,html reference,java tags,html list,struts tutorial,html tutorial,java struts,struts logic tags,jsf html tags,struts examples,struts nested tags,struts html form,struts example