You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2012/05/25 12:47:00 UTC

svn commit: r1342567 - /ofbiz/trunk/framework/webapp/dtd/site-conf.xsd

Author: jleroux
Date: Fri May 25 10:47:00 2012
New Revision: 1342567

URL: http://svn.apache.org/viewvc?rev=1342567&view=rev
Log:
Forget to document the value option for redirect-parameter (not a big deal, pretty obvious, so I don't backport)

Modified:
    ofbiz/trunk/framework/webapp/dtd/site-conf.xsd

Modified: ofbiz/trunk/framework/webapp/dtd/site-conf.xsd
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webapp/dtd/site-conf.xsd?rev=1342567&r1=1342566&r2=1342567&view=diff
==============================================================================
--- ofbiz/trunk/framework/webapp/dtd/site-conf.xsd (original)
+++ ofbiz/trunk/framework/webapp/dtd/site-conf.xsd Fri May 25 10:47:00 2012
@@ -604,7 +604,14 @@ under the License.
                 </xs:documentation>
             </xs:annotation>
         </xs:attribute>
-        <xs:attribute type="xs:string" name="value" use="optional"/>
+        <xs:attribute type="xs:string" name="value" use="optional">
+            <xs:annotation>
+                <xs:documentation>
+                    Set a string value to the parameter.
+                </xs:documentation>
+            </xs:annotation>
+            
+        </xs:attribute>
     </xs:attributeGroup>
     <xs:element name="view-map">
         <xs:annotation>