whats is mean by tiles in struts
Answers were Sorted based on User's Feedback
Tiles is view frame work,that enable us for easy generation of
views.
generally view contains header,body,footer.
for most of views header,footer are common,we can design
them separately,and we insert them in view by using tiles tags.
if we want to change footer and header of view ,we don't
need to change in each and every page,this is advantage of tiles
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / gangadhar m
Tiles is addon F/W in struts F/W it is used to implement
the CompositeView Design Patern by following MVC principle.
and the what the above answer also.
if any doubts feel free to mail me.
metari.gangadhar@gmail.com.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is DGC?
How u validate date in DD/MM/YY format. and how u validate money in ur jsp
3 Answers Ashok Leyland, Satyam, Tech Mahindra, Tomax,
What is source and listener?
What is rmic?
What is a class loader? What are the different class loaders used by jvm?
when we applied start()method on a thread ,how does it know that to execute run()method on that object?
Do I have to use jsps with my application?
What state does a thread enter when it terminates its processing?
iam writing the contents to a excel through I/O i am putting first statement as WRITE and then READ(from excel) immediately..later user complains that he is not getting the date by using READ ..wat could be the situation
which book is better for jdbc ,servlets and jsp
difference between Abstract and Interface?
Which textcomponent method is used to set a textcomponent to the read-only state?