Jack Axaopoulos wrote: > > I'm using Turbine 2.1 with velocity and have a question > concerning valid URLs. > > After reviewing some of the turbine/velocity code, and doing some tests, > the following URL works: > > ../servlet/turbine?template=/bank/checking,AccountView.vm > > My directory structure looks like: > /templates > /templates/bank > /templates/bank/checking > /templates/bank/checking/AccountView.vm > > However, the velocity-site-howto.html seems to imply that the following > URL should also work: > > ../servlet/turbine/template/bank/checking/AccountView.vm > > Is this actually the case?? This does NOT work for me, and if it should > then I know I need to keep digging.
What statement in the howto is giving you the impression that this should work? It should be template/bank,checking,AccountView.vm john mcnally -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
