3 Replies Latest reply on Jan 26, 2009 6:45 AM by giridhar_be

    dropdown list in the task form, jbpm

      Hi All,

      I want to display a dropdown list values extracted from database table in the Task form.

      I know how to do in the JSF, first we have to declare MessageBean in the faces-config.xml and use selectManyMenu for display. Bean will extract data from database and returns list of values.

      But this way I have to edit faces-config.xml in the jbpm-console.war; Is there any otherway I can do this task. extrcting data from databse and showing those values as drop down list in the Task form.

      Thanks in advance...