2 Replies Latest reply on Feb 1, 2008 5:35 PM by norman.richards

    Several actions performed by one bean - is it possible and o

    blabno

      My question is if it is possible and OK to make single action bean perform edit/add/remove tasks? As I observed I cannot annotate two different methods with @Begin, thus I cannot start two different pageflows from same bean. But maybe using pages.xml to start pageflow upon entering some view would work.