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 |
Which class of struts is responsible to converts data types from string and vice versa?
what happen if the private constructor is written in a claass
What is the differences between struts1 and struts2?
What is the use of jsonvalidation in struts?
Which interceptor is responsible for mapping request parameters to action class Java Bean properties?
is it possible to see actionservlet in my system. if yes how
What is the purpose of form-be tag in struct-config.xml?
How to work with error tags?
Can we use struts and spring together?
What is purpose of execandwait interceptor?
Do you need an alignment after replacing struts?
Can explain about the validations and in your project where did u used the validations?