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 ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4117480#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...