Hi everybody,

i've got a problem with multipart-forms. i have a form with some input-field 
and inside this form there is another form for uploading an image:

<form wicket:id="....>

  <input type="text".../>

  <form enctype="multipart/form-data" wicket:id="...>
    <input type="file".../>
    <input type="submit" value="upload the file".../>
  </form>

  <input type="text".../>
  <input type="text".../>
  <input type="submit" value="submit the form" .../>

<form>

Wicket always sets the outer form to multipart (automatically adds 
"enctype=..."), but i do not submit any multipart in the outer form and so i 
get an exception that there is not multipart submitted.

how can i tell wicket, that the outer form does not contain multipart content? 
setMultiPart(false) did not help!

thanks and greets,
Matthes
-- 
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! 
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to