Phil Kulak wrote:
public void onSubmit() {
   Map<String, FileItem> files = ((MultipartWebRequest)
getRequest()).getFiles();
   // do something with the files...
}

Badda bing. :)

Wow, that's easy enough. I'm quite impressed with Wicket so far. The String is the name attribute?

Thanks,

  -- Scott



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to