1.

What Are Tag Libraries Provided With Struts?

Answer»

Struts PROVIDES a number of tag libraries that helps to create view COMPONENTS easily. These tag libraries are:
a) Bean Tags: Bean Tags are used to access the BEANS and their PROPERTIES.
b) HTML Tags: HTML Tags provides tags for creating the view components LIKE forms, buttons, etc..
c) Logic Tags: Logic Tags provides presentation logics that eliminate the need for scriptlets.
d) Nested Tags: Nested Tags helps to work with the nested context.

Struts provides a number of tag libraries that helps to create view components easily. These tag libraries are:
a) Bean Tags: Bean Tags are used to access the beans and their properties.
b) HTML Tags: HTML Tags provides tags for creating the view components like forms, buttons, etc..
c) Logic Tags: Logic Tags provides presentation logics that eliminate the need for scriptlets.
d) Nested Tags: Nested Tags helps to work with the nested context.



Discussion

No Comment Found