Hello, Could you post the outline of the source that created this error? Just curious as to what could have caused that error--may be a bug.
Thanks, Dave --- Giovanni Azua <[EMAIL PROTECTED]> wrote: > hi, > > Got rid of the issue by changing the following > parameter in struts.xml > > From: > <constant name="struts.devMode" value="true" /> > > To: > <constant name="struts.devMode" value="false" /> > > hard to guess this one .. > > regards, > Giovanni > > Giovanni Azua wrote: > > hi all, > > > > I am playing with Struts 2.1.1 built from sources > and I am currently > > getting the exception below while using remote > div, any clues? > > > > TIA, > > regards, > > Giovanni > > > > WARNING: Could not find property > [struts.valueStack] > > ognl.OgnlException: target is null for > setProperty(null, > > "preventCache", [Ljava.lang.String;@5f262a85) > > at > ognl.OgnlRuntime.setProperty(OgnlRuntime.java:1651) > > at > ognl.ASTProperty.setValueBody(ASTProperty.java:101) > > at > ognl.SimpleNode.evaluateSetValueBody(SimpleNode.java:177) > > at > ognl.SimpleNode.setValue(SimpleNode.java:246) > > at > ognl.ASTChain.setValueBody(ASTChain.java:172) > > at > ognl.SimpleNode.evaluateSetValueBody(SimpleNode.java:177) > > at > ognl.SimpleNode.setValue(SimpleNode.java:246) > > at ognl.Ognl.setValue(Ognl.java:476) > > at > com.opensymphony.xwork2.ognl.OgnlUtil.setValue(OgnlUtil.java:197) > > at > > > com.opensymphony.xwork2.ognl.OgnlValueStack.setValue(OgnlValueStack.java:150) > > > > > at > > > com.opensymphony.xwork2.ognl.OgnlValueStack.setValue(OgnlValueStack.java:138) > > > > > at > > > com.opensymphony.xwork2.interceptor.ParametersInterceptor.setParameters(ParametersInterceptor.java:196) > > > > > at > > > com.opensymphony.xwork2.interceptor.ParametersInterceptor.doIntercept(ParametersInterceptor.java:162) > > > > > at > > > com.opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:85) > > > > > at > > > com.opensymphony.xwork2.DefaultActionInvocation$1.doProfiling(DefaultActionInvocation.java:230) > > > > > at > > > com.opensymphony.xwork2.DefaultActionInvocation$1.doProfiling(DefaultActionInvocation.java:229) > > > > > at > > > com.opensymphony.xwork2.util.profiling.UtilTimerStack.profile(UtilTimerStack.java:455) > > > > > at > > > com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:227) > > > > > at > > > com.opensymphony.xwork2.interceptor.StaticParametersInterceptor.intercept(StaticParametersInterceptor.java:104) > > > > > at > > > com.opensymphony.xwork2.DefaultActionInvocation$1.doProfiling(DefaultActionInvocation.java:230) > > > > > at > > > com.opensymphony.xwork2.DefaultActionInvocation$1.doProfiling(DefaultActionInvocation.java:229) > > > > > at > > > com.opensymphony.xwork2.util.profiling.UtilTimerStack.profile(UtilTimerStack.java:455) > > > > > at > > > com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:227) > > > > > at > > > org.apache.struts2.interceptor.CheckboxInterceptor.intercept(CheckboxInterceptor.java:83) > > > > > at > > > com.opensymphony.xwork2.DefaultActionInvocation$1.doProfiling(DefaultActionInvocation.java:230) > > > > > at > > > com.opensymphony.xwork2.DefaultActionInvocation$1.doProfiling(DefaultActionInvocation.java:229) > > > > > at > > > com.opensymphony.xwork2.util.profiling.UtilTimerStack.profile(UtilTimerStack.java:455) > > > > > at > > > com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:227) > > > > > at > > > org.apache.struts2.interceptor.FileUploadInterceptor.intercept(FileUploadInterceptor.java:207) > > > > > at > > > com.opensymphony.xwork2.DefaultActionInvocation$1.doProfiling(DefaultActionInvocation.java:230) > > > > > at > > > com.opensymphony.xwork2.DefaultActionInvocation$1.doProfiling(DefaultActionInvocation.java:229) > > > > > at > > > com.opensymphony.xwork2.util.profiling.UtilTimerStack.profile(UtilTimerStack.java:455) > > > > > at > > > com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:227) > > > > > at > > > com.opensymphony.xwork2.interceptor.ModelDrivenInterceptor.intercept(ModelDrivenInterceptor.java:75) > > > > > at > > > com.opensymphony.xwork2.DefaultActionInvocation$1.doProfiling(DefaultActionInvocation.java:230) > > > > > at > > > com.opensymphony.xwork2.DefaultActionInvocation$1.doProfiling(DefaultActionInvocation.java:229) > > > > > at > > > com.opensymphony.xwork2.util.profiling.UtilTimerStack.profile(UtilTimerStack.java:455) > > > > > at > > > com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:227) > > > > > at > > > com.opensymphony.xwork2.interceptor.ScopedModelDrivenInterceptor.intercept(ScopedModelDrivenInterceptor.java:127) > > > > > at > === message truncated === --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]