Re: Static (html) pages won't render

2011-04-30 Thread Nikola Milikic
Oh, really sorry for the false alarm. I had some unnecessary servlet and filter mappings defined in my web.xml. It's ok now. Best, Nikola On Sat, Apr 30, 2011 at 1:22 AM, Howard Lewis Ship wrote: > Tapestry specifically doesn't handle requests for actual resources, > such as your test.html. Is

Re: Static (html) pages won't render

2011-04-29 Thread Howard Lewis Ship
Tapestry specifically doesn't handle requests for actual resources, such as your test.html. Is there anything else in your web.xml? On Fri, Apr 29, 2011 at 8:09 AM, Nikola Milikic wrote: > Hi all, > > I suppose this is a trivial question, but couldn't make it work. I want to > have a static html

Re: Static HTML ...

2010-01-20 Thread Richard Hill
stry users Subject: Re: Static HTML ... Date: Wed, 20 Jan 2010 09:10:11 -0200 On Wed, 20 Jan 2010 07:50:26 -0200, Olle Hallin wrote: > You could place them anywhere you like under the web context, but you > must tell Tapestry to ignore them: Unless your HTML file has the same URL as so

Re: Static HTML ...

2010-01-20 Thread Thiago H. de Paula Figueiredo
On Wed, 20 Jan 2010 07:50:26 -0200, Olle Hallin wrote: You could place them anywhere you like under the web context, but you must tell Tapestry to ignore them: Unless your HTML file has the same URL as some Tapestry page, there's no need for that. Tapestry already ignores requests for page

Re: Static HTML ...

2010-01-20 Thread Olle Hallin
You could place them anywhere you like under the web context, but you must tell Tapestry to ignore them: Add to AppModule.java: public void contributeIgnoredPathsFilter(Configuration configuration) { configuration.add("/my-static-stuff/*"); } Olle Hallin Senior Java Developer an