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 |
Do you need an alignment after replacing struts?
What is apache struts cve 2017 5638?
How an actionform bean is created?
Which configuration files are used in struts?
How is declarative handling of exceptions done in struts ?
how canu done chechin and check out of u r project using with sample examples?
Which design pattern the interceptors in struts2 is based on?
What is the purpose of @element annotation annotation?
Which file is used by controller to get mapping information for request routing?
how does request processor relates to action mapping?
Where can i get jar file for use the struts-tags in struts2?
What is the use of jsonvalidation?