4 Replies Latest reply on Jul 17, 2006 5:17 PM by kukeltje

    automatic generation of form

    antitrust1982

      hi all,

      Until now I have created some tasks and a process and each for task I created a hard coded form. I would like to have a simple page where my process run and the form was created automatically following the xml where I wrote my Process. Somebody can explain me how I can create automatically this form? I used now a java strust.

      thank you in advance for your clue and help

      antitrust1982

        • 1. Re: automatic generation of form
          koen.aers

          The only generic mechanism available at this point is the default controller. Have a look at the websale example. We are working on a more powerful system using facelets in the 3.2 branch.

          Regards,
          Koen

          • 2. Re: automatic generation of form
            antitrust1982

            Yes I have seen this and I want to create a similar application in a portlet, but I don't understand how can I bring the element controller contain in my xml in order to print on my screen. It's why I look after the classe which permit this.

            Thank you

            antitrust1982

            • 3. Re: automatic generation of form
              antitrust1982

              Hello,

              I have seen that the webapp is in JSF and permit to print on the screen the form from to the controller of the process task model. But I have use JSP and a webwork model in order to create my first portlet which use JBPM. can I create a automatique generation of form from the process task model with this technology? Or do I have to use a facelet in order to do this.

              Thank you for you help

              antitrust1982

              • 4. Re: automatic generation of form
                kukeltje

                if you have enough webwork knowledge you can probably achieve the same functionality without using faceletst.