Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://issues.apache.org/jira/browse/JELLY-109 Here is an overview of the issue: --------------------------------------------------------------------- Key: JELLY-109 Summary: jsl:applyTemplates mode attribute not functioning Type: Bug Status: Unassigned Priority: Minor Project: jelly Assignee: Reporter: Sean Moriarty Created: Tue, 6 Apr 2004 2:57 PM Updated: Tue, 6 Apr 2004 2:57 PM Environment: Windows XP - using Maven 1.0-RC1 site goal Description: The following modified site.jsl file <jsl:template match="menu" trim="false"> <jsl:applyTemplates select="item" mode="bbb" /> </jsl:template> <jsl:template match="item" trim="false"> No mode </jsl:template> <jsl:template match="item" trim="false" mode="bbb"> BBB </jsl:template> returns the output No mode No mode No mode No mode No mode --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
