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 action classes in struts?
What is the difference between struts and spring? Explain
What are the applications of struts?
What’s the utilization of struts.xml configuration file?
What is the use of execAndWait interceptor?
What is the life cycle of actionform?
What is the role of action class?
How are interceptors and servlet filters different?
What is the differences between struts1 and struts2?
Can you explain aware interfaces in struts2?
What is the purpose of @createifnull annotation annotation?
what is meant by Struts Validator Framework?
Are the struts tags xhtml compliant ?
What is struts? Explain
Can we handle exceptions in Struts programmatically?