Package org.apache.tapestry.contrib.valid

Backwards compatible versions of Tapestry 1.0.7's validating text fields, built as wrappers around the 1.0.8 versions.

See:
          Description

Class Summary
DateField Backwards compatible version of the 1.0.7 DateField component.
NumericField Backwards compatible version of the 1.0.7 NumericField component.
ValidatingTextField Backwards compatible version of the 1.0.7 ValidatingTextField component.
 

Package org.apache.tapestry.contrib.valid Description

Backwards compatible versions of Tapestry 1.0.7's validating text fields, built as wrappers around the 1.0.8 versions.

All that is necessary to use these without changing existing Pages (built against 1.0.7 or earlier) is to add aliases for these components to the application specification.

Author:
Howard Lewis Ship hlship@apache.org