hlship 2005/08/14 06:26:18
Modified: . status.xml
framework/src/java/org/apache/tapestry/parse
Tapestry_4_0.dtd
Log:
TAPESTRY-553: Rename property-name attribute of configure element to
"property" (matching the code in SpecificationParser, as well as other similar
elements in the DTD)
Revision Changes Path
1.209 +1 -0 jakarta-tapestry/status.xml
Index: status.xml
===================================================================
RCS file: /home/cvs/jakarta-tapestry/status.xml,v
retrieving revision 1.208
retrieving revision 1.209
diff -u -r1.208 -r1.209
--- status.xml 14 Aug 2005 13:08:33 -0000 1.208
+++ status.xml 14 Aug 2005 13:26:18 -0000 1.209
@@ -55,6 +55,7 @@
<action type="fix" dev="HLS" fixes-bug="TAPESTRY-554">Hook needed on
client side to control how validation errors are presented to the user</action>
<action type="fix" dev="HLS" fixes-bug="TAPESTRY-528">Add
IComponentSpecification.getReservedParameterNames()</action>
<action type="fix" dev="HLS" fixes-bug="TAPESTRY-557">Remove unused
org.apache.tapestry.IResourceLocation (replaced by
org.apache.hivemind.Resource)</action>
+ <action type="fix" dev="HLS" fixes-bug="TAPESTRY-553">Rename
property-name attribute of configure element to "property" (matching the code
in SpecificationParser, as well as other similar elements in the DTD)</action>
</release>
<release version="4.0-beta-4" date="Aug 10 2005">
<action type="fix" dev="HLS">Add getComponent() method to
IComponent.</action>
1.11 +2 -2
jakarta-tapestry/framework/src/java/org/apache/tapestry/parse/Tapestry_4_0.dtd
Index: Tapestry_4_0.dtd
===================================================================
RCS file:
/home/cvs/jakarta-tapestry/framework/src/java/org/apache/tapestry/parse/Tapestry_4_0.dtd,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- Tapestry_4_0.dtd 11 Aug 2005 01:05:56 -0000 1.10
+++ Tapestry_4_0.dtd 14 Aug 2005 13:26:18 -0000 1.11
@@ -170,7 +170,7 @@
Configures one JavaBean property of an extension.
Attributes:
- property-name: The name of the property to configure.
+ property: The name of the property to configure.
value: The value to be converted and applied. If not
specified, the element's character data is
used.
@@ -178,7 +178,7 @@
-->
<!ELEMENT configure (#PCDATA)>
<!ATTLIST configure
- property-name CDATA #REQUIRED
+ property CDATA #REQUIRED
value CDATA #IMPLIED
>
<!-- =======================================================
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]