Hello, We have added a set of help files that are static html using the .htm extension. And by placing a link in the header.jsp, a user can get to the main help page. There are 2 problems - one is that once the user is in the help pages, the links to My Profile and Logout are no longer present even though the main logo is. The static pages are getting the logo via a decorator since they do not include the image in their source. So, question 1: how do I get the decorators to place the links as well and the image into the header of the static pages? The second issue is that when I name the static files using the .html extension, the application cannot find the pages at all. So, question 2, how do I configure the security.xml and/or web.xml to use either extension?
Thanks, Tony -- View this message in context: http://www.nabble.com/Static-html-page-display-and-decoration-problem-tf3396529s2369.html#a9456390 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
