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

Static (html) pages won't render

2011-04-29 Thread Nikola Milikic
Hi all, I suppose this is a trivial question, but couldn't make it work. I want to have a static html page in my app which would on form submission call a specific servlet (I'need to use a servlet here). But my page won't render at all. Then I tried creating as simple html page as http://www.w3.