4 Replies Latest reply on May 8, 2008 12:34 PM by coolex

    Generating forms problem

    coolex

      Hello!

      I created my own process that I can start in the jbpm-console without any problem. For the start node task I created a form like it is described here:
      http://wiki.jboss.org/wiki/JbpmGettingStarted
      After deploying I restarted the process and on the point where I want to see the formular I only see an empty screen and not like in the tutorial a simple form. I retried to do the form many times but couldn't find out where the problem is.

      Hope you can help me.

      Thank you.

      Alex

        • 1. Re: Generating forms problem
          salaboy21

          Generally this kind of problem because you use spaces in the name of the form.. or in the description... try to remove all spaces ...

          • 2. Re: Generating forms problem
            coolex

            Well, I tried it but I have still the same problem. I just created two different fields with labels and created a new button. Then I clicked on "OK". At the end I deployed my process and that's all. I tried the new process (new ID in the console) but still don't see the form.
            Maybe there is something like a naming convention?

            • 3. Re: Generating forms problem
              salaboy21

              i Think there is no naming convention for this.. you also look at the file forms.xml where the name of the Form and the Form Name.. it look something like this:

              <forms>
               <form task="LoadData" form="LoadData.xhtml"/>
              </forms>
              


              Look for no spaces in this names and also look for the capital letters....


              • 4. Re: Generating forms problem
                coolex

                Ok, thank you very much. It is now working.