On May 20, 2011 8:27 AM, "Eric Lentz" wrote: > So my question is this: What is getModel supposed to be used for? I > apparently was naively thinking it was for, well... "getting the model."
What makes you believe that's incorrect? It's how the model gets pushed on the stack by the interceptor. How many times its called depends on the application. Usually it won't be called much. > Javadoc says this about the method, "Gets the model to be pushed onto the > ValueStack instead of the Action itself." That seems to indicate that > getModel is for getting the model. "Getting" is not always the same thing as "instantiating" and/Or "initializing". D