2 Replies Latest reply on Apr 17, 2008 2:08 PM by ar.mohseni

    jBPM console in seam

    ar.mohseni

      hello


      I want to write a jBPM console via seam framework.


      How to i can get process form (generated in developer) in seam??????


      in faces-config ,if i use


      'com.sun.facelets.FaceletViewHandler'


      then a form to be load but doset save and signaling , but if use


            <view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
      
            <view-handler>org.jboss.gravel.QueryPreservingViewHandler</view-handler>
      
           <navigation-handler>org.jboss.gravel.navigation.GravelNavigationHandler</navigation-handler>
      
      



      dosent work seam componets such as buttons but form can save values and navigate(signaling).


      form example in login form when i clicked in login button authenticate method called but the page doset navigate to home.seam!


      what i can to do?
      tanx to all

        • 1. Re: jBPM console in seam
          kukeltje.ronald.jbpm.org

          A seam based console is being developed within jBPM. It currently is in jbpm.3/bamconsole. Gravel will not be used there. It still is  minimalistic, but will grow over time.


          If you want to use the generated (and maybe changed) forms just for the sake of having versioned forms, I'd look at implementing this completely new and without gravel. Maybe you can even contribute some back to the 'new' console.

          • 2. Re: jBPM console in seam
            ar.mohseni

            tanx ronald


            bamconsole is not still for signaling to flows , it  now developed just for reporting and query .


            i used jbpm4jsf and gravel just for forms . i wand my console can show form that users made it and without coding.


            anyway tanx for your reply.