Hmm, why not reference the ftl file directly from the task?
| <process>
| [...]
| <task name="Verify Loan Request">
| <form-template ref="loan_request_form.ftl"/>
| </task>
| [...]
| </process>
|
The additional indirection doesn't help much. Or other opinions on that?
And the <form-template> mechanism could be used if you hook in you own stuff as well
(e.g. with Java Swing Clients we could confuigure a Swing panel or whatever)....
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239384#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...