Can you explain value stack?
Answer / Peetam Singh
The value stack is a central data structure in Struts2 that stores the values and objects required by the action, interceptor, and result components during the request-response lifecycle. The value stack can be accessed using the OGNL (Object Graph Navigation Language) syntax. It allows you to pass data between different components and provides a convenient way to share information throughout your application.
| Is This Answer Correct ? | 0 Yes | 0 No |
How can we integrate log4j in Struts2 application?
Even though Servlets and JSP are web based concepts .wht is the use of using Struts using then
How many action classes can be used in struts application?
What are the different kinds of actions in struts?
Can you call Action class methods from Struts config.xml?
How to combine the struts with velocity template?
What’s the utilization of resource bundle properties file in struts validation structure?
Can we write our own ActionServlet for front controller of Struts Applications?
If we close the browser,when the specific user session is active.Again if we open browse how to retrive it same user??what code i have to da???
What does the term struts mean?
we have 7 jsp pages .At last page we have a submit button when we click it it will store all jsps data which we provide will store into database. when we starting providing data in jsp pages when we are at 3rd jsp at that time sessions timeout where the data will be store which we r provide in last two jsps?
What is the purpose of '@keyproperty'?