0 Replies Latest reply on May 13, 2009 9:04 PM by bblencow

    Newbie question

    bblencow
      I ran seam_gen on a DB and excepting a couple of issues I've got a app up and running.  But when I access the default page I'm getting

      An error occured
      javax.el.ELException: Error Parsing: #{prrCarrLsHistDtlList.prrCarrLsHistDtl.mod}

      the server log shows:

      Caused by: org.apache.el.parser.ParseException: Encountered "mod" at line 1, column 41.
      Was expecting:
          <IDENTIFIER> ...

      mod is field in the table prrCarrLsHistDtl table in my MSSQL DB, but what the heck is it trying to tell me???