|
[
Permalink
| « Hide
]
Matt Raible added a comment - 28/Mar/07 11:26 AM
Did you recently upgrade to M4? If so, the problem is likely because your decorator is getting overridden by one in AppFuse. Can you diff your src/main/webapp/decorators/default.jsp against the one created in target/appname-version/decorators/default.jsp? If they're different, you might need to "touch" the one in your local directory so it has a newer timestamp.
With the jsf-basic archetype, there is no default.jsp in src/main/webapp/decorators/. To fix the problem, we had to copy the one from the target subtree into the src subtree and change it.
When you say "change it", do you mean you had to change it to fix the problem? If so, what change did you make? Does this issue happen on http://demo.appfuse.org/appfuse-jsf?
we replaced "page.heading" with "meta.heading" in the source. The online demo works fine.
This is indeed a bug - thanks for spotting it.
It seems AppFuse is grabbing the decorator from appfuse-common-web instead of appfuse-jsf. I'll try to fix it tonight. This should be fixed now - I republished the M4 artifacts, so if you rm -r ~/.m2/repository/org/appfuse and try again it should work.
I did notice that the login page no longer shows up with a title. This is likely related to
Matt Raible made changes - 29/Mar/07 12:58 AM
|
|||||||||||||||||||||||||||||||||||||||||||||||||