[jboss-user] [JBoss Seam] - Accessing <variable> in ActionHandlers the SEAM Way

asachde do-not-reply at jboss.com
Thu Sep 7 15:24:13 EDT 2006


What is the SEAM way of accessing variables created in the start tasks? Currently I am doing the following:

CustomerBean cust = (CustomerBean) arg0.getContextInstance().getVariable("cust");


Is that right? If I use @In annotation the variable is always null. Please advise.

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

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



More information about the jboss-user mailing list