2 Replies Latest reply on Nov 7, 2001 1:36 AM by davidjencks

    How to runtime order the result from finders ?

    mberkan

      Hello!

      I tried to create custom finder:
      findAllOrderBy(String orderBy)

      My jaws file contains:

      findAllOrderBy
      1 = 1
      {0}


      And this not work - '{0}' is not parse and SQL query fail. It is possible to put variable as argument to order by statement?