[jboss-user] [jBPM] New message: "Re: Accessing process variables in task form"
Raji n
do-not-reply at jboss.com
Thu Feb 4 05:03:27 EST 2010
User development,
A new message was posted in the thread "Accessing process variables in task form":
http://community.jboss.org/message/524107#524107
Author : Raji n
Profile : http://community.jboss.org/people/raji_126
Message:
--------------------------------------------------------------
I also tried using the syntax #{loanAplication.applicationID}, but that didn't work for me either.
Here is the task form code (xhtml)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" >
<!-- the DOCTYPE means we are required to use html for a root element -->
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:c="http://java.sun.com/jstl/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:tf="http://jbpm.org/jsf/tf"
xmlns:jbpm="http://jbpm.org/jsf">
<ui:component>
<jbpm:dataform>
<f:facet name="header">
<h:outputText value="#{taskName}"/>
</f:facet>
<!-- TASKFORM BUTTONS -->
<jbpm:datacell>
<f:facet name="header">
<h:outputText value="Application ID"/>
</f:facet>
<h:outputText value="#{loanAplication.applicationID}"/>
</jbpm:datacell>
<jbpm:datacell>
<tf:transitionButton transition="Approved" value="Approve"/>
<tf:transitionButton transition="Documents Incomplete" value="Documents Incomplete"/>
</jbpm:datacell>
</jbpm:dataform>
</ui:component>
</html>
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/524107#524107
More information about the jboss-user
mailing list