From: Jakub C. <bla...@cb...> - 2003-02-21 21:01:14
|
Hello! I am trying to use FormProc in my new project. I really like it. I only struggle with form fields, which are not filled by the user. I need the null value stored in a bean. I am using ReflectionStorer. Unfortunatelly, the "null" value is NOT populated to my target bean. When I enable debug mode, I get: INFO Form:419 - No method found for parameter LastName In my bean I have ordinary setter method: public void setLastName(String ln) { lastName = ln; } Can someone tell me, where is the problem? It seems to me that the EdenLib function MethodUtilities.invoke() is not able to call setter with null value... Maybe I am wrong. Looking forward to your hints. Jakub Cerny, Prague, Czech Republic |