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/02/25 11:54:47 UTC

[jira] Created: (TILES-373) Add "execute" methods to template models

Add "execute" methods to template models
----------------------------------------

                 Key: TILES-373
                 URL: https://issues.apache.org/struts/browse/TILES-373
             Project: Tiles
          Issue Type: Task
          Components: tiles-template
    Affects Versions: 2.2.0
            Reporter: Antonio Petrelli
            Assignee: Antonio Petrelli
             Fix For: 2.2.0


Currently the majority of template models has a "start" and an "end" method.
There should be also an "execute" method that in fact is a "start" followed by an "end" but with less code, due to the fact that a compose stack pushing is not necessary.

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


[jira] Closed: (TILES-373) Add "execute" methods to template models

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

Antonio Petrelli closed TILES-373.
----------------------------------

    Resolution: Fixed

"execute" methods added.

> Add "execute" methods to template models
> ----------------------------------------
>
>                 Key: TILES-373
>                 URL: https://issues.apache.org/struts/browse/TILES-373
>             Project: Tiles
>          Issue Type: Task
>          Components: tiles-template
>    Affects Versions: 2.2.0
>            Reporter: Antonio Petrelli
>            Assignee: Antonio Petrelli
>             Fix For: 2.2.0
>
>
> Currently the majority of template models has a "start" and an "end" method.
> There should be also an "execute" method that in fact is a "start" followed by an "end" but with less code, due to the fact that a compose stack pushing is not necessary.

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