All Questions
3 questions
-1
votes
1
answer
113
views
when I add a file uploader in wicket form , the form disapear after submit
when I add a file uploader in wicket form , the form disapear after submit, and a blank page apear instead . when i comment file uploader field every thing is ok .
thanks for your help
in ...
3
votes
1
answer
3k
views
Wicket form "ServletRequest does not contain multipart content"
I have a wicket form that has a file upload box on it. Sometimes this file upload box is hidden because the user isn't required to attach documentation. I have called setMultiPart(true) on the form ...
2
votes
2
answers
2k
views
wicket issue on nested forms when use FileUpload
i wrote a panel in wicket that let me upload a file and it totally works.
but when i place that panel in an other form (wicket:id="outerForm"), and upload a file, it throws an exception from (...