org.apache.tapestry.corelib.components
Class Errors
java.lang.Object
org.apache.tapestry.corelib.components.Errors
public class Errors
- extends Object
Standard validation error presenter. Must be enclosed by a Form
component. If errors are present, renders a div element around a banner message and around an unnumbered list of
error messages. Renders nothing if the ValidationTracker shows no errors.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Errors
public Errors()
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.