1234567891011121314151617181920
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN"> <!-- $Id: package.html,v 1.4 2002/05/05 21:04:02 hship Exp $ --> <html> <head> <title>Tapestry: Web Application Framework</title> </head> <body> <p>Components for implementing basic HTML Forms. Most components are straight forward 1:1 mappings between Tapestry components and a corresponding HTML element. {@link net.sf.tapestry.form.PropertySelection} is more complicated, as it manages way more of the process of implementing a <select> and its <option>s. <p>Package {@link net.sf.tapestry.valid} contains more complex components that not only collect input, but validate it as well. @author Howard Lewis Ship <a href="mailto:hship@users.sf.net">hship@users.sf.net</a> </body> </html>