|
From: Alef A. \(JTeam\) <al...@jt...> - 2003-07-23 16:53:17
|
Hi Juergen (I still can't find the ALT-code for u-umlaut),
There's a slight bug in the ExpressionEvaluationUtils.
Expressionlanguage supports partial expressions combined with strings.
Something like this: <i21:bind path="Account.${item}"/>...
The isExpressionLanguage()-method says: 'value.startsWith("${")' while
it should read 'value.indexOf("${") != -1'. This will fix the tag in
order to make the example above work...
Cheers,
Alef
P.s. In one of your replies, you stated that it might be handier for me
(and some other people I'm constantly bothering ;-) to become a
developer. I kind of agree with and since I'm currently developing kind
of a large application using Spring, I'll probably run into some more
minor things I would be able to commit myself directly... So if nobody
objects...
|