Hello,
I have roller set up and using sitemesh. I find that the front page blog
is being decorated as it should be but that user blogs are not. A user
blog is at:
localhost:8080/blog/emerald
The blog that is being correctly decorated is at:
localhost:8080/blog
The decorators.xml file is:
<?xml version="1.0" encoding="ISO-8859-1"?>
<decorators defaultdir="/decorator">
<decorator name="prosoc-blog-main" webapp="/"
page="decorator-prosoc-blog-main.jsp">
<pattern>/*</pattern>
</decorator>
</decorators>
with the actual decorator being pulled from localhost:8080 due to the
'webapp' attribute.
Does anyone have any ideas how I could get the user blogs to be
decorated as well or maybe just a suggestion as to why they are not?
Thanks.