Author: michiel
Date: 2009-09-23 21:02:49 +0200 (Wed, 23 Sep 2009)
New Revision: 38824

Modified:
   openimages/trunk/src/main/webapp/mmbase/components/oip/user-mediaupload.jspx
Log:
wait until the node is recognized before progressing

Modified: 
openimages/trunk/src/main/webapp/mmbase/components/oip/user-mediaupload.jspx
===================================================================
--- 
openimages/trunk/src/main/webapp/mmbase/components/oip/user-mediaupload.jspx    
    2009-09-23 19:01:29 UTC (rev 38823)
+++ 
openimages/trunk/src/main/webapp/mmbase/components/oip/user-mediaupload.jspx    
    2009-09-23 19:02:49 UTC (rev 38824)
@@ -76,7 +76,10 @@
 
 
       <mm:present referid="committed">
-        <mm:node number="${newsource}">
+        <mm:node referid="newsource">
+          <mm:voidfunction name="waitUntilTranscoding" />
+          <p><oip:type /></p>
+
           <!-- p class="msg">Submitted ${_node} URL: ${_node.url} FS: 
${_node.filesize}</p -->
 
           <mm:log><mm:field name="title" /></mm:log><!-- Make sure the 
mediafragment is created outside transacntions and so on -->

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

Reply via email to