Hi everyone,

I have a question on conversation. If an command invoke an action and 
actionListener at the same time, how to annotate @Begin on them, e.g.     
@Begin 
  |     public void listen(ActionEvent e) {
  |             ...
  |     }
  | 
  |     @Begin(join=true)
  |     public String act() {
  |             return outcome;
  |     }
  |  I used the codes above, but it did not work. I don't know whether the 
anotation is correct or not. Thank you very much in advance.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963640
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to