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

Where can I get help with struts?

0 Answers  


In strurt why w use two differnt files web.xml and strut config.xml?

2 Answers  


What applications use apache struts?

0 Answers  


What are the benefits of Interceptors in Struts2?

0 Answers  


Why it called struts?

0 Answers  






What is the purpose of @doublerangefieldvalidator annotation?

0 Answers  


struts is thread safe or not ?give me answer as early as possible

5 Answers  


how the error can be showed in the jsp page in struts?

3 Answers   Wipro,


How is declarative handling of exceptions done in struts ?

0 Answers  


What is the purpose of @keyproperty annotation annotation?

0 Answers  


can anybody tell.what is the difference between Forward Action and Action Forward?

2 Answers   Polaris, TCS,


What is life cycle of an interceptor?

0 Answers  


Categories