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 2005/09/05 23:31:08 UTC

svn commit: r278856 - in /jakarta/tapestry/trunk: framework/src/documentation/content/xdocs/tapestry/ComponentReference/Form.xml framework/src/java/org/apache/tapestry/form/Form.jwc status.xml

Author: hlship
Date: Mon Sep  5 14:30:59 2005
New Revision: 278856

URL: http://svn.apache.org/viewcvs?rev=278856&view=rev
Log:
TAPESTRY-626: Form component can render id tag twice

Modified:
    jakarta/tapestry/trunk/framework/src/documentation/content/xdocs/tapestry/ComponentReference/Form.xml
    jakarta/tapestry/trunk/framework/src/java/org/apache/tapestry/form/Form.jwc
    jakarta/tapestry/trunk/status.xml

Modified: jakarta/tapestry/trunk/framework/src/documentation/content/xdocs/tapestry/ComponentReference/Form.xml
URL: http://svn.apache.org/viewcvs/jakarta/tapestry/trunk/framework/src/documentation/content/xdocs/tapestry/ComponentReference/Form.xml?rev=278856&r1=278855&r2=278856&view=diff
==============================================================================
--- jakarta/tapestry/trunk/framework/src/documentation/content/xdocs/tapestry/ComponentReference/Form.xml (original)
+++ jakarta/tapestry/trunk/framework/src/documentation/content/xdocs/tapestry/ComponentReference/Form.xml Mon Sep  5 14:30:59 2005
@@ -153,7 +153,7 @@
 </p>
 
 <p>
-  Reserved parameters: action, enctype, name, onsubmit, onreset
+  Reserved parameters: action, enctype, id, name, onreset, onsubmit
 </p>
 
 <p>

Modified: jakarta/tapestry/trunk/framework/src/java/org/apache/tapestry/form/Form.jwc
URL: http://svn.apache.org/viewcvs/jakarta/tapestry/trunk/framework/src/java/org/apache/tapestry/form/Form.jwc?rev=278856&r1=278855&r2=278856&view=diff
==============================================================================
--- jakarta/tapestry/trunk/framework/src/java/org/apache/tapestry/form/Form.jwc (original)
+++ jakarta/tapestry/trunk/framework/src/java/org/apache/tapestry/form/Form.jwc Mon Sep  5 14:30:59 2005
@@ -107,6 +107,7 @@
   <reserved-parameter name="onsubmit"/>
   <reserved-parameter name="onreset"/>
   <reserved-parameter name="enctype"/>
+  <reserved-parameter name="id"/>
   
   <inject property="directService" object="engine-service:direct"/>
   <inject property="actionService" object="engine-service:action"/>

Modified: jakarta/tapestry/trunk/status.xml
URL: http://svn.apache.org/viewcvs/jakarta/tapestry/trunk/status.xml?rev=278856&r1=278855&r2=278856&view=diff
==============================================================================
--- jakarta/tapestry/trunk/status.xml (original)
+++ jakarta/tapestry/trunk/status.xml Mon Sep  5 14:30:59 2005
@@ -58,6 +58,7 @@
       <action type="fix" dev="HLS" fixes-bug="TAPESTRY-478, TAPESTRY-477, TAPESTRY-463" due-to="Pierre-Yves Nicolas">Document RadioGroup, Radio and ExternalLink components</action>
       <action type="fix" dev="HLS" fixes-bug="TAPESTRY-613">Javascript problem with @LinkSubmit</action>
       <action type="fix" dev="HLS" fixes-bug="TAPESTRY-386">Big overhaul of the Tapestry Inspector</action>
+	  <action type="fix" dev="HLS" fixes-bug="TAPESTRY-626">Form component can render id tag twice</action>
     </release>
     <release version="4.0-beta-5" date="Aug 26 2005">
       <action type="fix" dev="MB,HLS" fixes-bug="TAPESTRY-552">Improperly configured SerializableAdaptor (for DataSqueezer) prevents serialized objects from being de-serialized</action>



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