-
Dec 5th, 2012, 12:47 AM
#1
<spring:eval tag + Getting exception
Hi All,
I am using <spring:eval expression="@mainController.removeTags('${location }')" var="cleanLocation"/>l in jsp file and in any case getting following error
org.springframework.expression.spel.SpelParseExcep tion: EL1046E
pos 60): Cannot find terminating for string
at org.springframework.expression.spel.standard.Token izer.lexQuotedStringLiteral(Tokenizer.java:220)
at org.springframework.expression.common.TemplateAwar eExpressionParser.parseExpression(TemplateAwareExp ressionParser.java:56)
at org.springframework.web.servlet.tags.EvalTag.setEx pression(EvalTag.java:77)
at jsp_servlet._web_45_inf._views.__results._jsp__tag 6(__results.java:743)
at jsp_servlet._web_45_inf._views.__results._jspServi ce(__results.java:272)
at weblogic.servlet.jsp.JspBase.service(JspBase.java: 34)
at weblogic.servlet.internal.StubSecurityHelper$Servl etServiceAction.run(StubSecurityHelper.java:242)
at weblogic.servlet.internal.StubSecurityHelper$Servl etServiceAction.run(StubSecurityHelper.java:216)
My JSP name is result.jsp file.
Can anyone explain plz, why i am getting this exception?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules