Author: michiel
Date: 2010-07-26 13:54:37 +0200 (Mon, 26 Jul 2010)
New Revision: 42992

Added:
   
mmbase/trunk/applications/searchrelate/example-webapp/src/main/webapp/createrelation.jspx
Modified:
   
mmbase/trunk/applications/searchrelate/example-webapp/src/main/webapp/relatednodes-precreate.jspx
Log:
test for creating relation in precreate

Added: 
mmbase/trunk/applications/searchrelate/example-webapp/src/main/webapp/createrelation.jspx
===================================================================
--- 
mmbase/trunk/applications/searchrelate/example-webapp/src/main/webapp/createrelation.jspx
                           (rev 0)
+++ 
mmbase/trunk/applications/searchrelate/example-webapp/src/main/webapp/createrelation.jspx
   2010-07-26 11:54:37 UTC (rev 42992)
@@ -0,0 +1,14 @@
+<jsp:root
+    version="2.0"
+    xmlns="http://www.w3.org/1999/xhtml";
+    xmlns:jsp="http://java.sun.com/JSP/Page";
+    xmlns:mm-sr="http://www.mmbase.org/tags/mm/searchrelate";
+    xmlns:mm-srt="urn:jsptagdir:/WEB-INF/tags/mm/searchrelate"
+    xmlns:mm="http://www.mmbase.org/mmbase-taglib-2.0";>
+  <jsp:output omit-xml-declaration="true" />
+
+  <mm:listnodes type="people" max="1">
+    <mm:node id="person" />
+  </mm:listnodes>
+  <mm:createrelation source="_node" destination="person" role="related" />
+</jsp:root>


Property changes on: 
mmbase/trunk/applications/searchrelate/example-webapp/src/main/webapp/createrelation.jspx
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: 
mmbase/trunk/applications/searchrelate/example-webapp/src/main/webapp/relatednodes-precreate.jspx
___________________________________________________________________
Name: svn:keywords
   + Id

_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to