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 the role of action class in struts?
How to use forward action to restrict a strut application to mvc?
What is the difference between struts and spring?
What configurations are stored in struts configuration file ?
What design patterns are used in struts?
How to handle exceptions in structs?
What are the core classes of the struts framework?
What are the bundled validators?
Which configuration file is used for storing jsp configuration information in struts?
What is the purpose of action-mappings tag in struct-config.xml?
How you will enable front-end validation based on the xml in validation.xml?
How can we work with error tags?
What is the purpose of execute() method?
Which class is the Front Controller in Struts2?
How do you convert struts to springs?