Package org.apache.tapestry.form

Components for implementing basic HTML Forms.

See: Description

Package org.apache.tapestry.form Description

Components for implementing basic HTML Forms. Most components are straight forward 1:1 mappings between Tapestry components and a corresponding HTML element. PropertySelection is more complicated, as it manages way more of the process of implementing a <select> and its <option>s.

Package org.apache.tapestry.valid contains more complex components that not only collect input, but validate it as well.

Author:
Howard Lewis Ship hlship@apache.org