[jboss-user] [JBoss Seam] - Re: Accessing HttpSession in Jboss Seam

matt.drees do-not-reply at jboss.com
Wed Oct 3 13:36:46 EDT 2007


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



More information about the jboss-user mailing list