First page Back Continue Last page Overview Graphics
Application model driven
Application looked up in session scope and becomes the target of form actions
Similar to command-driven: the application instance has session scope (commands are recreated with every request)
Different from model-driven: the form model (object updated from form state) is different from the object whose method is invoked by the action.
Similar to traditional ApplicationModel
Notes: