You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tiles.apache.org by "Antonio Petrelli (JIRA)" <ji...@apache.org> on 2008/03/16 11:39:58 UTC

[jira] Created: (TILES-263) InsertAttributeTag should store the attribute in doStartTag

InsertAttributeTag should store the attribute in doStartTag
-----------------------------------------------------------

                 Key: TILES-263
                 URL: https://issues.apache.org/struts/browse/TILES-263
             Project: Tiles
          Issue Type: Improvement
          Components: tiles-jsp (jsp support)
    Affects Versions: 2.0.5
            Reporter: Antonio Petrelli
            Assignee: Antonio Petrelli
             Fix For: 2.1.0


Currently the InsertAttributeTag stores the current context in a tag class member.
This context is useless, except of getting the attribute itself.
The attribute should be got, instead of the context, in doStartTag.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (TILES-263) InsertAttributeTag should store the attribute in doStartTag

Posted by "Antonio Petrelli (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/TILES-263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antonio Petrelli closed TILES-263.
----------------------------------


Closed due to the release of Tiles 2.1.0.

> InsertAttributeTag should store the attribute in doStartTag
> -----------------------------------------------------------
>
>                 Key: TILES-263
>                 URL: https://issues.apache.org/struts/browse/TILES-263
>             Project: Tiles
>          Issue Type: Improvement
>          Components: tiles-jsp (jsp support)
>    Affects Versions: 2.0.5
>            Reporter: Antonio Petrelli
>            Assignee: Antonio Petrelli
>             Fix For: 2.1.0
>
>
> Currently the InsertAttributeTag stores the current context in a tag class member.
> This context is useless, except of getting the attribute itself.
> The attribute should be got, instead of the context, in doStartTag.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (TILES-263) InsertAttributeTag should store the attribute in doStartTag

Posted by "Antonio Petrelli (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/TILES-263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antonio Petrelli resolved TILES-263.
------------------------------------

    Resolution: Fixed

Now the attribute is stored in the tag, instead of storing its context.

> InsertAttributeTag should store the attribute in doStartTag
> -----------------------------------------------------------
>
>                 Key: TILES-263
>                 URL: https://issues.apache.org/struts/browse/TILES-263
>             Project: Tiles
>          Issue Type: Improvement
>          Components: tiles-jsp (jsp support)
>    Affects Versions: 2.0.5
>            Reporter: Antonio Petrelli
>            Assignee: Antonio Petrelli
>             Fix For: 2.1.0
>
>
> Currently the InsertAttributeTag stores the current context in a tag class member.
> This context is useless, except of getting the attribute itself.
> The attribute should be got, instead of the context, in doStartTag.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.