Trying to do a
PropertyUtils.copyProperties(DynaValidatorForm,mybean)
to copy the current values of my bean into my DynaValidatorForm and I hit a java.lang.NullPointerException when it tries to do this.
Problem seems to be when I check for the form parameter (ActionForm -> Execute), and try to create one if it doesnt exist:
form = new DynaValidatorForm();
this fails to instanciate a new instance, leaving form==null.
How *should* I be passing values to DynaValidatorForm?!
Thanks J
_________________________________________________________________ Get Hotmail on your mobile phone http://www.msn.co.uk/msnmobile
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]