hi,akash

i see the source code but i can't found any place config the name
of annotationWorkflow interceptor.
i think you will want to use it you must config it by yourself

add this in your interceptors

EX

<interceptors>
   <interceptor name="annotationWorkflow"
    
class="com.opensymphony.xwork2.interceptor.annotations.AnnotationWorkflowInterceptor"
/>
  </interceptors>

 it any english you doesn't know what it mean.
forgive my poor english

gordian

On Sat, Apr 12, 2008 at 9:20 AM, akash agrawal <[EMAIL PROTECTED]>
wrote:

> Hi,
>
> I am looking at the example provided on this link:
> http://struts.apache.org/2.x/docs/annotationworkflowinterceptor.html
>
> I couldn't find annotationWorkflow in my struts-default.xml
> <interceptor-ref name="annotationWorkflow"/>
>
> I get an error from framework:
>
> 2008-04-11 18:04:58.817 ERROR [StandardContext                3638]:
> Exception starting filter struts2
> Unable to find interceptor class referenced by ref-name annotationWorkflow
> - interceptor-ref -
> file:/C:/apache-tomcat-5.5.20/webapps/pm/WEB-INF/classes/struts.xml:32:49
>        at
> com.opensymphony.xwork2.config.providers.InterceptorBuilder.constructInterceptorReference(InterceptorBuilder.java:50)
>
>
> Any ideas?
>
>
>
>  
> ____________________________________________________________________________________
> Be a better friend, newshound, and
> know-it-all with Yahoo! Mobile.  Try it now.
> http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to