Greetings. Is there any known bug in BeanUtils package for automatic population of data from JSP. We are getting error as follows. javax.servlet.ServletException:BeanUtils.populate()
... root cause java.lang.IllegalArgumentException: No bean specified. at org.apache.commons.beanutils.PropertyUtils.getPropertyDescriptor(Propert yUtils.java:819) .... While submitting the reset() method is called which sets null to primitive javabean. And in PropertyUtils.getProperty gets null value as an object. Am I missing something. Any help is appreciated. Thanks for your cooperation and help. Note: Mr. Craig, have you looked into BeanUtils.java. The code returns null target object for nested experssion. -guna

