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 2009/01/16 11:27:45 UTC

[jira] Created: (TILES-354) Add a template attribute concept

Add a template attribute concept
--------------------------------

                 Key: TILES-354
                 URL: https://issues.apache.org/struts/browse/TILES-354
             Project: Tiles
          Issue Type: Improvement
          Components: tiles-api, tiles-core
    Affects Versions: 2.1.1
            Reporter: Antonio Petrelli
             Fix For: 2.1.2


Currently the template management is done through the use of the "template" property of the AttributeContext interface.
But the fact is that a "template" can be, in fact, a "real" attribute, that has to be managed in a special way. 
In particular it may have a "type" or an associated "renderer".
Currently the template rendering is done through request dispatching (include or forward), while other attributes are renderer by "renderers".
If the "template" concept is transformed into a "template attribute", a renderer can be associated.

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


[jira] Updated: (TILES-354) Add a template attribute concept

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

Antonio Petrelli updated TILES-354:
-----------------------------------

    Assignee: Antonio Petrelli

> Add a template attribute concept
> --------------------------------
>
>                 Key: TILES-354
>                 URL: https://issues.apache.org/struts/browse/TILES-354
>             Project: Tiles
>          Issue Type: Improvement
>          Components: tiles-api, tiles-core
>    Affects Versions: 2.1.1
>            Reporter: Antonio Petrelli
>            Assignee: Antonio Petrelli
>             Fix For: 2.1.2
>
>
> Currently the template management is done through the use of the "template" property of the AttributeContext interface.
> But the fact is that a "template" can be, in fact, a "real" attribute, that has to be managed in a special way. 
> In particular it may have a "type" or an associated "renderer".
> Currently the template rendering is done through request dispatching (include or forward), while other attributes are renderer by "renderers".
> If the "template" concept is transformed into a "template attribute", a renderer can be associated.

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


[jira] Updated: (TILES-354) Add a template attribute concept

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

Antonio Petrelli updated TILES-354:
-----------------------------------

    Component/s: tiles-test
                 tiles-servlet
                 tiles-portlet
                 tiles-jsp (jsp support)
                 tiles-compat

> Add a template attribute concept
> --------------------------------
>
>                 Key: TILES-354
>                 URL: https://issues.apache.org/struts/browse/TILES-354
>             Project: Tiles
>          Issue Type: Improvement
>          Components: tiles-api, tiles-compat, tiles-core, tiles-jsp (jsp support), tiles-portlet, tiles-servlet, tiles-test
>    Affects Versions: 2.1.1
>            Reporter: Antonio Petrelli
>            Assignee: Antonio Petrelli
>             Fix For: 2.1.2
>
>
> Currently the template management is done through the use of the "template" property of the AttributeContext interface.
> But the fact is that a "template" can be, in fact, a "real" attribute, that has to be managed in a special way. 
> In particular it may have a "type" or an associated "renderer".
> Currently the template rendering is done through request dispatching (include or forward), while other attributes are renderer by "renderers".
> If the "template" concept is transformed into a "template attribute", a renderer can be associated.

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


[jira] Closed: (TILES-354) Add a template attribute concept

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

Antonio Petrelli closed TILES-354.
----------------------------------

    Resolution: Fixed

Added template attribute concept.

> Add a template attribute concept
> --------------------------------
>
>                 Key: TILES-354
>                 URL: https://issues.apache.org/struts/browse/TILES-354
>             Project: Tiles
>          Issue Type: Improvement
>          Components: tiles-api, tiles-compat, tiles-core, tiles-jsp (jsp support), tiles-portlet, tiles-servlet, tiles-test
>    Affects Versions: 2.1.1
>            Reporter: Antonio Petrelli
>            Assignee: Antonio Petrelli
>             Fix For: 2.1.2
>
>
> Currently the template management is done through the use of the "template" property of the AttributeContext interface.
> But the fact is that a "template" can be, in fact, a "real" attribute, that has to be managed in a special way. 
> In particular it may have a "type" or an associated "renderer".
> Currently the template rendering is done through request dispatching (include or forward), while other attributes are renderer by "renderers".
> If the "template" concept is transformed into a "template attribute", a renderer can be associated.

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