org.apache.tapestry5.corelib.components
Class Errors

java.lang.Object
  extended by org.apache.tapestry5.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.


Constructor Summary
Errors()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Errors

public Errors()


Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.