You can even inject (non-Seam) session values into your Seam components:

  | @In("my_session_object_key") MySessionObjectType mySessionObject;
  | 

The cool thing about this is if you later decide to move your object to a 
different scope (eg conversation), you don't have to change this code at all!

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4091169
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to