where you will implement the tiles in struts?
Answer Posted / kanagaraj
we need to add struts-tiles.tld and the following
Tilesplugin to the struts-config.xml file
<plug-in className="org.apache.struts.tiles.TilesPlugin">
<set-property property="definitions-config"
value="/WEB-INF/tiles-defs.xml" />
<set-property property="moduleAware" value="true" />
</plug-in>
And we need to mention the header,footer,body,and leftmenu
in the tiles-defs.xml.
Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
Which library is provided by struts for form elements like check boxes, text boxes etc?
What is action support class in struts2?
What are the ways in which duplicate form submission can occur?
What is role of actionservlet?
What is the purpose of constant tag in struts.xml?
Explain the complete struts validator framework.
How can we integrate log4j in Struts2 application?
What are interceptors in struts 2?
What is apache struts framework?
How do I install struts?
What is the purpose of @validations annotation?
What are disadvantages of Struts?
What does apache struts do?
How does struts work?
Which servlet does the struts framework use?