where you will implement the tiles in struts?
Answers were Sorted based on User's Feedback
Answer / 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 |
What does validation interceptor?
collection framework hirarchy?
What is lookupdispatchaction?
what are tiles in struts?
Which technologies can be used at view layer in struts?
Can we write our own ActionServlet for front controller of Struts Applications?
What is struts framework?
What is role of actionservlet?
How many struts config file in a struts application?
explain the struts-configuration file?
How many servlet controllers are used in a Struts Application?
where you will implement the tiles in struts?