[jboss-user] [JBoss jBPM] - Is Page directive built-in with JBPM ?

francis1970 do-not-reply at jboss.com
Thu Jan 31 05:40:19 EST 2008


Hi all,
I have found an interesting article describing JBPM-Seam integration

http://www.onjava.com/pub/a/onjava/2006/03/15/jboss-seam.html?page=4

I'd like to use the page directive so that when a user is assigned a Task, the page flow shows the correct form page.

<pageflow-definition [...]
  |                name="shopping">
  | 
  |    <start-state name="start">
  |       <transition to="browse"/>
  |    </start-state>
  |    
  |    <page name="browse" view-id="/browse.xhtml" 
  |                           redirect="true">
  |       <transition name="browse" to="browse"/>
  |       <transition name="checkout" to="checkout"/>
  |    </page>
  |    
  |    <page name="checkout" view-id="/checkout.xhtml" 
  |                             redirect="true">
  |       <transition name="checkout" to="checkout"/>
  |       <transition name="complete" to="complete"/>
  |    </page>
  |    
  |    <page name="complete" view-id="/complete.xhtml" 
  |                             redirect="true">
  |       <end-conversation />
  |    </page>
  |    
  | </pageflow-definition>

My question is: do I need to install Seam libraries to use the  tag ?
or now it's built-in in JBPM ? Thanks
Francesco


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125073#4125073

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125073



More information about the jboss-user mailing list