I see what you're trying to do. You need to return the ftl file that the form component uses. However that's not likely to work because that ftl uses a lot of things provided by its RenderingModel. With blossom you're using Spring Web MVC controllers instead of rendering models.
If you want to customize the form from form module I'd recommend that you extend its RenderingModel instead. You can copy its definition in the config workspace to make a new one and change its modelClass and/or ftl file to your own. Cheers, Tobias -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=4064ba49-653e-40a0-b01b-c30cb984015c ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
