what is struts-config-xml?and its use?
Answers were Sorted based on User's Feedback
Answer / payel
struts-conig.xml is used for
1. defining form bean (which holds the data)
2. define action mappting ( which action is to be called)
| Is This Answer Correct ? | 10 Yes | 5 No |
Answer / dipesh
our web.xml route the request to struts-config.xml..here we
write about form name & action mapping ...
| Is This Answer Correct ? | 3 Yes | 3 No |
Answer / anshuman mishra
struts-config.xml defines the number of action path used and
the mappings associated with the form beans.
Its use is to give privilege to the user
for interpreting the request given for an action form bean.
| Is This Answer Correct ? | 0 Yes | 3 No |
what is the difference between ArrayList and Vector
19 Answers KPIT, Sasken, Satyam, Span Infotech, Wipro,
What is argument in java?
What are the main features of java?
if the memory capacity is 700 presently occupied by process is 690. then another process request space(40) how this situation handled in java.
What is an interoperable application in java ?
What do you mean by boolean?
Is there any difference between nested classes and inner classes?
What is int argc char * argv?
What is garbage collection? Can it be forced to run?
Can a class with private constructor be extended?
In the below example, what will be the output?
What is meant by structural programming?