Title: Message
Hello, all!
 
I have a question:
why if I have in a ActionForm these 2 methods:
    public Age getAge();
    public void setAge(int age);
(note that I do not have a property age in the form, because I do a delegation)
and I receive the request parameter "age", why does it not work??? I acts as if it does not see the setter method!
 
I think it is related to introspection/reflection, but I can't figure out how!
if anyone has any ideas, please help!
 
 
Kind regards,
Emilia
 
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to