cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

java.lang.ClassCastException: Cannot cast class org.springframework.web.servlet.support.JstlUtils$SpringLocalizationContext to class java.lang.String

Former Member
0 Kudos
1,207

Getting error in JSP while updating Hybris from 5.2 to 6.5 and its not allowing

                     <td style="border-top:none;"><fmt:formatNumber value="${purchaseLimitData.amount}" var="amountUsed" groupingUsed="false" minFractionDigits="2"  type="number"/>


in JSP, if i take out the above line page loads, but i want to format the amount so any suggestions?

org.apache.catalina.core.StandardWrapperValve invoke SEVERE: Servlet.service() for servlet [DispatcherServlet] in context with path [/sf] threw exception [An exception occurred processing JSP page /WEB-INF/views/pages/account/unfModifyUserDetails.jsp at line 20

17: 18: 19: 20: 21:

Accepted Solutions (0)

Answers (1)

Answers (1)

christoph_probst
Active Participant
Ask a Question