Results 1 to 4 of 4

Thread: ExpressionEvaluator problem

Threaded View

  1. #1
    Join Date
    May 2006
    Location
    Russia
    Posts
    28

    Default ExpressionEvaluator problem

    Hi all!
    I have problem with usage Spring.Expressions.ExpressionEvaluator.
    When I used Preview 2, my code looks like:

    object result = ExpressionEvaluator.GetValue(null, "@Audit.LogInfo(#v0, #v1)" , vars);

    At present time with usage Preview 3 this code generates exception "unexpected token: [\"@\",<34>,line=1,col=1]"

    "Audit" is bean's name.
    What do I do wrong?
    Last edited by zerg78; 01-30-2007 at 10:34 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •