Gerardo Navarro Suarez [
http://community.jboss.org/people/GerardoNS] replied to the
discussion
"Defining a list in a task form, but How?"
To view the discussion, visit:
http://community.jboss.org/message/544958#544958
--------------------------------------------------------------
Hola Alejandro,
thank you very much for your help. But I've difficulties to install/integrate the 2
jars (gravels and jbpm4jsf) into my jBPM deployment.
So as you noticed I'm also a newbie in this world. So where do I have to copy the 2
jars in order to use the tags in the code snippet? What do I have to do?
I already tried this snippet in my xhtml page, but an error occurred saying
"<j4j:loadProcessInstance> Parent component is not an ActionSource". I
assume that the problem is caused by the missing integrated jars.
So I did another try and left out the 2 first tags of the snippet and inserted only these
tags into the xhtml. You have to know that the process has a process variable
"list" which is a StringArray containing the names of the applicants.
<gd:repeat value="#{vars['list']}" var="applicant">
<h:outputText value="#{applicant}"/>
</gd:repeat>
So after all this implementation doesn't cause any problem at all and the page were
rendered, but no applicant was listed. Is the usage of the tags and the process variable
OK?
I would really appreciate if you or someone could help me again.
Greetings,
Gerardo
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/544958#544958]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]