Hi, I'm using a small ajax div-tag to load data from an action. I make
refreshments every x seconds.
It works,
But I get this exception in my console :
SEVERE: Error setting expr 'dojo.transport' with value
'[Ljava.lang.String;@1256a73'
ognl.OgnlException: target is null for setProperty(null, "transport",
[Ljava.lang.String;@1256a73)
        at ognl.OgnlRuntime.setProperty(OgnlRuntime.java:1624)
        at ognl.ASTProperty.setValueBody(ASTProperty.java:105)
        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.util.OgnlUtil.setValue(OgnlUtil.java:184)
        at
com.opensymphony.xwork2.util.OgnlValueStack.setValue(OgnlValueStack.java:162)
        at
com.opensymphony.xwork2.util.OgnlValueStack.setValue(OgnlValueStack.java:150)
        at
com.opensymphony.xwork2.interceptor.ParametersInterceptor.setParameters(ParametersInterceptor.java:173)
        at
com.opensymphony.xwork2.interceptor.ParametersInterceptor.intercept(ParametersInterceptor.java:139)
        at
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:200)
        at
com.opensymphony.xwork2.interceptor.StaticParametersInterceptor.intercept(StaticParametersInterceptor.java:105)
...

If I make another load and/or refreshment on this ajax <div>, I will get
another excpetion like this. So it becomes quickly dangerous for my
application.

Does someone ever found a trick or a solution to solve this ?

thank you very much

Does anyone has su
-- 
View this message in context: 
http://www.nabble.com/Error-setting-expr-dojo.transport-with-value...-tf2782794.html#a7764273
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to