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 are the benefits of Interceptors in Struts2?
What is the purpose of @validations annotation?
How many servlet controllers are used in a Struts Application?
What inbuilt themes are provided by struts2?
What are the action classes in struts?
Which configuration file is used for storing jsp configuration information in struts?
Are the struts tags xhtml compliant ?
What is difference between interceptors and filters?
What is the purpose of execute method of action class?
How does interceptor work in struts2?
What is execute method in struts?
What is the difference between requestaware and servletrequestaware interface?
What are the different kinds of actions in struts?
Can you explain struts validator framework?
What do struts do?