Answer Posted / venu
Struts Frame work has the follwing components:-
1.ActionServlet
2.web.xml
3.jsp
4.FormBeans(ActionForm)
5.struts-config.xml
6.ActionSub class(Action class)
7.ActionForward
Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Explain about logic match tag?
What’s the utilization of struts.xml configuration file?
What kind of mvc is struts 2?
What does apache struts do?
What is the purpose of @requiredstringvalidator?
What is the use of namespace in action mapping in Struts2?
Name the different types of actions found in struts.
What configuration changes are required to use resource files in Struts?
What is interceptor? And life cycle methods of interceptor?
How can we display all validation errors to user on jsp page?
How many servlet controllers are used in a Struts Application?
How do u provide security to ur project?(Banking domain project)
What are the various struts tag libraries?
Is struts mvc framework?
How is declarative handling of exceptions done in struts ?