https://issues.apache.org/bugzilla/show_bug.cgi?id=49526
Summary: c:set does not remove variables from ELContext
VariableMapper
Product: Taglibs
Version: 1.2.0
Platform: PC
Status: NEW
Severity: normal
Priority: P2
Component: Standard Taglib
AssignedTo: [email protected]
ReportedBy: [email protected]
The sequence
<c:set var="hello" value="hello"/>
<c:set var="x" value="#{hello}"/>
<c:set var="x" value="world"/>
<c:out value="${x}"/>
generates "hello" rather than "world"
The commented out code at SetSupport#138 appears to be needed.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]