You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lenya.apache.org by bu...@apache.org on 2004/03/05 16:05:51 UTC

DO NOT REPLY [Bug 27474] New: - No tabs in CMS menu and other weid behavior

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27474>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27474

No tabs in CMS menu and other weid behavior

           Summary: No tabs in CMS menu and other weid behavior
           Product: Lenya
           Version: HEAD
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: Miscellaneous
        AssignedTo: gregor@apache.org
        ReportedBy: roku@apache.org
                CC: lenya-dev@cocoon.apache.org


In short: This is caused by a xalan > 2.5.0 version somewhere in the classpath.

Concerning Lenya: Lenya copies one xalan-2.5.2 version from cocoon space to
build/lenya/webapp/WEBINF/lib. On the otherside the lenya developers recommend
to use xalan-2.5.0 thus the issue here is, that no offending xalan version
should be copied by lenya.

In detail:

I tracked down the xalan issue to a couple of xslt which all use stuff like this:

<xsl:call-template name="area-tab">
    <xsl:with-param name="tab-area">live</xsl:with-param>
    <xsl:with-param name="target">_blank</xsl:with-param>
</xsl:call-template>

All passed parameters in ALL xslt are null.
I googled for a solution, but had no luck, sorry.


We simply should use xalan-2.5.0 and avoid confrontating users with other xalan
version, thus fix the build scripts.

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-dev-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-dev-help@cocoon.apache.org