org.apache.tapestry5.corelib.components
Class Error

java.lang.Object
  extended by org.apache.tapestry5.corelib.components.Error

public class Error
extends Object

Presents validation errors of a single field. Must be enclosed by a Form component.

Since:
5.2.0
Component Parameters
NameDescriptionTypeFlagsDefaultDefault PrefixSince
classThe CSS class for the div element rendered by the component. The default value is "t-error-single".Stringprop
forThe for parameter is used to identify the org.apache.tapestry5.Field to present errors of.org.apache.tapestry5.FieldRequired, Not Nullcomponent

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

Constructor Detail

Error

public Error()


Copyright © 2003-2012 The Apache Software Foundation.