[jboss-user] [JBoss Seam] - [Resolved] Re: Event scoped component accessing Conversion s

quilleashm do-not-reply at jboss.com
Wed Dec 13 06:27:34 EST 2006


Found the @Intercept annotation which I can apply to my search bean.

Setting this...


  | @Name( "elementSearchAction" )
  | @Scope( ScopeType.EVENT )
  | @Intercept( InterceptionType.AFTER_RESTORE_VIEW )
  | public class ElementSearchAction
  | {
  |    ...
  | 

Stops all interception during the restore view phase so my controls get bound without firing the @In injections.

Cheers.

Mike.



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

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



More information about the jboss-user mailing list