I have tried just about everything I could think of to get modelglue to work with a value object.
>From my tests when hitting the executeEvent method within RemoteService.cfc I can output the value of the argument passed in as a correctly typed valueobject (model.user.Users). From here it hits the method executeEvent within AbstractRemotingService.cfc. Again I can output that it is a correctly typed valueobject (model.user.Users). Now this is where I lose track of the valueobject passed in. In my tests I have this very simple controller method: http://modelglue.pastebin.com/f21a2bf59 . I have been able to verfy that if I put in static values, the return values are correct. So I am at a bit of a loss as to why I am unable to get this to work correctly. Any help with this would be greatly appreciated. -- Model-Glue Sites: Home Page: http://www.model-glue.com Documentation: http://docs.model-glue.com Bug Tracker: http://bugs.model-glue.com Blog: http://www.model-glue.com/blog You received this message because you are subscribed to the Google Groups "model-glue" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/model-glue?hl=en
