Form Bean 1.1.4
Renders Fantom objects as HTML forms complete with client and server side validation

FormBean is a means to render Fantom objects as HTML forms, validate submitted values, and reconstitute them back into Fantom objects. Built on top of IoC and BedSheet FormBean allows you to customise every aspect of your HTML form generation.

Features:

  • Renders Fantom objects as HTML forms.
  • HTML5 client and server side validation
  • Customise HTML generation with skins
  • Supports multipart forms / file uploads
  • Uses BedSheet ValueEncoders for string conversion
  • Versatile means of generating select options
  • Customised (error) messages

Current limitations:

  • Maps, Lists and nested objects are not supported.

Read more...

Install

To install Form Bean with Fantom Pod Manager, cut'n'paste the following into a cmd prompt, terminal or shell:

Or to install Form Bean with the Fantom Repository Manager (fanr), cut'n'paste the following into a cmd prompt, terminal or shell:

Or to install manually, download the pod file and copy it to the %FAN_HOME%/lib/fan/ directory.

afFormBean.pod (102.05 kB)

Use

To use Form Bean in a Fantom project, add a dependency to the project's build.fan:

depends = ["sys 1.0", ..., "afFormBean 1.1.4 - 1.1"]

Documentation

Information

Meta information on the Form Bean pod:

Published by
Steve Eynon
Organisation
Alien-Factory
Pod file size
102.05 kB
Licence
ISC Licence (ISC)
Built on
21st Aug 2016
Source code
via Mercurial at https://bitbucket.org/AlienFactory/afformbean
Depends on
afBeanUtils, afBedSheet, afConcurrent, afIoc, afIocConfig, sys, web
Referenced by
Javascript Compatible
No

Dependency Graph

  Use mouse to re-position pods

Release History

There have been 16 releases of Form Bean: