Hi Amma, Defining a new form processor requires some java coding. You need: - set up your enviroment [url=null]http://documentation.magnolia-cms.com/developing/dev-environment.html[/url] - download source code of form module [url=null]http://wiki.magnolia-cms.com/display/DEV/Checking+Out+Modules+Using+Git[/url] - add SaveDataFormProcessor.java to [code]form/src/main/java/info/magnolia/module/form/processors/[/code] - build magnolia-module-form.jar with this new class (you can use maven [url=null]http://documentation.magnolia-cms.com/developing/dev-environment/maven.html[/url]) - add this jar into your lib folder ([code]path-to-your-webapp/WEB-INF/lib[/code])
Hope that helps Roman -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=19e3aec8-8c10-4332-bf76-f81715606141 ---------------------------------------------------------------- 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]> ----------------------------------------------------------------
