On Thursday, 17 October 2013, Iordan Boev wrote: > Hi people, > > I have a class extending jenkins.model.GlobalConfiguration and a > repeatable property in my config.jelly file. There are some textfields I > want to validate using the checkUrl property of a textfield. > What I tried is this: > > > checkUrl="'plugin/periodic-reincarnation/PeriodicReincarnationGlobalConfiguration/doCheckRegExValue?value='+escape(this.value)" > > and many other variations but the method doCheckRegExValue is never found. > I have also tried other mappings but nothing seems to work. Any ideas how > to fix this? > > > Thanks, > Yordan >
I normally just let Jenkins auto-bind from the field='regExValue' attribute > -- > 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 [email protected] <javascript:_e({}, > 'cvml', 'jenkinsci-dev%[email protected]');>. > For more options, visit https://groups.google.com/groups/opt_out. > -- Sent from my phone -- 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
