[jboss-user] [JBoss Seam] - Re: Gotchas (so far)

tony.herstell@gmail.com do-not-reply at jboss.com
Mon Nov 13 06:56:14 EST 2006


got it


  | <h:commandButton action="#{controller.cancel}" value="Cancel" immediate="true" type="submit"/>
  | 

Now I can...


  | 
  | controller
  | 
  | 	@End
  | 	public String cancel() {
  | 		log.info("Cancelled request");
  |                 // Other cleanup; release resource etc.
  | 		return "mainMenu";
  | 	}
  | 
  | 


End.
Thx.

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

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



More information about the jboss-user mailing list