Hallo again,
how to use the form module as smart as possible?
>From the example form I learned that I have to
- configure my Form in adminCentral:
-- create a form paragraph
-- create a Dialog with controls, having the names I expect in my
FormProcessor implementation
-- build the form on the admin gui
-- insert the variables (${formFieldName}) into my dialog fields (this
is the mapping from the HTML form to the form model bean)
- Access the values in my FormProcessor implementation:
-- get the content objct from the FormModel instance
-- read the desired nodeData values (names as declared for the dialog)
from the conten instance
-- do somthing with the data
Is that correct?
Is there a simpler, more direct way to access the user input (request
parameters)?
If I got this right, you are using the JCR repository to store the user
input. Right?
What is the scope for this?
Are the created Content instances automatically removed from the
repository (if persisted) and when does this happen?
Does this consume much system resources?
Thanks for enlightenment
Wolf
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------