For my FileUploadField field in a form, I use the model type List<org.apache.wicket.markup.html.form.upload.FileUpload>.
meduolis wrote > > Wicket version: 1.5.3 > Java version: 1.7.0_02 > > Hello, how to properly set generic for FilUploadField model? > > I try like this, but it does not compile: > > > I get error message > > > If I make it ArrayList: > > > Then it says: > > > I'm really confused :) > > help, please > -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Generic-for-FileUploadField-model-tp4650519p4650545.html Sent from the Users forum mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
