On Mon, Aug 10, 2009 at 11:06 AM, Sir Rawlins<[email protected]> wrote: > <controller id="CompanyController" > type="controller.CompanyController" beans="CompanyService">
This should be: <controller id="CompanyController" bean="CompanyController" beans="CompanyService"> That tells MG to get the controller from ColdSpring which is what you need for everything else to work. -- Sean A Corfield -- (904) 302-SEAN Railo Technologies US -- http://getrailo.com/ An Architect's View -- http://corfield.org/ "If you're not annoying somebody, you're not really alive." -- Margaret Atwood --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
