Thorsten Scherler wrote:
On Thu, 2005-09-01 at 02:12 +0100, Ross Gardler wrote:
I did some work this evening on an "old" site that was using views (i.e.
before the refactoring for project.theme and project.theme-fv properties).
I've added these properties am told the resource is not found. Now, this
resource is being brought over from a Daisy repo, there was a bug
introduced to the LM (null m_nodes), but that is fixed now. However, I
still get the same error.
The logs are showing that the problem is now in views, at least I think
that is what the error below means. It can't find the COntractsMessages
resource, which is part of the viewHelper plugin.
Any ideas?
10:48:35 [EMAIL PROTECTED]>~/apache/forrest-trunk/whiteboard/plugins $
grep "ContractsMessages" * -R|grep -v .svn
org.apache.forrest.plugin.output.viewHelper.xhtml/output.xmap:
<catalogue id="contracts" name="ContractsMessages" location="messages"/>
Are the messages in the plugin?
They are not *in* the plugin, but I think the plugin is the difference
between this and other sites that are working. I've no time to dig into
it now but I can confirm that other sites work OK.
Ross