I18N lookup fails for menu tag in navigation.jelly.
---------------------------------------------------

         Key: MPXDOC-162
         URL: http://jira.codehaus.org/browse/MPXDOC-162
     Project: maven-xdoc-plugin
        Type: Bug
    Versions: 1.9.1    
 Environment: Maven 1.1 B1
 Reporter: Faron Dutton


In navigation.jelly the statement 
  <menu key="navigation.menu.project_documentation"
                    bundle="plugin-resources/templates/templates">

should generate the following once it passes through site.jsl

  <div id="menu">
      <h5>Project Documentation</h5>

instead it generates

<div id="menuProject Documentation">
      <h5></h5>

If you look at maven.apache.org/index.html you will see that the menu name is 
missing from the section that contains the "About" link.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to