You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2004/03/09 17:21:25 UTC

cvs commit: jakarta-tapestry/framework/src/org/apache/tapestry/parse Tapestry_3_0.dtd

hlship      2004/03/09 08:21:25

  Modified:    framework/src/org/apache/tapestry/parse Tapestry_3_0.dtd
  Log:
  27071: [PATCH] Tapestry_3_0.dtd cosmetics corrections
  
  Revision  Changes    Path
  1.3       +7 -4      jakarta-tapestry/framework/src/org/apache/tapestry/parse/Tapestry_3_0.dtd
  
  Index: Tapestry_3_0.dtd
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/framework/src/org/apache/tapestry/parse/Tapestry_3_0.dtd,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Tapestry_3_0.dtd	21 Jun 2003 21:25:21 -0000	1.2
  +++ Tapestry_3_0.dtd	9 Mar 2004 16:21:25 -0000	1.3
  @@ -364,13 +364,16 @@
   Defines a formal parameter for the component.
   
   Attributes:
  -  name: A unqiue name for the parameter.
  +  name: A unique name for the parameter.
     type: The name of a Java class or primitive type expected by the parameter.
     required: If yes, then the parameter must be bound.  If no (the default),
       then the parameter is optional.
     property-name: The name to use, instead of the parameter name, for the
       JavaBean property connected to this parameter.
  -  direction: The normal flow of data through the component.
  +  direction: The normal flow of data through the component 
  +  			(in, form, custom, auto).
  +  default-value: Specifies the default value for the parameter, 
  +  				if the parameter is not bound.
   -->
   <!ELEMENT parameter (description?)>
   <!ATTLIST parameter
  @@ -419,7 +422,7 @@
   >
   <!-- =======================================================
   Element: property-specification
  -Appears in: component-specification, component-specification
  +Appears in: page-specification, component-specification
   
   Identifies a transient or persistent property.
   
  @@ -428,7 +431,7 @@
     type: The type of the value, either the name of a scalar type,
       or the fully qualified name of a class.  If omitted,
       java.lang.Object is used.
  -  persistant: If "yes", the value will be made persistant.  Default
  +  persistent: If "yes", the value will be made persistant.  Default
       is "no".
     initial-value:  If provided, this is an OGNL expression used
       to initialize the property.  If not specified, the
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org