[jboss-user] [JBoss Seam] - Re: Inject messages into JavaBean

hstang do-not-reply at jboss.com
Thu Mar 8 11:27:31 EST 2007


"monkeyden" wrote : Trying to inject a map (messages) into my JavaBean (not a SB).  Is this code possible?  For that matter, @Logger doesn't work either.
  | ...
  | 
All that is possible.  Ensure that your messages.properties is in the appropriate location (usually WEB-INF/classes).  Then make sure your Log type is of org.jboss.seam.log.Log (not the commons version).  Seam should then add the necessary magic to get it to work properly.

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

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



More information about the jboss-user mailing list