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
What is the use of reset method of ActionForm class?
What are the contents on web.xml in struts application ?
How to override the default error message that can come during file uploading process?
What is struts.devmode?
What do you know about validation plugin ?
What is the purpose of @typeconversion annotation annotation?
How do struts work?
Is there a particularly good ide to use with struts?
Explain the necessity of empty tag?
What’s the difference between validation.xml and validator-rules.xml files in struts validation framework?
Can we have more than one struts-config.xml file for a single struts application?
Can you explain the directory structure for a struts folder in brief ?
What is struts 2 framework in java?
What are result types in struts?
What is DynaActionForm?