[jboss-jira] [JBoss JIRA] Updated: (JBPM-1051) The GPD does not generate task forms correctly

James Baxter (JIRA) jira-events at lists.jboss.org
Wed Sep 5 09:25:24 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBPM-1051?page=all ]

James Baxter updated JBPM-1051:
-------------------------------

    Workaround Description: 
Manually add the follwing attribute to all h:input elements for required variables:

[code]
required="true"
[/code]

  was:
Manually add the follwing attribute to all h:input elements for required variables:
[code]
required="true"
[/code]

               Description: 
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]

  was:
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]

                  Priority: Minor  (was: Major)

> The GPD does not generate task forms correctly
> ----------------------------------------------
>
>                 Key: JBPM-1051
>                 URL: http://jira.jboss.com/jira/browse/JBPM-1051
>             Project: JBoss jBPM
>          Issue Type: Bug
>    Affects Versions:  jBPM jPDL 3.2.1
>            Reporter: James Baxter
>         Assigned To: Tom Baeyens
>            Priority: Minor
>
> 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]

-- 
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

        



More information about the jboss-jira mailing list