4 Replies Latest reply on Nov 3, 2005 9:37 AM by marius.oancea

    Components composition

    marius.oancea

      I have an SFSB (also seam component) and I would like to split that component into many subcomponents.

      Which is the best approach?


      I have :

      Component A
      - Subcomponent A1
      - Subcomponent A2

      If all 3 are SFSB how can I access a method of A1 when a method of A is called ?

      Is there any example where one action calls a method of another action ?