[jboss-user] [JBoss Seam] - Re: accessing EntityManager in java action constructor

michael.yuan@jboss.com do-not-reply at jboss.com
Fri Apr 6 02:17:17 EDT 2007


Use a page action in pages.xml like this:

  
  <page view-id="/foo.xhtml" action="#{boo.loadData}"/>
   ... ...


The method is called before your page is rendered.

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

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



More information about the jboss-user mailing list