[
http://jira.jboss.com/jira/browse/JBPM-601?page=all ]
David Lloyd resolved JBPM-601.
------------------------------
Fix Version/s: jBPM 3.2 alpha 2
Resolution: Done
This is completed. There is a generalized form layout component (dataForm), a component
for task form support (taskForm), and a mechanism for including xhtml from within a
process definition (includeFileDefinition). In addition, new components have been created
in a taskform-specific namespace for the save, cancel, and transition buttons within a
taskform.
taskform form component
-----------------------
Key: JBPM-601
URL:
http://jira.jboss.com/jira/browse/JBPM-601
Project: JBoss jBPM
Issue Type: Task
Components: Web Interface
Reporter: Tom Baeyens
Assigned To: David Lloyd
Fix For: jBPM 3.2 alpha 2
the jbpm form component should be a shortcut for
<h:form id="taskform">
<h:inputHidden id="taskInstanceId"
value="#{taskBean.taskInstanceId}" />
<h:inputHidden id="transitionName"
value="#{taskBean.transitionName}" />
see Box and ProcessImage in the org.jbpm.webapp.ui package. (that is where all new ui
components should be centralized)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira