2002. november 18. 15:32 d�tummal Gunasekaran. V ezt �rtad: > Greetings. > > Is there any known bug in BeanUtils package for automatic population of > data from JSP. ... > While submitting the reset() method is called which sets null to > primitive javabean. And in PropertyUtils.getProperty gets null value as
Don't you think that the bug is in your implementation? What else but NPE would you expect if you set the bean to null in reset, and later you try to access its property. Tib -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

