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/08/14 05:53:31 UTC

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

     [ 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.