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 |
give me the answer of this code class A extnds String This code we can write r not in Java? Explain?
What is difference between == and === in js?
what is the difference between Java Command Line and C command Line?
What is difference between final and finally in java?
Is treeset sorted in java?
How many types of threads are there in java?
What is boolean keyword in java?
How is Object Oriented Programming different from Procedure Oriented Programming?
What class of exceptions are generated by the java run-time system?
How many bits are in a sentence?
Write a java program to generate fibonacci series ?
What is array pointers ?