Skip to content

Commit

Permalink
userinput part
Browse files Browse the repository at this point in the history
Issue #457
  • Loading branch information
rsoika committed Jul 22, 2021
1 parent 3a72a93 commit 732a61d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
<marty:userInput
value="#{workflowController.workitem.item['#{item.name}']}"
editmode="#{!item.readonly}" required="#{item.required}" />


<h:outputText rendered="#{item.readonly}" value="#{userController.getUserName(workflowController.workitem.item['#{item.name}'])}"></h:outputText>

</ui:composition>

0 comments on commit 732a61d

Please sign in to comment.