stanlick wrote:
So any ideas why the model is being created inside the action and not
injected by the framework?

private Order model = new Order();


I think Don was just being lazy in the quick example ;-)
I load or create the model in the appropriate prepare method. All that matters is that is exists (is non-null) prior to properties being set because it uses ModelDriven.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to