On Sunday 17 March 2002 05:20 pm, you wrote: > Hi, > > Does anyone have any ideas on how to use Value Objects with WebWork? Should > I copy the values from the Value Object into the Action object, or is there > a way to extend WebWork so that it uses Value objects instead? I'm new to > WebWork, so still trying to learn the API. > > Just trying to find sugggestions on how to best design our app. We're > calling the Business Layer through a Session Facade, which returns us Value > Objects. > > Any suggestions, pointers or ideas would be great. Thanks ;-)
One approach would be to use an action that implements ParameterAware and populate the value object using the BeanUtil. Dave _______________________________________________ Webwork-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webwork-user
