Can we write Structs application without using Action Class
directly or indirectly(extends Action class)

Answers were Sorted based on User's Feedback



Can we write Structs application without using Action Class directly or indirectly(extends Action ..

Answer / naveen kumar t

No we cannot . since action servlet is the controller in
struts application which is the super class of Action Class.

Is This Answer Correct ?    10 Yes 3 No

Can we write Structs application without using Action Class directly or indirectly(extends Action ..

Answer / suman rumalla

no

Is This Answer Correct ?    4 Yes 1 No

Can we write Structs application without using Action Class directly or indirectly(extends Action ..

Answer / 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

Can we write Structs application without using Action Class directly or indirectly(extends Action ..

Answer / akhilesh

Since all Action classes like
ForwardAction,IncludeAction,DispatchAction are sub classes
of Action class so in struts1.1 its not possible but Struts2
Action class has obsolete so we can..

Is This Answer Correct ?    1 Yes 0 No

Can we write Structs application without using Action Class directly or indirectly(extends Action ..

Answer / raja

Nio We cannot write

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Struts Interview Questions

Does Struts2 action and interceptors are thread safe?

0 Answers  


What is the use of jsonvalidation?

0 Answers  


What is the purpose of @element annotation annotation?

0 Answers  


How to handle exceptions in structs?

0 Answers  


when we enter the data in the form how it is stored in formbean class setter and getter methods?

1 Answers   TCS, Wipro,


What types of validations are available in xml based validation in struts2?

0 Answers  


What is difference between perform() used in struts1.0 and execute() used in 1.1 ?

3 Answers   Infotech,


what is the difference between page and pageContext implicit variables

2 Answers   Yash Technologies,


Is struts 1 still supported?

0 Answers  


Can you explain custom tag?

0 Answers  


What is action support class in struts2?

0 Answers  


How nested beans can be used in Struts applications?

0 Answers  


Categories