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 ForwardAction and IncludeAction in struts?
How do u provide security to ur project?(Banking domain project)
session menagement in servlets explaion briefly?
How is the mvc design pattern used in struts framework?
What is strut web xml?
What are the conditions for actionform to work correctly?
how to create a search field in struts.with code
Hi i am murali.i need a excellent answer for the question Tell me about project and project flow ? i mean it is use full to any project,it is on STRUTS
What are the different kinds of actions in struts?
What is http redirect?
What is struts and why it is used?
Whats the difference between the default namespace and the root namespace?