> Anybody  here knows if wicket can be extended to process Multi-part HTTP POST 
> streams in  a custom way?

It can, though not very obvious. Look at
wicket.extensions.ajax.markup.html.form.upload.UploadWebRequest, which
is a custom WebRequest. That works for the case where you want all of
your multipart requests to be handled in the same fashion.

> And, if not, may be the respected members of the wicket team could  consider 
> simply making that method
>     private final boolean  handleMultiPart()
> "protected" and not "private final" in the next  version...

That sounds fine by me: +1. Other developers?

Eelco

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