What do you mean by tiles in struts?
Answer / Reena
Tiles is a module of the Apache Struts framework that allows for the separation of concerns between the layout and content of a web page. Tiles provides a way to reuse common parts of a web application, such as headers, footers, and navigation menus, across multiple pages. This improves maintainability and promotes consistency in the application's user interface.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can we have different controllers in one struts app?
drawback of Validation Framework where and how to write the connection pool object in the programe how to debug the programe and application in struts without using eclips
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?
Is form beans are serializable or not?
11 Answers College School Exams Tests, Magna Infotech,
How can we write our own interceptor and map it for action?
What is meant by portals???
Why is action servlet a singleton in struts?
is it necessary to write struts-confing.xml ,what tags are important in that xml file?
In ActionClass we can use only one action i.e execute(), but in DispatchAction we can use multiple actions.My question is , we can use multiple actions in Action class if(action.equals("add") if(action.equals("update"). Then when to use Action and DispatchAction which is frequently in webapplications.
What is apache struts vulnerability?
What are the two different types of validations that the validator framework supports?
What is declarative exception handling in struts?