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 2007/11/13 14:22:34 UTC

[jira] Created: (TILES-231) Remove JspUtil

Remove JspUtil
--------------

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


The JspUtil is a class that tries to wrap JSP 2.0 and pre-2.0 code to allow invocation of "include" method with or without the "flush" parameter.
But since a requirement for Tiles is to use at least JSP 2.0, this utility class can be removed completely.

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


[jira] Updated: (TILES-231) Remove JspUtil "doInclude" method.

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

Antonio Petrelli updated TILES-231:
-----------------------------------

    Description: 
The JspUtil "doInclude" is a method that tries to wrap JSP 2.0 and pre-2.0 code to allow invocation of "include" method with or without the "flush" parameter.
But since a requirement for Tiles is to use at least JSP 2.0, this utility method can be removed completely.

  was:
The JspUtil is a class that tries to wrap JSP 2.0 and pre-2.0 code to allow invocation of "include" method with or without the "flush" parameter.
But since a requirement for Tiles is to use at least JSP 2.0, this utility class can be removed completely.

        Summary: Remove JspUtil "doInclude" method.  (was: Remove JspUtil)

> Remove JspUtil "doInclude" method.
> ----------------------------------
>
>                 Key: TILES-231
>                 URL: https://issues.apache.org/struts/browse/TILES-231
>             Project: Tiles
>          Issue Type: Improvement
>          Components: tiles-jsp (jsp support)
>    Affects Versions: 2.0.5
>            Reporter: Antonio Petrelli
>
> The JspUtil "doInclude" is a method that tries to wrap JSP 2.0 and pre-2.0 code to allow invocation of "include" method with or without the "flush" parameter.
> But since a requirement for Tiles is to use at least JSP 2.0, this utility method can be removed completely.

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


[jira] Assigned: (TILES-231) Remove JspUtil "doInclude" method.

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

Antonio Petrelli reassigned TILES-231:
--------------------------------------

    Assignee: Antonio Petrelli

> Remove JspUtil "doInclude" method.
> ----------------------------------
>
>                 Key: TILES-231
>                 URL: https://issues.apache.org/struts/browse/TILES-231
>             Project: Tiles
>          Issue Type: Improvement
>          Components: tiles-jsp (jsp support)
>    Affects Versions: 2.0.5
>            Reporter: Antonio Petrelli
>            Assignee: Antonio Petrelli
>
> The JspUtil "doInclude" is a method that tries to wrap JSP 2.0 and pre-2.0 code to allow invocation of "include" method with or without the "flush" parameter.
> But since a requirement for Tiles is to use at least JSP 2.0, this utility method can be removed completely.

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


[jira] Closed: (TILES-231) Remove JspUtil "doInclude" method.

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

Antonio Petrelli closed TILES-231.
----------------------------------


Tiles 2.0.6 released.

> Remove JspUtil "doInclude" method.
> ----------------------------------
>
>                 Key: TILES-231
>                 URL: https://issues.apache.org/struts/browse/TILES-231
>             Project: Tiles
>          Issue Type: Improvement
>          Components: tiles-jsp (jsp support)
>    Affects Versions: 2.0.5
>            Reporter: Antonio Petrelli
>            Assignee: Antonio Petrelli
>             Fix For: 2.0.6
>
>
> The JspUtil "doInclude" is a method that tries to wrap JSP 2.0 and pre-2.0 code to allow invocation of "include" method with or without the "flush" parameter.
> But since a requirement for Tiles is to use at least JSP 2.0, this utility method can be removed completely.

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


[jira] Resolved: (TILES-231) Remove JspUtil "doInclude" method.

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

Antonio Petrelli resolved TILES-231.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.6

Removed the "doInclude" method in JspUtil and replaced the code with pageContext.include.

> Remove JspUtil "doInclude" method.
> ----------------------------------
>
>                 Key: TILES-231
>                 URL: https://issues.apache.org/struts/browse/TILES-231
>             Project: Tiles
>          Issue Type: Improvement
>          Components: tiles-jsp (jsp support)
>    Affects Versions: 2.0.5
>            Reporter: Antonio Petrelli
>            Assignee: Antonio Petrelli
>             Fix For: 2.0.6
>
>
> The JspUtil "doInclude" is a method that tries to wrap JSP 2.0 and pre-2.0 code to allow invocation of "include" method with or without the "flush" parameter.
> But since a requirement for Tiles is to use at least JSP 2.0, this utility method can be removed completely.

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