Hi,

Since the latest Xwork/WebWork from CVS, my application throws the following
exception when adding a request parameter that doesn't have a setter
(property) for it. I use several parameters to control my servlet filters;
so this is a blocking bug for me.

java.lang.RuntimeException: No object in the CompoundRoot has a property
named 'profiling'.
        at
com.opensymphony.xwork.util.CompoundRootAccessor.setProperty(CompoundRootAcc
essor.java:63)
        at ognl.OgnlRuntime.setProperty(OgnlRuntime.java:1460)
        at ognl.ASTProperty.setValueBody(ASTProperty.java:105)
        at ognl.SimpleNode.setValue(SimpleNode.java:215)
        at ognl.Ognl.setValue(Ognl.java:478)
        at
com.opensymphony.xwork.util.OgnlValueStack.setValue(OgnlValueStack.java:75)
        at
com.opensymphony.xwork.interceptor.ParametersInterceptor.before(ParametersIn
terceptor.java:47)
        at
com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterce
ptor.java:36)
        at
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocatio
n.java:170)
        at
com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterce
ptor.java:37)

Can this be considered an issue? Bug? Feature?

Thanks,
Mathias


-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to