You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-dev@portals.apache.org by "Benjamin Gould (JIRA)" <ji...@apache.org> on 2007/07/16 06:53:04 UTC

[jira] Created: (PLUTO-394) o.a.p.tags.el.ParamTag does not evaluate EL on "name" attribute

o.a.p.tags.el.ParamTag does not evaluate EL on "name" attribute
---------------------------------------------------------------

                 Key: PLUTO-394
                 URL: https://issues.apache.org/jira/browse/PLUTO-394
             Project: Pluto
          Issue Type: Improvement
          Components: portlet container taglibs
    Affects Versions: 1.1.3, 1.1.4
         Environment: Servlet 2.3 Web Application
            Reporter: Benjamin Gould


When developing a portlet application against the Servlet 2.3 spec and using the taglib uri:

<%@ taglib uri="http://portals.apache.org/pluto/portlet-el" prefix="portlet" %>

The <portlet:param> tag does not evaluate EL expressions.  I'm including a patch to fix this.

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


[jira] Resolved: (PLUTO-394) o.a.p.tags.el.ParamTag does not evaluate EL on "name" attribute

Posted by "Elliot Metsger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PLUTO-394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Elliot Metsger resolved PLUTO-394.
----------------------------------

    Resolution: Fixed

Applied to 1.1.x branch, r609247.

> o.a.p.tags.el.ParamTag does not evaluate EL on "name" attribute
> ---------------------------------------------------------------
>
>                 Key: PLUTO-394
>                 URL: https://issues.apache.org/jira/browse/PLUTO-394
>             Project: Pluto
>          Issue Type: Improvement
>          Components: portlet container taglibs
>    Affects Versions: 1.1.3, 1.1.4
>         Environment: Servlet 2.3 Web Application
>            Reporter: Benjamin Gould
>            Assignee: Elliot Metsger
>            Priority: Minor
>             Fix For: 1.2.0, 1.1.5
>
>         Attachments: ParamTagPatch.txt
>
>
> When developing a portlet application against the Servlet 2.3 spec and using the taglib uri:
> <%@ taglib uri="http://portals.apache.org/pluto/portlet-el" prefix="portlet" %>
> The <portlet:param> tag does not evaluate EL expressions for its "name" attribute.  I'm including a patch to fix this.

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


[jira] Updated: (PLUTO-394) o.a.p.tags.el.ParamTag does not evaluate EL on "name" attribute

Posted by "Benjamin Gould (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PLUTO-394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Gould updated PLUTO-394:
---------------------------------

    Attachment: ParamTagPatch.txt

I created this patch off of the 1.1.x branch

> o.a.p.tags.el.ParamTag does not evaluate EL on "name" attribute
> ---------------------------------------------------------------
>
>                 Key: PLUTO-394
>                 URL: https://issues.apache.org/jira/browse/PLUTO-394
>             Project: Pluto
>          Issue Type: Improvement
>          Components: portlet container taglibs
>    Affects Versions: 1.1.3, 1.1.4
>         Environment: Servlet 2.3 Web Application
>            Reporter: Benjamin Gould
>         Attachments: ParamTagPatch.txt
>
>
> When developing a portlet application against the Servlet 2.3 spec and using the taglib uri:
> <%@ taglib uri="http://portals.apache.org/pluto/portlet-el" prefix="portlet" %>
> The <portlet:param> tag does not evaluate EL expressions.  I'm including a patch to fix this.

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


[jira] Updated: (PLUTO-394) o.a.p.tags.el.ParamTag does not evaluate EL on "name" attribute

Posted by "Benjamin Gould (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PLUTO-394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Gould updated PLUTO-394:
---------------------------------

    Fix Version/s: 1.1.5
         Priority: Minor  (was: Major)
      Description: 
When developing a portlet application against the Servlet 2.3 spec and using the taglib uri:

<%@ taglib uri="http://portals.apache.org/pluto/portlet-el" prefix="portlet" %>

The <portlet:param> tag does not evaluate EL expressions for its "name" attribute.  I'm including a patch to fix this.

  was:
When developing a portlet application against the Servlet 2.3 spec and using the taglib uri:

<%@ taglib uri="http://portals.apache.org/pluto/portlet-el" prefix="portlet" %>

The <portlet:param> tag does not evaluate EL expressions.  I'm including a patch to fix this.


 I'm re-scheduling this for 1.1.5 (from unassigned), since the 1.2.0 branch doesn't need to support 2.3 web applications (as far as I know, please correct me if I'm wrong).

> o.a.p.tags.el.ParamTag does not evaluate EL on "name" attribute
> ---------------------------------------------------------------
>
>                 Key: PLUTO-394
>                 URL: https://issues.apache.org/jira/browse/PLUTO-394
>             Project: Pluto
>          Issue Type: Improvement
>          Components: portlet container taglibs
>    Affects Versions: 1.1.3, 1.1.4
>         Environment: Servlet 2.3 Web Application
>            Reporter: Benjamin Gould
>            Priority: Minor
>             Fix For: 1.1.5
>
>         Attachments: ParamTagPatch.txt
>
>
> When developing a portlet application against the Servlet 2.3 spec and using the taglib uri:
> <%@ taglib uri="http://portals.apache.org/pluto/portlet-el" prefix="portlet" %>
> The <portlet:param> tag does not evaluate EL expressions for its "name" attribute.  I'm including a patch to fix this.

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


[jira] Resolved: (PLUTO-394) o.a.p.tags.el.ParamTag does not evaluate EL on "name" attribute

Posted by "Craig Doremus (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PLUTO-394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Craig Doremus resolved PLUTO-394.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 1.2.0

Patch applied in SVN revision 565952. Thank you Benjamin!

> o.a.p.tags.el.ParamTag does not evaluate EL on "name" attribute
> ---------------------------------------------------------------
>
>                 Key: PLUTO-394
>                 URL: https://issues.apache.org/jira/browse/PLUTO-394
>             Project: Pluto
>          Issue Type: Improvement
>          Components: portlet container taglibs
>    Affects Versions: 1.1.3, 1.1.4
>         Environment: Servlet 2.3 Web Application
>            Reporter: Benjamin Gould
>            Priority: Minor
>             Fix For: 1.2.0, 1.1.5
>
>         Attachments: ParamTagPatch.txt
>
>
> When developing a portlet application against the Servlet 2.3 spec and using the taglib uri:
> <%@ taglib uri="http://portals.apache.org/pluto/portlet-el" prefix="portlet" %>
> The <portlet:param> tag does not evaluate EL expressions for its "name" attribute.  I'm including a patch to fix this.

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


[jira] Reopened: (PLUTO-394) o.a.p.tags.el.ParamTag does not evaluate EL on "name" attribute

Posted by "Elliot Metsger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PLUTO-394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Elliot Metsger reopened PLUTO-394:
----------------------------------

      Assignee: Elliot Metsger

re-opening for application to 1.1.x branch.

> o.a.p.tags.el.ParamTag does not evaluate EL on "name" attribute
> ---------------------------------------------------------------
>
>                 Key: PLUTO-394
>                 URL: https://issues.apache.org/jira/browse/PLUTO-394
>             Project: Pluto
>          Issue Type: Improvement
>          Components: portlet container taglibs
>    Affects Versions: 1.1.3, 1.1.4
>         Environment: Servlet 2.3 Web Application
>            Reporter: Benjamin Gould
>            Assignee: Elliot Metsger
>            Priority: Minor
>             Fix For: 1.2.0, 1.1.5
>
>         Attachments: ParamTagPatch.txt
>
>
> When developing a portlet application against the Servlet 2.3 spec and using the taglib uri:
> <%@ taglib uri="http://portals.apache.org/pluto/portlet-el" prefix="portlet" %>
> The <portlet:param> tag does not evaluate EL expressions for its "name" attribute.  I'm including a patch to fix this.

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