The clue is: - paragraph definition is build with content2bean - the paragraph model executes the configured processor
You do: - create a paragraph (your form paragraph) - define the formProcessors to use dependencies: - form module (and potentially STK) documentation: - http://documentation.magnolia-cms.com/technical-guide/modules.html (modules) - http://documentation.magnolia-cms.com/technical-guide/configuration-mechanisms.html (content2bean) - http://documentation.magnolia-cms.com/technical-guide/templating.html (paragraph definition and models) example: - public user registration module: -- processor package -- paragraph configuration (see formProcessors configuration, its a chain in this case) code: - AbstractFormEngine.processProcessors(parameters) Cheers - Philipp On 09.03.2011, at 14:05, Christian Gewalt wrote: > > Hi, > > I'm totally new to magnolia and I'm currently clueless on how to develop a > custom FormProcessor. > I already finished my magnolia design and filled everything with content. Now > I have a simple form and a registration where I need a custom form processor. > The documentation (http://documentation.magnolia-cms.com/modules/form.html) > only provides me with a link to the documentation of the classes. > My problem is now where to start. How can I create my own project in e.g. > eclipse with the needed libraries to simply create a new form processor. > > I really would appreciate any help or links to documentation. > > Regards, > > Christian > > ---------------------------------------------------------------- > For list details see > http://www.magnolia-cms.com/home/community/mailing-lists.html > To unsubscribe, E-mail to: <[email protected]> > ---------------------------------------------------------------- ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
