I have a tapestry app mapped to ContextName/application. The app runs, and when I connect to http://myserver/ContextName/application, the home page shows correctly.
On the home page, I have a PageLink component, to another of my pages. When the link renders, it maps to ContextName/app instead of application. I have gone over all of the files that I have put into the project, and don't see anywhere where it would be pulling "app" from. Anyone have an idea as to where this is getting pulled from? Shouldn't it map to the tapestry servlet's url mapping automatically? Thanks in advance.
