Re: LazyValidatorForm FormFile instantiation exception

2006-03-21 Thread Niall Pemberton
The basic LazyDynaBean implementation tried to be smart about instantiating objects - so that people's regular POJO beans would get automtaically created. In hindsight IMO this was a mistake. It is however easy to remedy - by overriding the createOtherProperty() method - see the "4. Automatic Prope

LazyValidatorForm FormFile instantiation exception

2006-03-21 Thread David Durham
Hi, I've got a form-bean definition like so: ... When I load the page the first time, I get an instantiation exception: java.lang.InstantiationException: org.apache.struts.upload.FormFile It doesn't seriously affect the application, but I'm curious about the solut