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
Parameters:
NameTypeFlagsDefaultDefault PrefixSinceDescription
classjava.lang.StringpropThe CSS class for the div element rendered by the component. The default value is "t-error-single".
fororg.apache.tapestry5.FieldRequired, Not NullcomponentThe for parameter is used to identify the org.apache.tapestry5.Field to present errors of.

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.