You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "sukumar.viper" <su...@gmail.com> on 2010/06/21 16:30:49 UTC

Re: struts 2 display tag problem


Hi Rakesh,

  I had the same problem but i fixed the bug.... 

 copy and paste this under package in the struts.xml file 
<interceptors>
            <interceptor-stack name="defaultStack">
                <interceptor-ref name="exception" />
                <interceptor-ref name="alias" />
                <interceptor-ref name="servletConfig" />
                <interceptor-ref name="prepare" />
                <interceptor-ref name="i18n" />
                <interceptor-ref name="chain" />
                <interceptor-ref name="debugging" />
                <interceptor-ref name="profiling" />
                <interceptor-ref name="scopedModelDriven" />
                <interceptor-ref name="modelDriven" />
                <interceptor-ref name="fileUpload" />
                <interceptor-ref name="checkbox" />
                <interceptor-ref name="staticParams" />
                <interceptor-ref name="params">
                    dojo..*,d-..* 
                </interceptor-ref>
                <interceptor-ref name="conversionError" />
                <interceptor-ref name="validation">
                    input,back,cancel,browse
                </interceptor-ref>
                <interceptor-ref name="workflow">
                    input,back,cancel,browse
                </interceptor-ref>
            </interceptor-stack>
        </interceptors>
       <default-interceptor-ref name="defaultStack"/>

 This ll help you...Try out this...





 
-- 
View this message in context: http://old.nabble.com/struts-2-display-tag-problem-tp27793039p28949251.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org