Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.1.3, 1.1.4
-
None
-
Servlet 2.3 Web Application
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.