[Deploying Sakai] [Building Sakai] Form with attachment in Apache Wicket

Steve Swinsburg steve.swinsburg at gmail.com
Tue May 27 17:34:24 PDT 2014


You need to disable the request filter from eating the attachments, via the
request filter config in web.xml
Also, process the upload using Wicket. What is your code?

See
https://source.sakaiproject.org/svn/profile2/trunk/tool/src/java/org/sakaiproject/profile2/tool/pages/panels/ChangeProfilePictureUpload.java
https://source.sakaiproject.org/svn/profile2/trunk/tool/src/webapp/WEB-INF/web.xml


On Wed, May 28, 2014 at 4:14 AM, Khulan Batbayar
<khulan.msc.2012 at gmail.com>wrote:

> Dear all,
>
> I created form with file field using Apache wicket. But when form is
> submitted, all form values comes as a null. Other regular forms submitted
> values are coming without any error.
>
> Please help me to fix this problem.
>
> Thank you,
>
> Khulan
>
> _______________________________________________
> sakai-dev mailing list
> sakai-dev at collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
>
> TO UNSUBSCRIBE: send email to
> sakai-dev-unsubscribe at collab.sakaiproject.org with a subject of
> "unsubscribe"
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/production/attachments/20140528/6a766d1c/attachment.html 


More information about the production mailing list