You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by Tom Truong <os...@metoi.com> on 2006/02/06 23:47:50 UTC

Getting org.apache.commons.beanutils.NestedNullException

Hi everyone:

I am trying to run a StrutsTestCase test and getting this following error, on the Struts code that
I have no control over.  Anyone has any clue as to what might be the cause of this error?

------------
Root Cause:
------------
org.apache.commons.beanutils.NestedNullException: Null property value for 'state'
	at org.apache.commons.beanutils.PropertyUtilsBean.getNestedProperty(PropertyUtilsBean.java:669)
	at org.apache.commons.beanutils.PropertyUtilsBean.getProperty(PropertyUtilsBean.java:715)
	at org.apache.commons.beanutils.BeanUtilsBean.setProperty(BeanUtilsBean.java:884)
	at org.apache.commons.beanutils.BeanUtilsBean.populate(BeanUtilsBean.java:811)
	at org.apache.commons.beanutils.BeanUtils.populate(BeanUtils.java:298)
	at org.apache.struts.util.RequestUtils.populate(RequestUtils.java:493)
	at org.apache.struts.action.RequestProcessor.processPopulate(RequestProcessor.java:805)
	at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:203)
	at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1194)
	at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
	at servletunit.struts.MockStrutsTestCase.actionPerform(MockStrutsTestCase.java:394)

Thank you in advance,
Tom


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-user-help@jakarta.apache.org