In the *actual* project I create a special parameter type that is a composition of two combo boxes (branch and file selector) from git. jellys of ParameterDefinitions don't normally have forms around their controls as I see. For example the StringParameterDefinition <https://github.com/jenkinsci/jenkins/tree/master/core/src/main/resources/hudson/model/StringParameterDefinition> . Oh, for the record, the way I came up with my solution is that I believe that this is what also is happening implicitly in the design library sample plugin <https://github.com/jenkinsci/design-library-plugin/blob/master/src/main/resources/lib/samples/sample.jelly#L36>, so I gave this a try after days of trying to replicate what's in there.
jgl...@cloudbees.com a következőt írta (2023. április 20., csütörtök, 0:04:59 UTC+2): > On Wed, Apr 19, 2023 at 7:29 AM Tamás Mucs <tamas....@gmail.com> wrote: > >> is there something off with my code >> > > It is pretty odd. You are using form controls not inside a form, to start > with. > > Perhaps you meant to use `GlobalConfiguration`? (There is a Maven > archetype to help.) > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-dev+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/af6011ea-388f-4afa-bdfd-39db1964d527n%40googlegroups.com.