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

2006-09-04 Thread petemuir
It's very hard to help if you don't post complete, working, code (both bean and view) especially when requested. You should try to create a simple working example of your problem where possible, Also truncating stack traces isn't advised. View the original post : http://www.jboss.com/index.htm

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

2006-09-01 Thread dgallego
The TODO-list method: | @StartTask @EndTask | public void done {} | My option (different methods activated withint different 's): | @StartTask | public void startTask() {} | @EndTask | public void endTask() {} | View the original post : http://www.jboss.com/index.html?modul

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

2006-09-01 Thread petemuir
Can you post your JSF and the session bean code? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968910#3968910 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3968910 ___ jboss-