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/04/30 20:09:05 UTC

[jira] Created: (TILES-269) Allow the use of JSP application EL expression factory

Allow the use of JSP application EL expression factory
------------------------------------------------------

                 Key: TILES-269
                 URL: https://issues.apache.org/struts/browse/TILES-269
             Project: Tiles
          Issue Type: Improvement
          Components: tiles-core
    Affects Versions: 2.1.0
            Reporter: Antonio Petrelli
             Fix For: 2.1.x


The code of ELAttributeEvaluator should be refactored to accept a factory of EL ExpressionFactories to use, in particular, either JUEL or container implementation for Servlet 2.5 containers.

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


[jira] Closed: (TILES-269) Allow the use of JSP application EL expression factory

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

Antonio Petrelli closed TILES-269.
----------------------------------


Closed due to the release of Tiles 2.1.0.

> Allow the use of JSP application EL expression factory
> ------------------------------------------------------
>
>                 Key: TILES-269
>                 URL: https://issues.apache.org/struts/browse/TILES-269
>             Project: Tiles
>          Issue Type: Improvement
>          Components: tiles-core
>    Affects Versions: 2.1.0
>            Reporter: Antonio Petrelli
>            Assignee: Antonio Petrelli
>             Fix For: 2.1.0
>
>         Attachments: tiles-269-patch.diff, tiles-269-test-webapp-proof-of-concept.diff
>
>
> The code of ELAttributeEvaluator should be refactored to accept a factory of EL ExpressionFactories to use, in particular, either JUEL or container implementation for Servlet 2.5 containers.

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


[jira] Assigned: (TILES-269) Allow the use of JSP application EL expression factory

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

Antonio Petrelli reassigned TILES-269:
--------------------------------------

    Assignee: Antonio Petrelli

> Allow the use of JSP application EL expression factory
> ------------------------------------------------------
>
>                 Key: TILES-269
>                 URL: https://issues.apache.org/struts/browse/TILES-269
>             Project: Tiles
>          Issue Type: Improvement
>          Components: tiles-core
>    Affects Versions: 2.1.0
>            Reporter: Antonio Petrelli
>            Assignee: Antonio Petrelli
>             Fix For: 2.1.x
>
>
> The code of ELAttributeEvaluator should be refactored to accept a factory of EL ExpressionFactories to use, in particular, either JUEL or container implementation for Servlet 2.5 containers.

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


[jira] Issue Comment Edited: (TILES-269) Allow the use of JSP application EL expression factory

Posted by "Antonio Petrelli (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/TILES-269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=43813#action_43813 ] 

brenmcguire edited comment on TILES-269 at 5/2/08 6:28 AM:
----------------------------------------------------------------

I posted a patch, but it is necessary a refactor of the JUEL project structure, since their javax.el conflict with the ones of the container:
http://sourceforge.net/tracker/index.php?func=detail&aid=1955042&group_id=165179&atid=834618

      was (Author: brenmcguire):
    I post a patch, but it necessary a refactor of the JUEL project structure, since their javax.el conflict with the ones of the container:
http://sourceforge.net/tracker/index.php?func=detail&aid=1955042&group_id=165179&atid=834618
  
> Allow the use of JSP application EL expression factory
> ------------------------------------------------------
>
>                 Key: TILES-269
>                 URL: https://issues.apache.org/struts/browse/TILES-269
>             Project: Tiles
>          Issue Type: Improvement
>          Components: tiles-core
>    Affects Versions: 2.1.0
>            Reporter: Antonio Petrelli
>            Assignee: Antonio Petrelli
>             Fix For: 2.1.x
>
>         Attachments: tiles-269-patch.diff, tiles-269-test-webapp-proof-of-concept.diff
>
>
> The code of ELAttributeEvaluator should be refactored to accept a factory of EL ExpressionFactories to use, in particular, either JUEL or container implementation for Servlet 2.5 containers.

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


[jira] Resolved: (TILES-269) Allow the use of JSP application EL expression factory

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

Antonio Petrelli resolved TILES-269.
------------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 2.1.x)
                   2.1.0

Now the JSP expression factory can be used, for example, under Tomcat 6.

> Allow the use of JSP application EL expression factory
> ------------------------------------------------------
>
>                 Key: TILES-269
>                 URL: https://issues.apache.org/struts/browse/TILES-269
>             Project: Tiles
>          Issue Type: Improvement
>          Components: tiles-core
>    Affects Versions: 2.1.0
>            Reporter: Antonio Petrelli
>            Assignee: Antonio Petrelli
>             Fix For: 2.1.0
>
>         Attachments: tiles-269-patch.diff, tiles-269-test-webapp-proof-of-concept.diff
>
>
> The code of ELAttributeEvaluator should be refactored to accept a factory of EL ExpressionFactories to use, in particular, either JUEL or container implementation for Servlet 2.5 containers.

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


[jira] Updated: (TILES-269) Allow the use of JSP application EL expression factory

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

Antonio Petrelli updated TILES-269:
-----------------------------------

    Attachment: tiles-269-patch.diff

I post a patch, but it necessary a refactor of the JUEL project structure, since their javax.el conflict with the ones of the container:
http://sourceforge.net/tracker/index.php?func=detail&aid=1955042&group_id=165179&atid=834618

> Allow the use of JSP application EL expression factory
> ------------------------------------------------------
>
>                 Key: TILES-269
>                 URL: https://issues.apache.org/struts/browse/TILES-269
>             Project: Tiles
>          Issue Type: Improvement
>          Components: tiles-core
>    Affects Versions: 2.1.0
>            Reporter: Antonio Petrelli
>            Assignee: Antonio Petrelli
>             Fix For: 2.1.x
>
>         Attachments: tiles-269-patch.diff
>
>
> The code of ELAttributeEvaluator should be refactored to accept a factory of EL ExpressionFactories to use, in particular, either JUEL or container implementation for Servlet 2.5 containers.

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


[jira] Updated: (TILES-269) Allow the use of JSP application EL expression factory

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

Antonio Petrelli updated TILES-269:
-----------------------------------

    Attachment: tiles-269-test-webapp-proof-of-concept.diff

> Allow the use of JSP application EL expression factory
> ------------------------------------------------------
>
>                 Key: TILES-269
>                 URL: https://issues.apache.org/struts/browse/TILES-269
>             Project: Tiles
>          Issue Type: Improvement
>          Components: tiles-core
>    Affects Versions: 2.1.0
>            Reporter: Antonio Petrelli
>            Assignee: Antonio Petrelli
>             Fix For: 2.1.x
>
>         Attachments: tiles-269-patch.diff, tiles-269-test-webapp-proof-of-concept.diff
>
>
> The code of ELAttributeEvaluator should be refactored to accept a factory of EL ExpressionFactories to use, in particular, either JUEL or container implementation for Servlet 2.5 containers.

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