Multipart nested forms are not supported (yet). I am not sure that we
ever will support them.

Martijn

On 1/31/07, Matthes R. <[EMAIL PROTECTED]> wrote:
> k. thanks. i was just wondering, because it worked all fine with the
> inner-form, just this thing with the multipart..
>
> Carfield Yim schrieb:
> > I think we are not suppose to have form inside anyother form.
> >
> > On 1/31/07, Matthes Rieke <[EMAIL PROTECTED]> wrote:
> >
> >> 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
> >>
> >>
> > -------------------------------------------------------------------------
> > 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
> >
>
>
> -------------------------------------------------------------------------
> 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
>


-- 
Vote for Wicket at the http://www.thebeststuffintheworld.com/vote_for/wicket
Wicket 1.2.4 is as easy as 1-2-4. Download Wicket now!
http://wicketframework.org

-------------------------------------------------------------------------
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