In the User Manual section 7.1, we see several sample code snippets such as this one:
| JbpmContext jbpmContext = jbpmConfiguration.createJbpmContext();
| try {
|
| // Invoke persistence operations here
|
| } finally {
| jbpmContext.close();
| }
|
All the examples use a JBPMConfiguration instance (jbpmConfiguration), however it is not explained how we get a reference to this instance in the first place. What's the way to do it?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995826#3995826
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995826
1) I think using h:dataTable you need to put a link in each column. In plain html you can (of course) put an onclick listener on the row. Perhaps an component set table (AFAICS trinidad can do this through a selection listener)
2) You'll need to make a non-faces request to open a new window and start a conversation, again AFAICS s:link with a target should work, otherwise consider a page action or a @Create method
3) There are very few use cases where an explicit id for a conversation makes sense
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995820#3995820
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995820