Update of /var/cvs/html/mmbase/components/test
In directory james.mmbase.org:/tmp/cvs-serv6400

Modified Files:
        urls.jspx 
Log Message:
noticed a problem with form-tag urls. This demonstrates it


See also: http://cvs.mmbase.org/viewcvs/html/mmbase/components/test


Index: urls.jspx
===================================================================
RCS file: /var/cvs/html/mmbase/components/test/urls.jspx,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- urls.jspx   27 Jun 2008 12:48:55 -0000      1.12
+++ urls.jspx   31 Jul 2008 09:33:32 -0000      1.13
@@ -83,5 +83,10 @@
     <mm:component name="test" block="suburls" />
 
     <mm:include debug="xml" referids="a" 
page="/mmbase/components/test/included.jspx" />
+
+    <h2>form tag</h2>
+    <mm:form page="/justsomeurl" mode="url">
+      <p>${_ eq '/justsomeurl' ? 'ok' : 'NOT ok'}: ${_}</p>
+    </mm:form>
   </div>
 </jsp:root>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to