https://issues.apache.org/bugzilla/show_bug.cgi?id=48879
Summary: Duplicate local variable status
Product: Tomcat 6
Version: 6.0.24
Platform: PC
OS/Version: Windows Vista
Status: NEW
Severity: normal
Priority: P2
Component: Jasper
AssignedTo: [email protected]
ReportedBy: [email protected]
Hello,
since Version 6.0.24 there is a problem with local variables called "status".
Till version 6.0.20 the code below was valid, since the latest update we get
this errors. Since the name of this local variable is defined by a 3rd party
library this is closed source to us and can not be changed.
An error occurred at line: 75 in the jsp file:
/WEB-INF/jsp/include/estate_edit_content_inc.jsp
Duplicate local variable status
72: <wlc:label labelFor="${status.expression}" code="estate.category"
text="estate.category" isError="${status.error}" cssClass="m" errorCssClass="m
att" isMandatory="true" isBold="true" />
73: <c:choose>
74: <c:when test="${not isCategoryEditable}">
75: <wlc:bind
path="${beanName}.categoryResolved">${status.value}</wlc:bind>
76: </c:when>
77: <c:otherwise>
78: <select id="${status.expression}"
name="${status.expression}" class="sel_m" onchange="submitForm('contentForm',
'reload');">
--
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]