shall we use any name for deployment descriptor of struts
instead of struts-config.xml
Answers were Sorted based on User's Feedback
Answer / chandramouli v
yes we can use any name that end with (userdefind).xml
insted of struts-config.xml and then we have to put entry on
web.xml file
Is This Answer Correct ? | 31 Yes | 3 No |
Answer / dsr
we need to structs-config.xml as a initial parameter in
web.xml. web.xml is deployment descriptor.
Is This Answer Correct ? | 1 Yes | 0 No |
List the important attribute and elements of action mapping under struts.
What is action chaining ?
can we change the order of parameters in execute()?
What is MVC?
What is value stack?
Describe validate() and reset() methods.
What is the purpose of @doublerangefieldvalidator?
Explain about the process of functioning of the struts program?
Explain how to work with error tags?
What is the use of lookupdispatchaction?
What is apache struts framework?
What does i18n interceptor?