[jboss-user] [JBoss Seam] - Re: EL-exceptions in email render from async class

pete.muir@jboss.org do-not-reply at jboss.com
Wed Aug 15 11:33:10 EDT 2007


Ok, so you aren't outjecting the variable p as far as I can see.  There is no magic 'I'm looping over this in Java so it becomes available in EL' .  Have you read about sending multiple messages in the reference manual (mail chapter)?

Combine a ui:repeat with:

@Asynchronous @Transactional
  | public QuartzTriggerHandle scheduleSend(@Expiration Date endDate, Company company) {
  |    Contexts.getEventContext().set("people", company.getPersons());
  |    renderer.render("/mails/reminder.xhtml");
  | }

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074481#4074481

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074481



More information about the jboss-user mailing list