What does params interceptor?
Answer / Harendra Pal Singh
The `params` interceptor in Struts sets request parameters based on the action and form properties. This can be useful for providing default values or making parameter names more friendly.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the purpose of @createifnull annotation annotation?
What is the use of interceptor?
What is action support class in struts2?
Can we use struts and spring together?
Wat is Difference between Mvc1 architecture and Mvc2 Architecture?
21 Answers HCL, IBM, Sanyaa Infotech,
Why is it called struts?
Hi Friends, am new to struts.I read that " you can store variables in xml file(properties file) and for future enhancements we just call properties file . Now i want to implement this , where can i call properties file to enhance my application. My question is where this properties file will be called.
How can forward action be used to restrict a strut application to mvc?
What's mvc pattern ?
how canu done chechin and check out of u r project using with sample examples?
What is the purpose of execute method of action class?
Which design pattern the interceptors in struts2 is based on?