Answer Posted / kartheeswari
Tiles is a templating sub framework in struts. By using
this, we can create a web application with same look for
all the web pages with the reusable contents.No need to
write the same code for getting the same look for all the
pages.To do this it must be configured the <plug-in> tag in
struts-config.xml file.
Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is strut web xml?
Explain about token feature in struts?
What are the steps required for setting up validator framework in struts?
What's mvc pattern ?
What do you mean by tiles in struts?
Which design pattern is implemented by Struts2 interceptors?
How many servlet controllers are used in a Struts Application?
What is the significance of logic tags in Struts?
What do struts do?
Explain about struts relation to html tags?
What are action classes in struts?
What are the aware interfaces in struts2?
When should we use SwtichAction?
If the framework doesn’t do what I want, can I request that a feature be added?
How do you convert struts to springs?