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 the use of execAndWait interceptor?
What is the purpose of @keyproperty annotation annotation?
What is Model 1 and Model 2?
How Struts will follow the MVC?
Why use spring, if you are already using struts?
What is struts-default package and what are it’s benefits?
where you store password in banking project
In how many ways duplicate form submission can occurs?
What is difference between interceptors and filters?
Explain about the process of functioning of the struts program?
What are the major differences between html tags and strut specific html tags?
who will run the execute method in struts?