Paul Cantrell
-
2003-08-24
- priority: 3 --> 5
This foreach:
<foreach var="foo" class="**">
...will yield values of foo which include the implicit leading
dot, e.g. ".java.lang.Object". This may actually be correct
behavior, since it gives orthogonal matching results in some
cases, but it's counterintuitive, and deserves investigation.