if you have getAmount() and setAmount() methods, you address the according property in 
you jsp as amount and not as Amount !!!
silly, but these are the rules...
hope this helps
martin


---------- Urspruengliche Nachricht ------------------------------
Von: "Andre Risnes" <[EMAIL PROTECTED]>
Antworten an: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Datum:  Thu, 15 Jan 2004 09:34:02 +0100

>>
>> 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]
>
>




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to