Can we write Structs application without using Action Class
directly or indirectly(extends Action class)
Answer Posted / deepthi
yes we can write a struts application without using Action
class in struts 2.0.In struts 1.2 it is not possible because
it is API dependendent.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is actionservlet?
What is the purpose of @createifnull annotation annotation?
What is the purpose of @result annotation?
What is the difference in using Action interface and ActionSupport class for our action classes, which one you would prefer?
What is the purpose of @urlvalidator annotation?
What's mvc pattern ?
What does apache struts do?
How can we handle exceptions thrown by application in Struts2?
What are the some useful annotations introduced in struts2?
What is difference between lookupdispatchaction and dispatchaction?
Is Struts Framework part of J2EE?
What are the major differences between html tags and strut specific html tags?
How interceptor works in struts 2?
What are the two scope types for formbeans?
What is execute method in struts?