Sorry for the trouble, i saw the staticfilter before but didn't understand it was for my case too... I'm integrating it right now. Thx for the help
mraible wrote: > > If you want to exclude them from being decorated, you can modify > decorators.xml. If you want to prevent them from hitting Struts, you'll > want > to modify the StaticFilter and its "includes" init-param. Here's an > example: > > <filter> > <filter-name>staticFilter</filter-name> > > <filter-class>org.appfuse.webapp.filter.StaticFilter</filter-class> > <init-param> > <param-name>includes</param-name> > <param-value>/scripts/dojo/*,/help/*</param-value> > </init-param> > </filter> > > Hope this helps, > > Matt > > On 5/30/07, RobinCamus <[EMAIL PROTECTED]> wrote: >> >> >> I mean i want to use the *.html extension for them and not go through >> struts >> to serve them up. >> But i can't find a configuration file where to put an exclude on them. >> >> >> mraible wrote: >> > >> > What do you mean by "traited"? Do you mean that you want files in this >> > directory to not be decorated by SiteMesh. Or do you mean you want to >> use >> > the *.html extension for them and not go through Struts to serve them >> up? >> > >> > Matt >> > >> > On 5/30/07, RobinCamus <[EMAIL PROTECTED]> wrote: >> >> >> >> >> >> Hi, >> >> I'm searching a way to put my help pages in a directory like >> /myapp/help, >> >> so >> >> i tought about excluding a directory from being traited by struts, in >> >> order >> >> to avoid having a lots of stuff in the struts.xml file to redirect to >> my >> >> help pages (they are simple HTML file). >> >> But i can't found how to do this (only how to exclude from decorator >> but >> >> that's not helping me), is that possible? >> >> >> >> Thx in advance >> >> Robin >> >> >> >> -- >> >> View this message in context: >> >> >> http://www.nabble.com/Exclude-a-directory-from-being-traited-tf3840797s2369.html#a10875123 >> >> Sent from the AppFuse - User mailing list archive at Nabble.com. >> >> >> >> --------------------------------------------------------------------- >> >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> >> >> >> > >> > >> > -- >> > http://raibledesigns.com >> > >> > >> >> -- >> View this message in context: >> http://www.nabble.com/Exclude-a-directory-from-being-traited-tf3840797s2369.html#a10875743 >> Sent from the AppFuse - User mailing list archive at Nabble.com. >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > > -- > http://raibledesigns.com > > -- View this message in context: http://www.nabble.com/Exclude-a-directory-from-being-traited-tf3840797s2369.html#a10889111 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
