]
Koen Aers resolved GPD-158.
---------------------------
Resolution: Out of Date
Have the formsgenerator put a required attribute on jsf components
------------------------------------------------------------------
Key: GPD-158
URL:
https://issues.jboss.org/browse/GPD-158
Project: jBPM GPD
Issue Type: Feature Request
Components: jpdl
Affects Versions: jBPM JPDL Designer 3.1.0.CR
Reporter: James Baxter
Assignee: Koen Aers
Priority: Minor
Fix For: jBPM jPDL Designer 3.x
Tasks can have variables specified as 'required'. This is not built into the
taskform, the forms are missing the following attribute from the h:input tag:
[code]
required="true"
[/code]