Re: Building accurate URI

2005-02-17 Thread Karan
Matt, Try this: href='<@html.rewrite page=""/>/FTL/resources/css/mainstyle.css' (its in the freemarker syntax, so change that for JSPs) When I use this, all links, etc. have to be given the path relative to the context and not to your current document. That way I can keep everythign in order, and

Building accurate URI

2005-02-17 Thread Matt Hughes
Previously all the JSPs in my application were in the same folder. To organize things a bit, I categorized them according to action and now they are nice, but the problem is all the links in my application are relative. And they all expect that they are in the same base folder, but now they'r