[jboss-user] [JBoss Seam] - Re: Problem injecting the value of a context component expre

gavin.king@jboss.com do-not-reply at jboss.com
Wed Sep 20 16:36:17 EDT 2006


sessionContext does not implement Map.

But you can just use:

@In("#{testString1}")
  | String string1;
  | 
  | @In("#{testInteger1}")
  | Integer integer1;

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

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



More information about the jboss-user mailing list