> Does exist some simple way of handling forms in Cocoon? I just want to > generate form, get input from user, validate and if it's incorrect send back > the information why is incorrect.
If all you need is tests on range, not null, matches-regex(pretty useful, eg test if email address), min length, max length for posted fields with messages where data fails then try the forms logicsheet at: http://cocoon.apache.org/2.0/userdocs/xsp/logicsheet-forms.html Their use is well illustrated in a tutorial which generates forms (also uses a database)at: http://cocoon.apache.org/2.0/tutorial/tutorial-develop-webapp.html --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
