1.can we transfer a request from one struts application to another struts application?
2. how many types of action servlets r there what r they
is it necessary to write struts-confing.xml ,what tags are important in that xml file?
Can we have multiple struts config files in a single web app?
Difference between html tags and struts specific html tags
What is the difference between struts1 and struts2?
Explain about the library tag?
Describe validate() and reset() methods.
Which components are available using actioncontext map?
What are the components of struts?
How Struts internally works? For Example if we type the URL "/login.do" how the process goes internaly? How the struts-config.xml loaded?
What is the forward action utilized for?
What is the purpose of @doublerangefieldvalidator annotation?
What is DynaActionForm?