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 is jakarta struts framework?
why do we typecast ActionForm into our plain java bean class in Action class? What is the reason?
What is the difference between validation.xml and validator-rules.xml files in struts validation framework?
what is use of assert keyword in java..?
What is the use of token interceptor in Struts2?
What is the purpose of action tag in struts.xml?
List some bundled validators?
What is the purpose of @key annotation annotation?
What is the design role played by struts?
What do struts do?
What is the main difference between Mvc1 and Mvc2 Architecture??
7 Answers IBM, Ness Technologies,
what are the struts tags?