What is the purpose of @keyproperty annotation annotation?
Answer / Vikram Pandey
The '@keyproperty' annotation in Struts2 is used to define a property that should be considered as the unique identifier for the object when using Internationalization (i18n). It allows you to look up translated properties based on this key.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the advantages of spring mvc over struts mvc?
What is struts validator framework?
what is the purpose of load_on_startup entry in struts- config.xml?
What are the steps used to setup dispatch action?
What are the two different types of validations that the validator framework supports?
What is the default suffix for struts2 action uri ?
What is the procedure of operation of a form tag?
What is the purpose of @beforeresult annotation?
List some struts tag libraries?
What is front controller in struts2?
State an example of struts configuration file as an action parameter for action servlet.
What are interceptors in struts 2?