1 Reply Latest reply on Jun 13, 2007 8:17 AM by ambika_devi

    issue with JSF and JBPM Starter KIt 3.1.2

    fhpepe

      Hi,
      I?m beginning to use jbpm-starters-kit-3.1.2 to create a workflow.

      I would like to modify the value of the commandbutton ?Save and close Tasks? located in task screen.

      For this,
      I changed the files taskBean.java and task.jsp.
      I compiled and deployed my jbpm.war in " jbpm-server/?/deploy" to include the changes for my JSP but it didn?t succeed . There's an error concerning the faces servlet Is it linked to the "web.xml" file ?? or "faces-config.xml" ??

      (To change the value of the other command button ?Save? and ?Cancel? it?s ok because it?s not linked to the Bean).

      Can anybody help me to customize my application view by giving me a method to modify this button (translate or change the words ?Save and close Tasks?).

      Thanks in advance. Best regards.

        • 1. Re: issue with JSF and JBPM Starter KIt 3.1.2
          ambika_devi

          what type of modification u want to do with command buttons.

          Each and every jsp pages is using its own beans.

          If u want to change any of the jsp pages it may reflect the beans also.

          Then if u want to make changes in the existing jsp pages u can just save and make the new jbpm.war file and again put it in jbpm-server/deploy.