You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ji...@apache.org on 2004/04/06 23:58:43 UTC

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

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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


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

Posted by "dion gillard (JIRA)" <co...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/JELLY-109?page=history ]

dion gillard updated JELLY-109:
-------------------------------

    Fix Version: 1.0

> 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


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

Posted by co...@jakarta.apache.org.
The following comment has been added to this issue:

     Author: dion gillard
    Created: Sun, 12 Sep 2004 10:29 AM
       Body:
need to work up a test case for this
---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/JELLY-109?page=comments#action_53043

---------------------------------------------------------------------
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 10:29 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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


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

Posted by co...@jakarta.apache.org.
The following issue has been updated:

    Updater: dion gillard (mailto:dion@apache.org)
       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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


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

Posted by co...@jakarta.apache.org.
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


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

Posted by "dion gillard (JIRA)" <co...@jakarta.apache.org>.
     [ 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