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
Describe validate() and reset() methods.
What are different ways to create Action classes in Struts2?
Can you explain aware interfaces in struts2?
Why do we use struts?
What is difference between interceptors and filters?
What are the classes used in struts?
What is strut action mapping?
What is the difference between forwardaction and includeaction?
What is struts and why it is used?
What are action errors and error and what are the consequences they impose?
What are the struts2 configuration properties that control file uploading process?
How do I install struts?
How we can configured action mapping in struts?
Give an alternative way to protect jsp’s with not much features from direct access.
Does Struts2 action and interceptors are thread safe?