Michael Kucera <[EMAIL PROTECTED]> wrote: > Right now if you type something like > www.myapp.ca/templates/welcome.vm into the browser the template is > rendered for the user but the required data is missing and it looks like > a mess. How do I selectively restrict access just to the templates > without interfering with the way struts works? Am I missing something > simple? Am I totally way off? Any help would be appreciated. Thanks.
Move your templates (and anything else you don't want visible via direct access) inside WEB-INF. -Mike --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
