Can you explain value stack?



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

Post New Answer

More Struts Interview Questions

How can we integrate log4j in Struts2 application?

1 Answers  


Even though Servlets and JSP are web based concepts .wht is the use of using Struts using then

8 Answers   TCS,


How many action classes can be used in struts application?

1 Answers  


What are the different kinds of actions in struts?

1 Answers  


Can you call Action class methods from Struts config.xml?

1 Answers   iGate,


How to combine the struts with velocity template?

1 Answers  


What’s the utilization of resource bundle properties file in struts validation structure?

1 Answers  


Can we write our own ActionServlet for front controller of Struts Applications?

2 Answers   NIIT,


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???

5 Answers   TCS,


What does the term struts mean?

1 Answers  


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?

2 Answers  


What is the purpose of '@keyproperty'?

1 Answers  


Categories