Hi,
I’m on 5.1.0 GA.
Im my JSP page, I’ve got the line
${requestScope.userStringMap['policy_listing_due_date']}
The JSP validator is giving me an “EL Syntax Error” even though it works when the JSP runs under tomcat. Changing the single to double quote also does not work.
The only time i got the warning to go away is if the code was in a c:out element:
<c:out value="${requestScope.userStringMap['policy_listing_due_date']}" />
Is this a bug? Is there a workaround?
Thanks
Vibul.