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 does validation interceptor?

0 Answers  


collection framework hirarchy?

5 Answers  


What is lookupdispatchaction?

0 Answers  


what are tiles in struts?

3 Answers   Wipro,


Which technologies can be used at view layer in struts?

0 Answers  


Can we write our own ActionServlet for front controller of Struts Applications?

2 Answers   NIIT,


What is struts framework?

0 Answers  


What is role of actionservlet?

0 Answers  


How many struts config file in a struts application?

0 Answers  


explain the struts-configuration file?

3 Answers   TCS, Zoho,


How many servlet controllers are used in a Struts Application?

0 Answers  


where you will implement the tiles in struts?

2 Answers   Wipro,


Categories