[jboss-user] [JBoss Seam] - Re: How to extract the page id

pete.muir@jboss.org do-not-reply at jboss.com
Thu Jun 21 08:10:31 EDT 2007


You can access the ProcessDefintion object using Jbpm.instance().getPageflowProcessDefintion("Submit2");

You can then use a method like getNode("page2") or getNodes() to inspect the node.  Cast the Node object  you want to org.jboss.seam.pageflow.Page.

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

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



More information about the jboss-user mailing list