[jboss-user] [JBoss Seam] - Re: foo.page.xml <action execute=...> never fires. Why?

dustismo do-not-reply at jboss.com
Thu Sep 6 15:23:37 EDT 2007


You might also try :


  | @Scope(ScopeType.SESSION)
  | @Name("dashboard")
  | public class Dashboard implements Serializable {
  | ...
  |         @Create
  | 	public void init() {
  | 		log.info("In init");
  | ...	
  | 

Which seems more likely what you want to do (otherwise you will call init every time that page is accessed).

best,
Dustin

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

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



More information about the jboss-user mailing list