1. Yes struts.dev is setted to false.
2. This is how I am using the interceptor:
<interceptor-ref name="completeStack"/>
             <interceptor-ref name="execAndWait">
                 <param name="delay">1000</param>
                <param name="delaySleepInterval">1000</param>
            </interceptor-ref>        
             <result name="wait">/pages/wait.jsp</result>
3. I am using struts2.3.1.2

Thanks,




________________________________
 From: Felipe Lorenz <felipe.lor...@idealogic.com.br>
To: Struts Users Mailing List <user@struts.apache.org>; Omar Ngarigari 
<ngarigar...@yahoo.com> 
Sent: Thursday, June 27, 2013 4:27 PM
Subject: Re: Warning message when execAndWait
 

Hello Omar,

Is needed more information, but I can guess some things:

1 - struts.dev is setted to false?
2 - are you using token interceptor?
3 - if yes, there is a token value in the submitted form? 
4 - what version of struts are the project using? there is a resolved issue 
about it: https://issues.apache.org/jira/browse/WW-1741

Att,

Felipe Lorenz

Em 27/06/2013, às 17:14, Omar Ngarigari escreveu:

> Hello,
> 
> Is anybody knows why I am getting the following warning message while waiting 
> page is displaying. (execAndWait)?
> 
> WARN  [org.apache.struts2.util.TokenHelper] Could not find token mapped to 
> token name struts.token
> 
> Thanks,

Reply via email to