what are tiles in struts?

Answers were Sorted based on User's Feedback



what are tiles in struts? ..

Answer / sainagaraju

Tiles are one type of plugin. this is mainly used for to
divide the Browser document into number of tiles if an
application has to use different presentation for a
particular tile we will use the definitions used in struts
config.xml, where we declare the definitions of tile input
messages

Is This Answer Correct ?    5 Yes 0 No

what are tiles in struts? ..

Answer / shinde

Tiles is a plugin in struts.
Where you can give alias for different jsp's.
It works similar to include tag in jsp.
In tiles you can mention what should be a header a footer and content etc.. for a particular page.
The alias can be called from struts config file.
Eg:
If you have an Index page and you have want to include header and a footer in the jsp,
you can do it by using the include tag
orelse you can create an alias for index.jsp in tiles
(eg: index.page) and define the header and footer for that particular page in tiles.
In struts config, instead of forwarding to index.jsp, forward it to index.page.
The difference would be, forwarding to index.jsp, wont contain header and footer, where as forward to index.page
will have header and footer.

Is This Answer Correct ?    0 Yes 0 No

what are tiles in struts? ..

Answer / venkateswara reddy

This is difference b/n Struts1.0 and Struts1.1
U cant find the tiles in Struts1.0,But u can find the tiles
in struts1.1
This is used for better presentation

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More Struts Interview Questions

What is the use of jsonvalidation in struts?

0 Answers  


Explain integrate log4j in struts2 application?

0 Answers  


when we enter the data in the form how it is stored in formbean class setter and getter methods?

1 Answers   TCS, Wipro,


How is the mvc design pattern used in struts framework?

0 Answers  


how to implement singletun design patteren in struts?

5 Answers   HCL,


What is the procedure of operation of a form tag?

0 Answers  


How does one create an action in struts 2?

0 Answers  


What is the use of namespace in action mapping in Struts2?

0 Answers  


What are the classes used as part of struts framework ?

0 Answers  


What does modeldriven interceptor?

0 Answers  


What do you mean by the abstract package in struts2, and what is its utilization?

0 Answers  


what is the difference between SAX Parser and DOM Parser??

14 Answers   Cap Gemini, Goldman Sachs, HCL, Hidden Brains, HP,


Categories