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
Explain struts.devmode?
What is apache struts framework?
Why are springs better than struts?
What is struts?
How we can controlled duplicate form submission in struts?
Describe the mvc on struts?
Can you explain struts.properties in struts2?
How client side validation is enabled on a jsp form?
how to develop the submit and search operations in single jsp using struts?
What is the difference between empty default namespace and root namespace?
What applications use apache struts?
What is the struts in java?
What is difference between spring and struts?
What do you mean by action errors and what are the results they force?
Why aren’t the struts tags maintained as part of the jakarta taglibs project ?