Rupesh Mhatre wrote:Yes in case of model driven only getModel method gets exposed.
Manuel Schenkhuizen wrote:being built? AJAX?
Rupesh Mhatre wrote:Thanks to ParameterInterceptor in struts 2 which puts the request parameters on ValueStack so that OGNL can pull data.
Jimmy Clark wrote:Also, it is unclear why you have a "service" object and a "domain/model" object. What is the difference between them?
Keep in mind that objects contain data AND behavior.
The Business Delegate pattern will show you a way to connect a Controller to the business object model.