Update of /var/cvs/html/mmbase/components/test/components
In directory james.mmbase.org:/tmp/cvs-serv7969
Modified Files:
test.jspx
Log Message:
I think it is essential that forms are multilpart/form-data, if used in a
component
See also: http://cvs.mmbase.org/viewcvs/html/mmbase/components/test/components
Index: test.jspx
===================================================================
RCS file: /var/cvs/html/mmbase/components/test/components/test.jspx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- test.jspx 24 Feb 2008 10:51:17 -0000 1.1
+++ test.jspx 21 Mar 2008 14:31:01 -0000 1.2
@@ -49,7 +49,9 @@
</mm:link>
</p>
<mm:link>
- <form method="post" action="${_}">
+ <form method="post"
+ enctype="multipart/form-data"
+ action="${_}">
<p>Form with ${_}</p>
<table>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs