The following issue has been updated:
Updater: dion gillard (mailto:[EMAIL PROTECTED])
Date: Sun, 12 Sep 2004 9:11 AM
Changes:
Component changed to taglib.jsl
---------------------------------------------------------------------
For a full history of the issue, see:
http://issues.apache.org/jira/browse/JELLY-109?page=history
---------------------------------------------------------------------
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
Components:
taglib.jsl
Assignee:
Reporter: Sean Moriarty
Created: Tue, 6 Apr 2004 2:57 PM
Updated: Sun, 12 Sep 2004 9:11 AM
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]