I think you can safely map to *.action and /struts/*

-Wes

On Fri, Nov 27, 2009 at 12:41 AM, Kishore Kumar <kishorec...@aol.com> wrote:
> Hi,
>
> Is there a way to change the FilterDispatcher URL Pattren other than /*?
> I am using ICEFaces and struts2 togeather but due to struts2 URL Pattren 
> ICEFaces requests are being ignored.
>
> Can i use url-pattren /*.action ?
>
> As per the struts documentation it says to use following
>
> <filter>
>      <filter-name>struts2</filter-name>
>      
> <filter-class>org.apache.struts2.dispatcher.FilterDispatcher</filter-class>
>    </filter>
>    <filter-mapping>
>      <filter-name>struts2</filter-name>
>      <url-pattern>/*</url-pattern>
>    </filter-mapping>
>
>
>
>  Thanks,
> Kishore
>



-- 
Wes Wannemacher

Head Engineer, WanTii, Inc.
Need Training? Struts, Spring, Maven, Tomcat...
Ask me for a quote!

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

Reply via email to