2 Replies Latest reply on Jan 7, 2008 11:05 AM by terryb

    Evaluating EL #{xxx} stored in database

    terryb

      I am using template driven Seam mail facility. I have mailMessage stored in database; which includes EL like Dear #{myBean.mailingList.firstname}...

      in the mail template I include mail message from database as #{myBean.mailMessage}.

      when mail is rendered EL expressions in mailMessage appear as is #{...}.

      how can one tell seam to evaluate EL included in database text ?