Add the following line to your struts.xml file.
d-.*-p

Example:
        <interceptor-stack name="creditDefaultStack">
                <interceptor-ref name="creditException" />
                <interceptor-ref name="alias" />
                <interceptor-ref name="servlet-config" />
                <interceptor-ref name="prepare" />
                <interceptor-ref name="i18n" />
                <interceptor-ref name="chain" />
                <interceptor-ref name="debugging" />
                <interceptor-ref name="profiling" />
                <interceptor-ref name="scoped-model-driven" />
                <interceptor-ref name="model-driven" />
                <interceptor-ref name="checkbox" />
                <interceptor-ref name="static-params" />
                <interceptor-ref name="params">
                        dojo\..*
                        d-.*-p          </interceptor-ref>
                <interceptor-ref name="conversionError" />
                <interceptor-ref name="validation">
                
                cancel,execute,delete,edit,list,start
                
                </interceptor-ref>
                <interceptor-ref name="workflow">
                        
                                input,back,cancel,browse
                        
                </interceptor-ref>
                    </interceptor-stack>
                </interceptors>
                <default-interceptor-ref name="creditDefaultStack" />




Al Sutton-4 wrote:
> 
> It's a warning that occurs because you're using displaytags.
> 
> Don't worry about it, it won't hurt you, and messing with it will just
> make
> bad things happen (you know the kind of thing, long nights trying to work
> out things like why table sorting isn't working, why data isn't being
> displayed, and why the world is so unfair).
> 
> In the words of a nice policeman; "Move along, there's nothing to see
> here"
> 
> -----Original Message-----
> From: red phoenix [mailto:[EMAIL PROTECTED] 
> Sent: 26 September 2007 16:29
> To: Struts Users Mailing List
> Subject: Error: ParametersInterceptor - [setParameters]
> 
> 
> I use struts2.0.9 and displaytag,xwork-2.0.4.jar,when I click next page of
> displaytag,it will raise flowing warning:
> 
> Warn: ParametersInterceptor - [setParameters]: Unexpected Exception caught
> setting 'd-1332698-p' on 'class Test.TestAction: Error setting expression
> 'd-1332698-p' with value '[Ljava.lang.String;@14bf534'
> 
> Why raise above waring? How to solve it?
> Thanks!
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Error%3A-ParametersInterceptor----setParameters--tf4523088.html#a13154303
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