> > Without seeing any of your code, one possibility is that the > case of your property names isn't properly matching your Form. > For instance, the property "lastname" isn't going to match > setLastName() in your form, but "lastName" will.
I believe i've tried every possible case combination. Currently the properties in the form are called e.g. Amount and the methods in the ActionForm are called e.g. getAmount() and setAmount(). -- Regards Andr� Risnes --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

