You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "dion gillard (JIRA)" <co...@jakarta.apache.org> on 2004/10/28 21:21:32 UTC

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

     [ http://issues.apache.org/jira/browse/JELLY-109?page=history ]
     
dion gillard resolved JELLY-109:
--------------------------------

    Resolution: Fixed

Applied and tested

> jsl:applyTemplates mode attribute not functioning
> -------------------------------------------------
>
>          Key: JELLY-109
>          URL: http://issues.apache.org/jira/browse/JELLY-109
>      Project: jelly
>         Type: Bug
>   Components: taglib.jsl
>  Environment: Windows XP - using Maven 1.0-RC1 site goal
>     Reporter: Sean Moriarty
>     Priority: Minor
>      Fix For: 1.0
>  Attachments: jelly.patch
>
> 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  

-- 
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