From: <eg...@va...> - 2003-02-21 22:59:34
|
Jakub, I got the same problem and my workaround was develop my own IntrospectionStore which use org.apache.commons.beanutils. ---------------------------------------------------------------------------- Edgar Gonzalez Gonzalez VALHALLA Project, s.a. Chief Technology Officer Web: www.valhallaproject.com E-mail: eg...@va... Phone: +58-212-242.4379 / 6662 / 4055 / 6475 Fax: +58-212-242.6809 "The limits of my language mean the limits of my world." Ludwig Wittgenstein ---------------------------------------------------------------------------- ----- Original Message ----- From: "Jakub Cerny" <bla...@cb...> To: <for...@li...> Sent: Friday, February 21, 2003 5:00 PM Subject: [FormProc-developer] Null values again > 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 > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SlickEdit Inc. Develop an edge. > The most comprehensive and flexible code editor you can use. > Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial. > www.slickedit.com/sourceforge > _______________________________________________ > FormProc-developer mailing list > For...@li... > https://lists.sourceforge.net/lists/listinfo/formproc-developer > > |