HI Experts!
I have a question related to the OGNL Language used in Struts. The scenario is the following. In my website I would like to pass the parameters from one action which loads all the user data to another one, invoked by clicking one of the buttons available at the bottom of the page.
From what I read the value stack holds the objects which are generated by the action. When I would invoke the next action is this Value Stack overwritten? Or it still keeps the previous action values and the new ones are written in it as well?
Thanks!
Start Free Trial