You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by Sjur Moshagen <sj...@mac.com> on 2008/09/18 13:39:21 UTC

Re: overrides of forrest:properties/forrest:property in contracts

Den 18. sep. 2008 kl. 14.28 skrev Sjur Moshagen:

> [...] put in the following in my forrest.properties.xml file:
>
>  <forrest:property name="copyright">
>    <year inception='true'>2004</year>
>    <vendor>Divvun</vendor>
>    <url>http://Divvun.no</url>
>    <msg>Atterhald om alle rettar.</msg>
>    <symbol>©</symbol>
>    <property></property>
>  </forrest:property>

That should of course be:

<property name="copyright">
   ...
</property>

(no namespace).

> But that didn't work, the one in the panel came through. What am I  
> doing wrong?

Still no luck after removing the namespace.

Sjur