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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to