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 different ways to create Action classes in Struts2?
What inbuilt themes are provided by struts2?
What is struts2 framework?
Describe the two types of formbeans.
What is the difference between session scope and request scope when saving formbean ?
what is ACID test for fresh engineers??what is the pattern??
What is difference between interceptors and filters?
When do I need “struts.jar” on my classpath?
What is struts-default package and what are it’s benefits?
What is struts2 namespace?
What does apache struts do?
Can we use struts and spring together?
What is the difference in using Action interface and ActionSupport class for our action classes, which one you would prefer?
What is the role of action class?
How can duplicate form submission be handled in struts 2?