> - Struts instantiates the User object (in my case) by default. > - ModelDriven places the object I choose at the top of the stack. > - Because my object is at the top of the stack, it gets selected instead
> of the object that Struts creates by default. I think I answered my own questions here stepping though the code. I don't think Struts is instantiating unless it needs to. Thanks for the answers. I think I see how this is all working now. I'm not sure how I feel about it, but at least I understand. - Eric