After parsing valid expression, there is more data in the expression

Asked on October 24, 2013
Need help for below error.
Exception in thread "main" org.springframework.expression.spel.SpelParseException: EL1041E:(pos 86): After parsing a valid expression, there is still more data in the expression: 'hash(#)'
at org.springframework.expression.spel.standard.InternalSpelExpressionParser.doParseExpression(InternalSpelExpressionParser.java:86)
at org.springframework.expression.spel.standard.SpelExpressionParser.doParseExpression(SpelExpressionParser.java:56)
at org.springframework.expression.spel.standard.SpelExpressionParser.doParseExpression(SpelExpressionParser.java:32)
at org.springframework.expression.common.TemplateAwareExpressionParser.parseExpression(TemplateAwareExpressionParser.java:66)
at org.springframework.expression.common.TemplateAwareExpressionParser.parseExpression(TemplateAwareExpressionParser.java:56)

Replied on October 26, 2013
Hello Jay,
I hope you doing in concatenation of EL variable to string. Find the URL for help.

Replied on October 31, 2013
nice example