1 2 Previous Next 19 Replies Latest reply on Jun 28, 2007 5:37 AM by trekker880 Go to original post
      • 15. Re: How to extract the page id
        trekker880

        Can Pageflow-defintion.xml be called from the servlet?
        If yes then how do we call it from the servlet?
        And where to put it in web application ?

        • 16. Re: How to extract the page id

           

          "trekker880" wrote:
          Is there any sample code to test the pageflow transitions?

          As in PageflowTest.java? This is currently not enabled in CVS, but it was enabled until recently. So, I guess that was not hard to find and you're surely able to get that code working again?

          • 17. Re: How to extract the page id
            trekker880

            Can you tell me how to access to that code in cvs?

            • 18. Re: How to extract the page id
              pmuir

              Stop constantly asking this question in multiple threads all over the place.

              Can Pageflow-defintion.xml be called from the servlet?

              If you really want to just parse a pageflow definition from a servlet, then you can just use a XML (e.g. SAX) parser. This has nothing to with Seam at all, so please don't ask how to do that here.

              If yes then how do we call it from the servlet?

              Calling it from a servlet is again nothing to do with Seam, please ask on a more appropriate forum.

              And where to put it in web application ?

              Your packaging structure is up to you.

              • 19. Re: How to extract the page id
                trekker880

                @ pete.muir
                i was just trying to find out the seam feasibility bt it got repeated in two seperate thread.
                neverthless sorry for any inconvenience.

                Again as you said that the code i posted in this same thread isn't interpreted by the container.


                ProcessDefinition pageflowDefinition =jbpm.getPageflowProcessDefinition("submit2");
                


                So there is no way out to use this in external java file.Can't we embed the container.
                In few words, i want to create a component sort of class using seam
                If you could help me ,it would be appriciated lot
                Thanx,





                1 2 Previous Next