what are the type of forward class in Struts?

Answers were Sorted based on User's Feedback



what are the type of forward class in Struts?..

Answer / satya

Actually in struts frame work There are 2 types of forward
method r there.
1.Local forward()
2.Global forward()

Is This Answer Correct ?    8 Yes 1 No

what are the type of forward class in Struts?..

Answer / jagz

ActionForward

Is This Answer Correct ?    4 Yes 0 No

what are the type of forward class in Struts?..

Answer / sreedhar m

ActionForward.

Is This Answer Correct ?    4 Yes 1 No

what are the type of forward class in Struts?..

Answer / mani

In Struts1.x there are two forward class
local forward
global forward

The forwards which are visible to only one action class is
called local forward

Global forwards which are visible to all action class is
called global forwards

Is This Answer Correct ?    0 Yes 0 No

what are the type of forward class in Struts?..

Answer / prathap reddy.g

only actionForward is there

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Struts Interview Questions

What is the apache struts vulnerability?

0 Answers  


Are struts still used?

0 Answers  


How data transfered from one formbean to another formbean?

4 Answers  


Why are struts tightly coupled?

0 Answers  


Where can i get jar file for use the struts-tags in struts2?

2 Answers  






What is struts2 namespace?

0 Answers  


Which library is provided by struts for form elements like check boxes, text boxes etc?

0 Answers  


Which interceptor is responsible for i18n support?

0 Answers  


How many struts config file in a struts application?

0 Answers  


What is the front controller in struts2?

0 Answers  


Give an example of validates method used to avoid errors.

0 Answers  


How does one create an action in struts 2?

0 Answers  


Categories