Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: updated for latest community magnolia trunk

...

Code Block
<jsp-config>
   <taglib>
      <taglib-uri>cmsuri>cmsfn-taglib</taglib-uri>
      <taglib-location>cmslocation>cmsfn-taglib.tld</taglib-location>
   </taglib>
   <taglib>
     <taglib-uri>cms-util-taglib</taglib-uri>
     <taglib-location>cms-util-taglib.tld</taglib-location>
   </taglib>
</jsp-config>

And copy the files to webapp/WEB-INF

...