I am unable to understand how parameters go into ValueStack .
How the parameters are passed.
what is the use of value stack and ActionContext?
I am having a variable name with getter & setter in my Action class,where will be the values be stored.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The ActionContext is the context in which an Action is executed. Each context is basically a container of objects an action needs for execution like the session, parameters, locale, etc.
ValueStack – Contains all the application-domain–specific data for the request