what are the type of forward class in Struts?
Answers were Sorted based on User's Feedback
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 |
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 |
Can we have multiple struts-config files in a single web app? If yes why should we have them? Will multiple copies make any impact on performance?
How does struts work?
How to work with error tags?
What are struts in java?
What is the flow of requests in struts based applications?
What is apache struts cve 2017 5638?
What is the purpose of @keyproperty annotation annotation?
What is used to display the intermediate result in an interceptor?
Name some of the features of struts2?
where you will implement the tiles in struts?
How does one create an action in struts 2?
Hai all.Can i develope Struts action class without execute(-,- ,-,-)method.Ifd it's possible plz provide some sample code.