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 role of action class?
What is the use of interceptor?
What is the difference between struts1 and struts2?
Can you explain custom tag?
Explain design patterns which is used in struts?
What is action class?
What is actionform in struts?
What is the purpose of global-forwards tag in struct-config.xml?
What’s the utilization of resource bundle properties file in struts validation structure?
What are the reasons for an error message not being displayed while developing struts application?
What design patterns are used in struts?
What are the features of struts 2?
How to convert struts to spring mvc?
What is the apache struts vulnerability?
Explain the difference between plain-validator and field-validator in struts?