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 |
if u r using eclipse tool how can u debbaging u r application? plz explain with sample code
What is actioninvocation in struts2?
Can we have multiple struts config files ?
What is the use of jsonvalidation?
What is xml based validation in struts2?
What is http redirect?
What is apache struts vulnerability?
What is the configuration files used in struts?
In how many ways duplicate form submission can occurs?
What is the purpose of @conversion?
Can you give an overview of how a struts application flows?
Explain about the future of struts?