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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to