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

Name the different types of actions found in struts.

0 Answers  


How we can controlled duplicate form submission in struts?

0 Answers  


How can link tag’s action attribute be used?

0 Answers  


In struts how to use regurlar formbeans using validation framework explain?

1 Answers   TCS,


How to display validation errors on jsp page?

0 Answers  






What is includeaction?

0 Answers  


how will you view ur jsp page to the client by using properties file?

2 Answers   Wipro,


What is the purpose of @key?

0 Answers  


What is Request Dispatcher and What is reuest Processor??

2 Answers  


What is the purpose of @results annotation?

0 Answers  


What do you mean by a custom tag?

0 Answers  


What is the use of ActionErrors in Struts?

2 Answers   HCL, TCS,


Categories