How do you know what to give for the "path " under in
struts-config.xml ?
Answer / narender
path in struts-config.xml should match with action
attribute in form tag of any jsp
| Is This Answer Correct ? | 3 Yes | 0 No |
Which interceptor is responsible for mapping request parameters to action class Java Bean properties?
Is struts compatible with other java technologies?
What is use of i18n interceptor?
What is the purpose of interceptors?
How is the mvc design pattern used in struts framework?
Can we write Structs application without using Action Class directly or indirectly(extends Action class)
What are the aware interfaces in struts2?
What is http forward?
Are interceptors thread safe?
What are the features of struts 2?
How you will enable front-end validation based on the xml in validation.xml?
How Struts internally works? For Example if we type the URL "/login.do" how the process goes internaly? How the struts-config.xml loaded?