
FormDef Struts Plug-in
--------------------------------------

FormDef is a Struts plug-in designed to ease the work associated with ActionForms in Struts. FormDef provides the following to a Struts application: 

 * Generate DynaActionForm definitions based on an application's business objects 
 * Data formatting support to html form controls to contain formatted text 
 * Conversion methods to format and parse data between your form and business object 
 * Locale support to allow the same form to be used in different locales using different data formats
 * Extensions to allow both form definitions and form validations to reside in one XML 

https://formdef.dev.java.net
