4 Replies Latest reply on Apr 19, 2007 4:15 PM by kukeltje

    ProcessImageTag support for more than one node

      I have modify ProcessImageTag a little bit to allow it to highlight more than one node at a time.

      I have added the attribute "tasks" to the jbpm.tld where we can send a list of taskinstanceId to be highlighted.

      This was usefull for me in order to show the overall status of the process instance. i.e. not for a specific user.

      Would you like that I contribute this little piece of code?

        • 1. Re: ProcessImageTag support for more than one node
          tom.baeyens

          someone did something like that already. can you check that out ?

          it looks really neat, but there seems to be a small problem: the sizes of the boxes is not exact. maybe you know how to fix that.

          can you have a look in the head cvs ?

          regards, tom.

          • 2. Re: ProcessImageTag support for more than one node

            Thanks for the replay.

            I will take a look on the cvs head. I also have some things to debug on the image tag that I have modify. I soon as I found a solution I will give it.

            Phong

            • 3. Re: ProcessImageTag support for more than one node
              shirodkar4

              hi,

              i am using jbpm-starters-kit 3.1.4

              i am presently trying to deploy the jbpm.war file to websphere 5.1.0 .

              i am able to successfully get the first login page where we can select anyone of the four users(ernie,etc) and also the next page where we can create process instances.
              but the problem comes when i click on the link to create a new process instance. the problem seems to be with the task.jsp

              if i remove the "<jbpm:...." tag(which is used to display the process image) in the task.jsp i can move forward through the process and complete the process. but if i dont remove the jbpm tag i get the "unable to compile calss for jsp" error


              can anyone help me how i can sort this problem?

              i want to retain the process image

              please help me....

              • 4. Re: ProcessImageTag support for more than one node
                kukeltje

                give more details of the error please