You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by co...@jakarta.apache.org on 2004/10/15 22:10:52 UTC

[jira] Updated: (JELLY-109) jsl:applyTemplates mode attribute not functioning

The following issue has been updated:

    Updater: Maarten Coene (mailto:maarten.coene@hotpop.com)
       Date: Fri, 15 Oct 2004 1:08 PM
    Comment:
Added a patch and a test case.

Maarten
    Changes:
             Attachment changed to jelly.patch
    ---------------------------------------------------------------------
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: Fri, 15 Oct 2004 1:08 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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org