Bug 49495 - EL evaluator does not evaluate expression following #
Summary: EL evaluator does not evaluate expression following #
Status: RESOLVED DUPLICATE of bug 49081
Alias: None
Product: Tomcat 6
Classification: Unclassified
Component: Jasper (show other bugs)
Version: 6.0.24
Hardware: All All
: P2 normal (vote)
Target Milestone: default
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-23 16:10 UTC by Ken Geis
Modified: 2010-06-23 17:57 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ken Geis 2010-06-23 16:10:09 UTC
I have the following expression in a tag:

<c:set var="epMethodToCallAttribute" value="methodToCall.performLookup.(!!${boClassName}!!).(((${fieldConversions}))).((#${lookupParameters}#)).((<${hideReturnLink}>)).(([${extraButtonSource}])).((*${extraButtonParams}*)).((^${suppressActions}^)).((&${readOnlyFields}&)).((/${referencesToRefresh}/)).((~${autoSearch}~)).(::::;${baseLookupUrl};::::).anchor${anchor}"/>

The evaluated expression contains the segment "((#${lookupParameters}#))" without the expression ${lookupParameters} being evaluated.
Comment 1 Konstantin Kolinko 2010-06-23 17:49:39 UTC
Looks like a duplicate of bug 49081.
Please try with 6.0.27
http://markmail.org/thread/hqq3fc7u6nc257ee
Comment 2 Ken Geis 2010-06-23 17:57:36 UTC
Sorry, I did try to search for an existing bug before filing, but it's hard to search on #!

I am comfortable with resolving this as a duplicate.  It looks like an identical issue, and I don't have much chance to try it out on a Tomcat version that's unreleased and not part of an Ubuntu distribution.

*** This bug has been marked as a duplicate of bug 49081 ***