[jboss-user] [JBoss Seam] - Re: @StartTask and @EndTask in different methods

dgallego do-not-reply at jboss.com
Fri Sep 1 12:16:21 EDT 2006


The TODO-list method:


  | @StartTask @EndTask
  | public void done {}
  | 

My option (different methods activated withint different <s:link>'s):


  | @StartTask
  | public void startTask() {}
  | @EndTask
  | public void endTask() {}
  | 

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

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



More information about the jboss-user mailing list