How Struts internally works? For Example if we type the URL "/login.do" how the process goes internaly? How the struts-config.xml loaded?
1 4994
Which file is used by controller to get mapping information for request routing?
What is the role of action class in struts?
What is the use of jsonvalidation in struts?
What is the difference between empty default namespace and root namespace?
How can we write our own interceptor and map it for action?
How many Action classes have been used in your project? Differences between struts 1.1 and 1.3?
Name some useful annotations introduced in Struts2?
Where should struts xml be placed?
Why aren’t the struts tags maintained as part of the jakarta taglibs project ?
How can link tag’s action attribute be used?
What is apache struts used for?
How to get data from the velocity page in a action class?
How you will make available any message resources definitions file to the struts framework environment?
List some struts tag libraries?
Why do we need struts?