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 purpose of @beforeresult?
Which configuration files are used in struts?
Which file is used by controller to get mapping information for request routing?
Are struts thread safe?
What do you know about validation plugin ?
Is struts action class singleton?
Explain about the validation steps which have to be carried during validation of client-side address?
What is Struts2?
How does one create an action in struts 2?
How do I access token?
What is difference between perform() used in struts1.0 and execute() used in 1.1 ?
Is struts 1 still supported?