newton.dave wrote:
> 
> Srikanth Goud wrote:
>>  I am presently working on struts 2.0.
>>  Whenever i use strutsUI tags(with theme="ajax") nothing is rendered on
>> page.
>>  I have done like this:-
>> In web.xml
>>      
>>    <filter> 
>>         <filter-name>struts-cleanup</filter-name> 
>>        
>> <filter-class>org.apache.struts2.dispatcher.ActionContextCleanUp</filter-class>
>>  
>>     </filter> 
>>     
>>  <filter> 
>>    <filter-name>sitemesh</filter-name> 
>>   
>> <filter-class>com.opensymphony.module.sitemesh.filter.PageFilter</filter-class>
>>  
>>  </filter> 
>> 
>> <filter-mapping>
>>     <filter-name>struts-cleanup</filter-name>
>>     <url-pattern>/*</url-pattern>
>> </filter-mapping>
>> <filter-mapping>
>>     <filter-name>sitemesh</filter-name>
>>     <url-pattern>/*</url-pattern>
>> </filter-mapping>
> 
> Are those the *only* filters in your web.xml?
> 
> Dave
> 
> Hi Dave,
> 
>  filters in web.xml are:-
> 
> 
>      <filter> 
>           <filter-name>struts-cleanup</filter-name>      
>          
> <filter-class>org.apache.struts2.dispatcher.ActionContextCleanUp</filter-class>
>  
>     </filter> 
>     
>   <filter> 
>      <filter-name>sitemesh</filter-name>   
>     
> <filter-class>com.opensymphony.module.sitemesh.filter.PageFilter</filter-class>
>  
>  </filter> 
> 
>     <filter>
>         <filter-name>struts2</filter-name>
>        
> <filter-class>org.apache.struts2.dispatcher.FilterDispatcher</filter-class>
>     </filter>
> 
> <filter-mapping>
>     <filter-name>struts-cleanup</filter-name>
>     <url-pattern>/*</url-pattern>
>  </filter-mapping>
> 
> <filter-mapping>
>     <filter-name>sitemesh</filter-name>
>      <url-pattern>/*</url-pattern>
> </filter-mapping>
> 
> <filter-mapping>
>    <filter-name>struts2</filter-name>
>   <url-pattern>/*</url-pattern>
> </filter-mapping>
> 
> these are the available filters in web.xml
> 
>  Srikanth
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Problem-with-Dojo-in-struts2-tp21722133p21741075.html
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to