[jboss-user] [JBoss Seam] - Re: @Observer annotation should have a scope attribute
dhinojosa
do-not-reply at jboss.com
Fri Nov 16 16:18:39 EST 2007
Yep. Of course there are more with 2.0.0.GA
http://docs.jboss.com/seam/2.0.0.GA/reference/en/html/events.html#d0e4140
The observation I am using though is:
anonymous wrote :
| org.jboss.seam.postSetVariable.name-- called when the context variable is set
|
where name in my example is 'employee'. All I am asking is to have the ability to specify context AND variable. Currently, you can only have the name of the variable, which is why I am asking for :
| @Observer("org.jboss.seam.postSetVariable.employee", scope=ScopeType.CONVERSATION)
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4105673#4105673
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4105673
More information about the jboss-user
mailing list