[jboss-user] [JBoss Seam] - Re: Conversation binding workaround

petemuir do-not-reply at jboss.com
Fri Apr 20 19:48:58 EDT 2007


Exactly.

@Name("binding")
  | @Scope(EVENT)
  | public class Binding {
  | // Do your binding here
  | }

@Name("numberGuess")
  | @Scope(ScopeType.CONVERSATION)
  | public class NumberGuess implements Serializable {
  | 
  |    @In Binding binding
  | 
  |    // Do work on the binding in your method
  | 
  | }

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

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



More information about the jboss-user mailing list