Changes between Version 6 and Version 7 of FormProcessing
- Timestamp:
- 08/05/08 16:29:40 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FormProcessing
v6 v7 34 34 == HTML Forms in Templates == 35 35 36 Diva does not generate HTML markup for your forms automatically. The `diva.forms` package is only concerned with the form data, not the rendering of individual form elements and how they a ssembled into the larger form.36 Diva does not generate HTML markup for your forms automatically. The `diva.forms` package is only concerned with the form data, not the rendering of individual form elements and how they are assembled into the larger form. 37 37 38 38 For the form defined above, a simple template might contain something like this:
