where you will implement the tiles in struts?

Answers were Sorted based on User's Feedback



where you will implement the tiles in struts?..

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

where you will implement the tiles in struts?..

Answer / ?

?

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Struts Interview Questions

What steps are required to for an application migration from Struts1 to Struts2?

0 Answers  


how to debug struts project in netbean ?

0 Answers  


What is the purpose of @results?

0 Answers  


when connecting with the database,if database server is down,ho can we handle this exception in struts,how can we send error message to the user?

4 Answers   Wipro,


how to develop the submit and search operations in single jsp using struts?

0 Answers   Wipro,






What is includeaction?

0 Answers  


How to set email notification using struts.Plz give the example code?

5 Answers   HCL,


What is action chaining ?

0 Answers  


how to write my own Action servlet by extending pre-defined Action servlet in struts config.

2 Answers   Sony,


What is filter dispatcher in struts?

0 Answers  


we have 7 jsp pages .At last page we have a submit button when we click it it will store all jsps data which we provide will store into database. when we starting providing data in jsp pages when we are at 3rd jsp at that time sessions timeout where the data will be store which we r provide in last two jsps?

2 Answers  


Does apache tomcat use struts?

0 Answers  


Categories