User development,
A new message was posted in the thread "Accessing process variables in task
form":
http://community.jboss.org/message/523676#523676
Author : Raji n
Profile :
http://community.jboss.org/people/raji_126
Message:
--------------------------------------------------------------
Hi All,
In JBPM 3.2.6, I have a main process invoking a subprocess. The subprocess has a task and
an associated form.
In the start node of the main process, I am attaching an Action Handler to set an employee
object in a process variable. I would like to display the contents of the employee object
in the form.
Can you please guide me on how to do this?
I am passing the variables when invoking the subprocess.
In the form (xhtml), I am accessing the values like this :
<h:outputText value="#{employee.firstName}" />
<h:outputText value="#{employee.address.street}" />
But this doesn't seem to work. Nothing gets displayed on the screen.
P.S Both employee and address objects are serializable.
Appreciate any help on this.
thanks
Raji
--------------------------------------------------------------
To reply to this message visit the message page:
http://community.jboss.org/message/523676#523676