|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

I actually think it is a problem with your form.
You are nesting things, so that the drop down is at a deeper level than the required field.
If you fix up the form structure so that you don't need to use the name and value attributes but can instead rely on the field attribute to do the right thing then you should end up with a cross-version fix
Note that a fixed up form will probably require a relative path, eg
@QueryParameter("../name")