On Apr 29, 2005, at 1:51 PM, Mike Kienenberger wrote:
> Erik Hatcher <eri..hatchersolutions.com> wrote:
>> expression.andExp(ExpressionFactory.matchExp("password",
>> password));
>
> Note that the above code is incorrect.
>
> You need to use the following.
>
> expression = expression.andExp(ExpressionFactory.matchExp("password",
> password));
>
> Expressions should be treated as immutable in this context. (like
> BigDecimal.add())
D'oh! Thanks! I "knew" that and just had the typo in my code.
Sorry for the newbie mistake.
Erik
This archive was generated by hypermail 2.0.0 : Fri Apr 29 2005 - 14:05:33 EDT