I'm using a FileUploadField. I want to bind it to a field on my model object. The field is a string type that corresponds to the filename of the uploaded file once it has been saved on the server.
I'm overloading convertInput and setting the filename as converted input but this does not get set on my model object. So instead I'm manually doing it in the convertInput method. Is this because the FileUploadField is represented by a FileUpload object and not a string? Why doesn't setConvertedInput update my model? Thanks. -- View this message in context: http://www.nabble.com/FileUploadField-convertInput-tp18629075p18629075.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
