[jboss-user] [JBoss Seam] - Conversation on both action and actionListener

gus888 do-not-reply at jboss.com
Mon Aug 7 13:47:14 EDT 2006


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



More information about the jboss-user mailing list